V2 of the homepage
Static page generator 11ty
Setup:
npm install
npx @11ty/eleventy --serve
open http://localhost:8080/index.html
Target github pages
Steps:
npx @11ty/eleventygit add index.htmlgit commit -m 'New wersion with feature XYZ'git push- New version should be live in matter of minutes