Commit graph

7 commits

Author SHA1 Message Date
Derek Slenk
a837049a4f Add CLAUDE.md documentation for future Claude Code instances
Includes project overview, development commands, architecture details, and tea CLI commands for Forgejo integration.

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-07-17 14:30:30 -04:00
Derek Slenk
9dbd1af5f9 Add Forgejo Actions workflows for Hugo site
- 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>
2025-07-17 14:20:51 -04:00
Derek Slenk
0265c44006
Update .github/workflows/build.yml
Some checks failed
Build Site / build (push) Has been cancelled
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-06-29 22:37:52 -04:00
Derek Slenk
5a325d0273
disable cloudfront deploy for now 2025-06-29 22:36:31 -04:00
Derek Slenk
21ce49b769 Add GitHub Actions workflows for build and deployment
- Add build.yml: builds Hugo site on all non-main branches and PRs
- Add deploy.yml: builds and deploys to S3 + CloudFront on main branch pushes
- Uses generic OIDC role for AWS authentication
2025-06-29 22:35:02 -04:00
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
Derek Slenk
3e8cbdad6a Initial commit: Add Hugo site structure and configuration 2025-06-29 20:37:51 -04:00