My personal website built with Hugo and a modified Ezhil theme.
gh repo clone https://github.com/mloning/website . -- --recurse-submodules
to clone the repo with the theme as a git submodulegit submodule update --init --recursive --remote
to update the theme from the git submodule./run.sh server
to start the Hugo server with hot reloading./run.sh new <name>
to create a new draft in./content/posts/<name>.md
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.