My personal website built with Hugo and a modified Ezhil theme.
gh repo clone https://github.com/mloning/website . -- --recurse-submodulesto clone the repo with the theme as a git submodulegit submodule update --init --recursive --remoteto update the theme from the git submodule./run.sh serverto start the Hugo server with hot reloading./run.sh new <name>to create a new draft in./content/posts/<name>.md- Use
Cmd+Shift+Rto force reload the cache in Firefox
Pushing changes to the main branch will trigger a deployment using a GitHub Action workflow and GitHub Pages.
Check out my blog post on how to configure a custom domain with GitHub Pages and Squarespace.