Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 663 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 663 Bytes

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