No description
https://angrymichigander.com
- Add build workflow for PR validation - Add deploy workflow for main branch S3 deployment - Use self-hosted runners 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
---|---|---|
.forgejo/workflows | ||
.github/workflows | ||
archetypes | ||
assets | ||
.gitignore | ||
go.mod | ||
go.sum | ||
hugo.yaml | ||
README.md |
AngryMichigander
A Hugo website.
Development
To run the site locally:
hugo server -D
Building
To build the site:
hugo
The built site will be in the public/
directory.