No description
https://angrymichigander.com
- Configure Lynx theme as Hugo module - Add high-quality author.png generated from vector EPS source - Update hugo.yaml with author configuration and module imports - Add _vendor/ to .gitignore (Hugo module cache) - Include custom CSS placeholder for future styling - Set up proper module structure with go.mod and go.sum |
||
---|---|---|
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.