Find a file
Derek Slenk 95b37f1bef Add Lynx theme with Hugo modules and optimized author image
- 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
2025-06-29 22:15:26 -04:00
archetypes Initial commit: Add Hugo site structure and configuration 2025-06-29 20:37:51 -04:00
assets Add Lynx theme with Hugo modules and optimized author image 2025-06-29 22:15:26 -04:00
.gitignore Add Lynx theme with Hugo modules and optimized author image 2025-06-29 22:15:26 -04:00
go.mod Add Lynx theme with Hugo modules and optimized author image 2025-06-29 22:15:26 -04:00
go.sum Add Lynx theme with Hugo modules and optimized author image 2025-06-29 22:15:26 -04:00
hugo.yaml Add Lynx theme with Hugo modules and optimized author image 2025-06-29 22:15:26 -04:00
README.md Initial commit: Add Hugo site structure and configuration 2025-06-29 20:37:51 -04:00

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.