This website was built using Hugo and Papermod theme. Both the source code and the static site can be found in this repository.
- Run
hugo
command in the repository folder. This will create the static pages in thedocs
directory. - Git add the new files and commit using
git add . && git commit -m <message>
- Push the new commits to the repository. GitHub pages will handle the rest.
Check the LICENSE
file for more.