about summary refs log tree commit diff stats
path: root/internal/builder
Commit message (Expand)AuthorAgeLines
* remove clean step in builderAlan Pearce9 days-7/+0
* refactor server startupAlan Pearce9 days-10/+1
* fix missing spacing in feed previewAlan Pearce10 days-19/+11
* refactor/formatAlan Pearce10 days-43/+41
* move templ templates into separate packageAlan Pearce10 days-293/+13
* move 404.html back to private directoryAlan Pearce10 days-1/+1
* pre-compress static filesAlan Pearce11 days-5/+30
* pre-compress generated files in productionAlan Pearce11 days-9/+98
* style external nav menu linksAlan Pearce2024-06-19-2/+11
* fix dev server/live reloadAlan Pearce2024-06-19-1/+10
* pass rendered html to homepageAlan Pearce2024-06-18-16/+11
* split content and sitemap code from builderAlan Pearce2024-06-18-190/+25
* switch to templ for rendering HTML templatesAlan Pearce2024-06-18-289/+310
* hash style elements during build stepAlan Pearce2024-06-13-43/+103
* enable changes to styles in dev modeAlan Pearce2024-06-13-0/+2
* generate sitemap and robots.txtAlan Pearce2024-06-05-1/+109
* fix occasionally-jumbled outputAlan Pearce2024-06-05-1/+1
* no more CIAlan Pearce2024-06-02-1/+1
* Add support for pandoc-style fencesAlan Pearce2024-05-28-0/+2
* refactor: lint with golangci-lintAlan Pearce2024-05-22-22/+49
* log in logfmt via zap, with nicer console output in devAlan Pearce2024-05-19-19/+19
* remove lint errorsAlan Pearce2024-05-18-13/+57
* builder: return errors instead of panickingAlan Pearce2024-04-28-4/+3
* implement live-reloading dev serverAlan Pearce2024-04-27-0/+689