No description
https://angrymichigander.com
- PostScript 100%
|
All checks were successful
Deploy to S3 / deploy (push) Successful in 51s
## Summary Add complete project documentation suite to improve developer experience and project understanding. ## Documentation Added - **PROJECT_INDEX.md**: Complete project overview, architecture, configuration reference - **DEVELOPMENT_GUIDE.md**: Step-by-step setup, development workflow, testing, deployment - **QUICK_REFERENCE.md**: Fast command reference and common operations - **README.md**: Documentation index and navigation ## Benefits - Clear onboarding for new developers - Comprehensive reference for AI assistants (Claude Code) - Quick access to common commands and workflows - Detailed architecture and configuration documentation ## Test Plan - [x] All documentation files created and organized - [x] Cross-references between docs are accurate - [x] Command examples verified - [x] File paths and references validated 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-authored-by: Decobus <deco@deco.sh> Reviewed-on: #3 |
||
|---|---|---|
| .forgejo/workflows | ||
| archetypes | ||
| assets | ||
| docs | ||
| .gitignore | ||
| CLAUDE.md | ||
| go.mod | ||
| go.sum | ||
| hugo.yaml | ||
| README.md | ||
The Angry Michigander
Personal blog platform built with Hugo and the Lynx theme.
Quick Start
# Development server with drafts
hugo server -D
# Production build
hugo --minify
Documentation
📚 Comprehensive documentation available in docs/:
- docs/README.md - Documentation index and overview
- docs/QUICK_REFERENCE.md - Fast command reference
- docs/DEVELOPMENT_GUIDE.md - Complete development guide
- docs/PROJECT_INDEX.md - Full project documentation
Technology Stack
- Static Site Generator: Hugo (Extended)
- Theme: Lynx v1.4.0
- Deployment: AWS S3 via Forgejo Actions
- Version Control: Forgejo (with
teaCLI)
Key Commands
# Content creation
hugo new posts/my-post.md
# Local preview
hugo server -D
# Production build
hugo --minify
# Module management
hugo mod get -u # Update all modules
hugo mod tidy # Clean dependencies
CI/CD
Automatic deployment to AWS S3 on push to main branch via Forgejo Actions.
Getting Help
- See docs/QUICK_REFERENCE.md for common tasks
- See docs/DEVELOPMENT_GUIDE.md for detailed setup
- See CLAUDE.md for AI assistant guidelines
License
Personal project - All rights reserved.