- 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 theme configuration to WebServer struct
- Create default theme with base.html layout template
- Update content.go to apply theme templates to generated HTML
- Output is now full HTML documents with styling
Co-Authored-By: Claude (glm-5) <noreply@anthropic.com>