about summary refs log tree commit diff stats
path: root/internal/builder
Commit message (Expand)AuthorAgeLines
* 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