- 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.
Thanks to @arpitbatra123 for creating the eleventy-blog-mnml template!