Code for my personal site. Built using Hugo
This repo contains a submodule. When cloning, ensure submodules are also incorporated, either with git clone --recurse-submodules #this-repo.git, or for already clones repos,
git submodule init
git submodule update
hugo new publications/$name.md will produce a skeleton document. Fill out the front matter.
Run hugo server for a live site to test changes on.
git push changes to github. The workflow actions will run to update the actual site itself with the changes.