Source code for the debuhr.me website
This website is built with Hugo and deployed to Cloudflare Workers.
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. Cloudflare Workers via GitHub Actions is the associated GitHub Actions workflow.
MIT © Neal DeBuhr