A 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.