My website source code, based on Hugo with smol theme.
- master
Website source code with Hugo - gh-pages
Compiled webiste source code (https://giuliobosco.github.io)
This repository has auto-deploy, on push on master branch it will automatically build the website with hugo command and upload the code in the gh-pages branch.
For manually deploy run the deploy.sh script.
./deploy.sh "commit message"The manually deploy is faster if you do have Hugo installed as cli program, the auto-deploy should install everytime Hugo and then compile the code.