PSFLA 11ty sourcedocs#
setting up#
create a folder in the main directory called _site
install nodejs
run Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Scope CurrentUser if needbe
run npm install @11ty/eleventy-plugin-rss
run npm run build
that's it!
(this site was built on windows 10, thus os-specifc commands will be formated for windows :p)