Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | preserve file times when copying from static/ | Alan Pearce | 2024-04-19 | -1/+3 |
* | use unbuffered logs in development | Alan Pearce | 2024-04-19 | -1/+8 |
* | fix logging logic | Alan Pearce | 2024-04-19 | -1/+1 |
* | add and check licenses | Alan Pearce | 2024-04-18 | -0/+450 |
* | ensure watchexec is available | Alan Pearce | 2024-04-18 | -2/+2 |
* | fix post tags validation error | Alan Pearce | 2024-04-18 | -4/+10 |
* | remove old typescript test file | Alan Pearce | 2024-04-18 | -97/+0 |
* | remove makefile | Alan Pearce | 2024-04-18 | -16/+0 |
* | use forked htmlformat | Alan Pearce | 2024-04-18 | -2/+6 |
* | remove old dir-locals | Alan Pearce | 2024-04-18 | -2/+0 |
* | improve watch-builder command | Alan Pearce | 2024-04-18 | -1/+1 |
* | copy static files directly in go | Alan Pearce | 2024-04-18 | -1/+16 |
* | disable fiber startup message in production | Alan Pearce | 2024-04-18 | -2/+6 |
* | disable logging of healthcheck requests | Alan Pearce | 2024-04-18 | -1/+4 |
* | Add scripts for live-reloading incl. direnv | Alan Pearce | 2024-04-18 | -0/+6 |
* | fix flake-compat layer (default.nix refers to flake-compat) | Alan Pearce | 2024-04-18 | -3/+3 |
* | prettify HTML | Alan Pearce | 2024-04-18 | -26/+19 |
* | make self-closing tags void | Alan Pearce | 2024-04-18 | -5/+23 |
* | Remove outdated pubdate attribute from <time> | Alan Pearce | 2024-04-18 | -11/+3 |
* | Add missing doctype | Alan Pearce | 2024-04-18 | -0/+1 |
* | fly: increase maximum concurrency | Alan Pearce | 2024-04-18 | -0/+4 |
* | embed files | Alan Pearce | 2024-04-18 | -4/+16 |
* | use correct envvar for sentry environment | Alan Pearce | 2024-04-17 | -1/+1 |
* | run on fly | Alan Pearce | 2024-04-17 | -1/+6 |
* | configure docker build | Alan Pearce | 2024-04-17 | -201/+25 |
* | set proper output directory | Alan Pearce | 2024-04-17 | -1/+1 |
* | use internal imports correctly | Alan Pearce | 2024-04-17 | -15/+16 |
* | remove post-processing | Alan Pearce | 2024-04-17 | -97/+1 |
* | bye bye bun | Alan Pearce | 2024-04-17 | -771/+0 |
* | delete old submodule config | Alan Pearce | 2024-04-17 | -3/+0 |
* | remove purgeCSS for now | Alan Pearce | 2024-04-17 | -34/+2 |
* | implement static server | Alan Pearce | 2024-04-17 | -3/+265 |
* | config: add port (via environment variable) | Alan Pearce | 2024-04-17 | -0/+17 |
* | config: override base_url in development | Alan Pearce | 2024-04-17 | -0/+15 |
* | config: convert base_url to a URL type | Alan Pearce | 2024-04-17 | -3/+13 |
* | Shorten internal module names | Alan Pearce | 2024-04-17 | -3/+3 |
* | add debug logging | Alan Pearce | 2024-04-16 | -2/+17 |
* | rename variable | Alan Pearce | 2024-04-16 | -2/+2 |
* | wrap os.MkdirAll | Alan Pearce | 2024-04-16 | -6/+9 |
* | use io.{Reader,Writer} | Alan Pearce | 2024-04-16 | -52/+71 |
* | Purge CSS using npm:purgecss | Alan Pearce | 2024-04-16 | -3/+34 |
* | reduce diffs to typescript builder | Alan Pearce | 2024-04-16 | -36/+34 |
* | wip: verbose error handling | Alan Pearce | 2024-04-16 | -113/+264 |
* | wip: render 404 and home pages | Alan Pearce | 2024-04-16 | -25/+101 |
* | wip: render feeds | Alan Pearce | 2024-04-16 | -7/+111 |
* | wip: render posts and lists | Alan Pearce | 2024-04-16 | -6/+230 |
* | wip: read posts | Alan Pearce | 2024-04-16 | -18/+183 |
* | fix error in homepage template typescript-bun | Alan Pearce | 2024-04-16 | -2/+3 |
* | compress hidden files (e.g. .well-known/) | Alan Pearce | 2024-04-16 | -1/+1 |
* | disable auto-sleep (fly will charge for stopped machines soon) | Alan Pearce | 2024-04-16 | -22/+2 |