Commit Graph

5 Commits

Author SHA1 Message Date
166a2a2831 fix: correct dependencies and add Dockerfile
- 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>
2026-03-05 02:43:34 +01:00
1d47c5a930 feat: integrate HTML template engine with theme selection
- 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>
2026-03-05 02:17:12 +01:00
177aa6d44e Template updates (commit: 068b543)
All checks were successful
Push to GitHub / mirror (push) Successful in 10s
2026-03-04 23:53:33 +00:00
064874de09 Template updates (commit: 24e45d7)
All checks were successful
Push to GitHub / mirror (push) Successful in 4s
2026-01-02 14:15:03 +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