A site using eleventy.
- Clone this repo
- Install dependencies by running
npm i - Add posts in the
content/blogfolder. - Run a copy of the project locally using
npm startto see your changes locally. - Run
npm run buildwhich will build your website in the_sitefolder which you can deploy.