Find a file
Derek Slenk b660b9cd5d
All checks were successful
Build Site / build (pull_request) Successful in 1m3s
Downgrade upload-artifact to v3 for GHES compatibility
actions/upload-artifact@v4 is not supported on GHES/Forgejo Actions. Using v3 for compatibility.

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-17 14:36:25 -04:00
.forgejo/workflows Downgrade upload-artifact to v3 for GHES compatibility 2025-07-17 14:36:25 -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
CLAUDE.md Add CLAUDE.md documentation for future Claude Code instances 2025-07-17 14:30:30 -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.