- This is made with eleventy
- By convention, I place posts in the
srcdirectory - Eleventy looks for templates in the
_includesdirectory - the
_sitedirectory is re-generated onnpx @11ty/eleventy - to run locally, do
npx @11ty/eleventy --serve
After making edits, run npx @11ty/eleventy (to build if you haven't already), and then npm run deploy to push to gh-pages.