Personal website
Create with poole
clone this project to create your own website
clone
andmake
poole project in parent directory of your project
run
sudo ./build.sh
in your project directorythis command copy all needed contents in ./docs directory for use in github Pages
poole generated output files will saved in ./output directory, for use in github Pages i use ./docs directory, so all contents in ./output directory copied in ./docs
you need to change your project setting to read your index.html and other pages of yuor website from ./docs directory.
read more about how github pages works here