Kevin Meas

Just a random

Home Notes

🇬🇧 Deploy Hugo on github pages

How to host Hugo on a Github user page ?

cd public
git add .
git commit -m "rebuilding site"
git push origin master

Resources