about summary refs log tree commit diff stats
path: root/internal/builder/builder.go
Commit message (Expand)AuthorAgeLines
* extract logging libraryAlan Pearce2 days-1/+1
* use encoding/xml for atom feedsAlan Pearce3 days-4/+3
* enable filtered debug logging via DEBUG="component.*"Alan Pearce3 days-9/+9
* change error packageAlan Pearce4 days-1/+1
* rename go moduleAlan Pearce4 days-5/+5
* build outside of working directoryAlan Pearce4 days-10/+20
* use pointers for builder configurationAlan Pearce5 days-1/+1
* simplify output directory treeAlan Pearce5 days-25/+17
* use pointer to config in builder & templatesAlan Pearce6 days-7/+10
* fix missing cssAlan Pearce7 days-0/+1
* make error pages dynamicAlan Pearce7 days-5/+0
* use a normal filename for homepageAlan Pearce8 days-1/+1
* remove clean step in builderAlan Pearce8 days-7/+0
* refactor server startupAlan Pearce8 days-10/+1
* refactor/formatAlan Pearce8 days-2/+14
* move templ templates into separate packageAlan Pearce8 days-6/+7
* move 404.html back to private directoryAlan Pearce8 days-1/+1
* pre-compress static filesAlan Pearce10 days-5/+1
* pre-compress generated files in productionAlan Pearce10 days-9/+15
* fix dev server/live reloadAlan Pearce14 days-0/+1
* pass rendered html to homepageAlan Pearce2024-06-18-1/+9
* split content and sitemap code from builderAlan Pearce2024-06-18-24/+11
* switch to templ for rendering HTML templatesAlan Pearce2024-06-18-35/+27
* hash style elements during build stepAlan Pearce2024-06-13-37/+55
* enable changes to styles in dev modeAlan Pearce2024-06-13-0/+2
* generate sitemap and robots.txtAlan Pearce2024-06-05-1/+61
* fix occasionally-jumbled outputAlan Pearce2024-06-05-1/+1
* no more CIAlan Pearce2024-06-02-1/+1
* refactor: lint with golangci-lintAlan Pearce2024-05-22-1/+4
* log in logfmt via zap, with nicer console output in devAlan Pearce2024-05-19-13/+13
* remove lint errorsAlan Pearce2024-05-18-1/+6
* builder: return errors instead of panickingAlan Pearce2024-04-28-4/+3
* implement live-reloading dev serverAlan Pearce2024-04-27-0/+197