Available at: https://bfrick.net/
Built with https://github.com/gohugoio/hugo and https://github.com/luizdepra/hugo-coder/.
Run this for a local development server with live reload:
hugo serverSee .github/workflows/pages.yaml
The themes in the themes directory are git submodules. To update them, run the
following commands:
# initialize the submodules
git submodule update --init --recursive
# update submodules to their latest versions
git submodule update --recursive --remote
# push the changes
git commit -m "update themes"
git push