A minimal blog template using eleventy.
- Write blog posts in markdown 🥳
- Write styles in SCSS 💅🏻
- Inbuilt support for rss feed
- Clone this repo
- Install dependencies by running
npm i - Add your blog posts (in markdown) in the
postsfolder. - Run a copy of the project locally using
npm run serveto see your changes locally. - Run
npm run buildwhich will build your website in the_sitefolder 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


