Eleventy, or 11ty, is a Static Site Generator (SSG). In this project, it streamlines the blog via applying _includes/template.njk to each Markdown blogpost.\
npm install @11ty/eleventy\
npx @11ty/eleventy
npx @11ty/eleventy --watch to watch files
npx @11ty/eleventy --serve to watch files and start web server\