A minimal blog template using eleventy.
- Write blog posts in markdown 🥳
- Write styles in SCSS 💅🏻
- Clone this repo
- Install dependencies by running
npm i
- Add your blog posts (in markdown) in the
posts
folder. - Run a copy of the project locally using
npm run serve
to see your changes locally. - Run
npm run build
which will build your website in the_site
folder which you can deploy.
My personal website, which is available over here, is built using this template as the base.
Ask away @arpitbatra123 on twitter or shoot me a mail at arpitbatra123@gmail.com