- Mark direct dependencies properly in go.mod (fsnotify, fpdf, goldmark)
- Remove duplicate Theme assignment in type_webserver.go
- Add Dockerfile for multi-stage build (was missing from repo)
- Update PLAN.md with completed tasks
Co-Authored-By: Claude (glm-5) <noreply@anthropic.com>
- Add PDF generation using go-pdf/fpdf (Pure Go library)
- Walk markdown AST and render directly to PDF
- Update Dockerfile to include themes directory and config
- Fix ENTRYPOINT format for serve mode
Co-Authored-By: Claude (glm-5) <noreply@anthropic.com>
- 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>