Commit Graph

4 Commits

Author SHA1 Message Date
e3c6c25624 feat: implement serve mode with file watching
- Add fsnotify for file watching in serve mode
- Create watcher.go for content directory monitoring
- Update serve mode to generate initial output and watch for changes
- Add route to serve generated HTML files from output directory
- File changes trigger automatic regeneration

Co-Authored-By: Claude (glm-5) <noreply@anthropic.com>
2026-03-05 02:21:50 +01:00
a1d054dfe4 Implement CLI mode and Markdown parsing
- Add CLI mode distinction (gocv vs gocv serve)
- Add goldmark dependency for Markdown parsing
- Create content reading logic from ./content directory
- Implement Markdown to HTML conversion
- Add sample content/index.md for testing
- Update .gitignore for build artifacts

Co-Authored-By: Claude (glm-5) <noreply@anthropic.com>
2026-03-05 02:13:16 +01:00
51f37c7ea7 Template updates (commit: ff3dd44)
All checks were successful
Push to GitHub / mirror (push) Successful in 6s
2026-01-02 11:51:13 +00:00
7f09e3dae1 Template updates (commit: 11682a3)
All checks were successful
Push to GitHub / mirror (push) Successful in 4s
2025-12-31 23:14:22 +01:00