An example blog site using Eleventy that covers fundamental functionality.
The following article accompanies this repo.
https://keepinguptodate.com/pages/2019/06/creating-blog-with-eleventy/
A demo of the blog is hosted on Netlify:
https://dazzling-almeida-ca0492.netlify.com/
This repo contains several branches that allow you to checkout the code at various stages of development.
npm install
npm run serve
Then access the site with the URL http://localhost:8080/ (your port may vary).