/debuhr.me

Source code for the debuhr.me website

Primary LanguageHTMLMIT LicenseMIT

Neal DeBuhr Personal Website

Source code for the debuhr.me website

Background

This website is built with Hugo and deployed to Cloudflare Workers.

Develop

Run a development server

hugo serve -D

Build

Get the theme as a submodule

git submodule init
git submodule update

Build the site

hugo --minify

Deploy

The deployment is automated, and triggered on commit pushes to master. Cloudflare Workers via GitHub Actions is the associated GitHub Actions workflow.

License

MIT © Neal DeBuhr