Personal site built using (hugo)[https://gohugo.io/], using (codex)[https://github.com/jakewies/hugo-theme-codex] theme.
Install Hugo:
brew install hugoAdding a new page:
hugo new content posts/my-first-post.mdRun development server:
hugo server -DDeployment:
./deploy.shTODO: Move deployment to GitHub actions.