about summary refs log tree commit diff stats
path: root/internal
Commit message (Expand)AuthorAgeLines
* fetch and build site on server startAlan Pearce8 days-12/+105
* fix missing spacing in feed previewAlan Pearce8 days-19/+11
* refactor/formatAlan Pearce8 days-49/+54
* don't log URL schemeAlan Pearce8 days-5/+0
* make hostname-based redirection configurableAlan Pearce9 days-7/+10
* make 404 page dynamicAlan Pearce9 days-5/+17
* move templ templates into separate packageAlan Pearce9 days-293/+13
* move 404.html back to private directoryAlan Pearce9 days-1/+1
* log scheme directly from requestAlan Pearce9 days-1/+1
* handle TLS in server with ACMEAlan Pearce9 days-16/+90
* (automatically) format with golinesAlan Pearce10 days-1/+3
* fix and simplify content-encoding negotiationAlan Pearce10 days-9/+15
* serve pre-compressed files according to accept-encodingAlan Pearce10 days-20/+49
* pre-compress static filesAlan Pearce10 days-5/+30
* pre-compress generated files in productionAlan Pearce10 days-9/+98
* fix feed contentAlan Pearce10 days-1/+1
* log origin of server listener (i.e. listenfd or not)Alan Pearce2024-06-19-0/+1
* log: enable setting log level from environment variableAlan Pearce2024-06-19-1/+14
* style external nav menu linksAlan Pearce2024-06-19-3/+12
* fix dev server/live reloadAlan Pearce2024-06-19-14/+59
* pass rendered html to homepageAlan Pearce2024-06-18-18/+13
* split content and sitemap code from builderAlan Pearce2024-06-18-41/+40
* switch to templ for rendering HTML templatesAlan Pearce2024-06-18-289/+310
* extract socket passing protocol handler to packageAlan Pearce2024-06-18-3/+40
* hash style elements during build stepAlan Pearce2024-06-13-46/+120
* enable changes to styles in dev modeAlan Pearce2024-06-13-0/+3
* server: listen on socket provided by system(f)d, if availableAlan Pearce2024-06-13-1/+10
* server: automatically build, re-build and reload in devAlan Pearce2024-06-11-9/+116
* server: remove sentryAlan Pearce2024-06-11-25/+3
* 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
* fix Host weirdness on fly with h2cAlan Pearce2024-05-24-0/+6
* enable overriding base URLAlan Pearce2024-05-24-4/+10
* fix redirection to wrong hostnameAlan Pearce2024-05-24-11/+10
* refactor: remove unnecessary package-global variableAlan Pearce2024-05-24-3/+1
* server: support h2cAlan Pearce2024-05-24-4/+11
* send 204 No Content to /healthAlan Pearce2024-05-23-1/+1
* don't log requests to /healthAlan Pearce2024-05-23-0/+3
* refactor: simplify logging of Host headerAlan Pearce2024-05-22-11/+2
* refactor: lint with golangci-lintAlan Pearce2024-05-22-62/+102
* refactor: split server and muxAlan Pearce2024-05-22-138/+171
* fix logging of host headerAlan Pearce2024-05-22-1/+1
* redirect OpenID configuration requests to dexAlan Pearce2024-05-21-0/+7
* add hard-coded oidc webfinger supportAlan Pearce2024-05-21-1/+30
* use zap for logging http requests as wellAlan Pearce2024-05-19-21/+9
* log in logfmt via zap, with nicer console output in devAlan Pearce2024-05-19-35/+82
* remove lint errorsAlan Pearce2024-05-18-23/+61
* tweak cspgenerator outputAlan Pearce2024-04-29-5/+6