This is the repository for my website blakerain.com, which features a blog and some informational pages.
The website is built using hugo and deployed by a Forgejo workflow.
The site can be built by first installing the dependencies with npm i and then running hugo --minify.
npm i
hugo --minify
A development server can be started with hugo server -D --disableFastRender.