about summary refs log tree commit diff stats
path: root/internal/builder/template.go
Commit message (Expand)AuthorAgeLines
* use encoding/xml for atom feedsAlan Pearce3 days-61/+24
* check errorAlan Pearce4 days-0/+3
* change error packageAlan Pearce4 days-1/+1
* rename go moduleAlan Pearce4 days-3/+4
* build outside of working directoryAlan Pearce4 days-7/+8
* use pointer to config in builder & templatesAlan Pearce6 days-2/+2
* fix missing spacing in feed previewAlan Pearce8 days-19/+11
* refactor/formatAlan Pearce8 days-25/+2
* move templ templates into separate packageAlan Pearce8 days-6/+6
* fix dev server/live reloadAlan Pearce14 days-1/+1
* split content and sitemap code from builderAlan Pearce2024-06-18-1/+2
* switch to templ for rendering HTML templatesAlan Pearce2024-06-18-254/+11
* hash style elements during build stepAlan Pearce2024-06-13-6/+36
* generate sitemap and robots.txtAlan Pearce2024-06-05-0/+19
* refactor: lint with golangci-lintAlan Pearce2024-05-22-21/+43
* log in logfmt via zap, with nicer console output in devAlan Pearce2024-05-19-3/+3
* remove lint errorsAlan Pearce2024-05-18-10/+45
* implement live-reloading dev serverAlan Pearce2024-04-27-0/+371