Source code for the debuhr.me website
This website is built with Hugo and deployed to Google Cloud Storage.
Run a development server
hugo serve -D
Get the theme as a submodule
git submodule init
git submodule update
Build the site
hugo --minify
The deployment is automated, and triggered on commit pushes to master. The site is built and deployed to Google Cloud Storage via GitHub Actions.
MIT © Neal DeBuhr