6 Commits

Author SHA1 Message Date
69bd915b8c Merge pull request 'fix-mobile-ascii-banners' (#1) from fix-mobile-ascii-banners into main
All checks were successful
Build Hugo Site / build (push) Successful in 6s
Reviewed-on: #1
2025-06-05 06:04:08 +02:00
f630fd330f Add hugo.log to gitignore
All checks were successful
Build Hugo Site / build (push) Successful in 7s
🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-04 22:00:39 -06:00
98923501ed Replace ASCII art banners with mobile-responsive headers
- Replace fixed-width ASCII banners with CSS-styled section headers
- Add responsive styling for mobile devices
- Update home page, event pages, header and footer layouts
- Improve mobile experience with scalable headers and gradient dividers

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-04 21:59:44 -06:00
e44de96b32 Fix Hugo extended build dependencies
All checks were successful
Build Hugo Site / build (push) Successful in 3m54s
- Add gcc, g++, musl-dev for C compilation
- Add libwebp-dev and libsass-dev for Hugo extended features
- Resolves build constraint errors for WebP and SASS support

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-04 13:58:13 -06:00
eeb487211b Add .gitignore and clean up tracked artifacts
Some checks failed
Build Hugo Site / build (push) Failing after 5s
- Added comprehensive .gitignore for Hugo projects
- Includes exclusions for Claude Code directories
- Removed public/ and .hugo_build.lock from tracking
- These files will be rebuilt during CI/CD

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-04 13:56:30 -06:00
217e4a5de5 Initial commit: Hugo static site for nerdy events
Some checks failed
Build Hugo Site / build (push) Failing after 19s
- Custom cyberpunk/console theme with pure CSS
- Event management with RSS and iCal calendar feeds
- Gitea workflow for automated deployment
- Complete documentation and setup instructions

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-06-04 13:53:50 -06:00