about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeLines
* fix post tags validation errorAlan Pearce2024-04-18-4/+10
* remove old typescript test fileAlan Pearce2024-04-18-97/+0
* remove makefileAlan Pearce2024-04-18-16/+0
* use forked htmlformatAlan Pearce2024-04-18-2/+6
* remove old dir-localsAlan Pearce2024-04-18-2/+0
* improve watch-builder commandAlan Pearce2024-04-18-1/+1
* copy static files directly in goAlan Pearce2024-04-18-1/+16
* disable fiber startup message in productionAlan Pearce2024-04-18-2/+6
* disable logging of healthcheck requestsAlan Pearce2024-04-18-1/+4
* Add scripts for live-reloading incl. direnvAlan Pearce2024-04-18-0/+6
* fix flake-compat layer (default.nix refers to flake-compat)Alan Pearce2024-04-18-3/+3
* prettify HTMLAlan Pearce2024-04-18-26/+19
* make self-closing tags voidAlan Pearce2024-04-18-5/+23
* Remove outdated pubdate attribute from <time>Alan Pearce2024-04-18-11/+3
* Add missing doctypeAlan Pearce2024-04-18-0/+1
* fly: increase maximum concurrencyAlan Pearce2024-04-18-0/+4
* embed filesAlan Pearce2024-04-18-4/+16
* use correct envvar for sentry environmentAlan Pearce2024-04-17-1/+1
* run on flyAlan Pearce2024-04-17-1/+6
* configure docker buildAlan Pearce2024-04-17-201/+25
* set proper output directoryAlan Pearce2024-04-17-1/+1
* use internal imports correctlyAlan Pearce2024-04-17-15/+16
* remove post-processingAlan Pearce2024-04-17-97/+1
* bye bye bunAlan Pearce2024-04-17-771/+0
* delete old submodule configAlan Pearce2024-04-17-3/+0
* remove purgeCSS for nowAlan Pearce2024-04-17-34/+2
* implement static serverAlan Pearce2024-04-17-3/+265
* config: add port (via environment variable)Alan Pearce2024-04-17-0/+17
* config: override base_url in developmentAlan Pearce2024-04-17-0/+15
* config: convert base_url to a URL typeAlan Pearce2024-04-17-3/+13
* Shorten internal module namesAlan Pearce2024-04-17-3/+3
* add debug loggingAlan Pearce2024-04-16-2/+17
* rename variableAlan Pearce2024-04-16-2/+2
* wrap os.MkdirAllAlan Pearce2024-04-16-6/+9
* use io.{Reader,Writer}Alan Pearce2024-04-16-52/+71
* Purge CSS using npm:purgecssAlan Pearce2024-04-16-3/+34
* reduce diffs to typescript builderAlan Pearce2024-04-16-36/+34
* wip: verbose error handlingAlan Pearce2024-04-16-113/+264
* wip: render 404 and home pagesAlan Pearce2024-04-16-25/+101
* wip: render feedsAlan Pearce2024-04-16-7/+111
* wip: render posts and listsAlan Pearce2024-04-16-6/+230
* wip: read postsAlan Pearce2024-04-16-18/+183
* fix error in homepage template typescript-bunAlan Pearce2024-04-16-2/+3
* compress hidden files (e.g. .well-known/)Alan Pearce2024-04-16-1/+1
* disable auto-sleep (fly will charge for stopped machines soon)Alan Pearce2024-04-16-22/+2
* disallow fetching pre-compressed files directlyAlan Pearce2024-04-16-0/+2
* make GET 404.html return 404, not 200Alan Pearce2024-04-16-1/+5
* fix possible redirect loopAlan Pearce2024-04-16-1/+4
* allow 404 errors to be cachedAlan Pearce2024-04-16-6/+2
* send textual 404 if not accepting text/htmlAlan Pearce2024-04-15-0/+5