Commit message (Expand) | Author | Age | Lines | ||
---|---|---|---|---|---|
... | |||||
* | 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 | |
* | disallow fetching pre-compressed files directly | Alan Pearce | 2024-04-16 | -0/+2 | |
* | make GET 404.html return 404, not 200 | Alan Pearce | 2024-04-16 | -1/+5 | |
* | fix possible redirect loop | Alan Pearce | 2024-04-16 | -1/+4 | |
* | allow 404 errors to be cached | Alan Pearce | 2024-04-16 | -6/+2 | |
* | send textual 404 if not accepting text/html | Alan Pearce | 2024-04-15 | -0/+5 | |
* | send 404 status... | Alan Pearce | 2024-04-15 | -0/+1 | |
* | make: compress xsl files | Alan Pearce | 2024-04-15 | -1/+13 | |
* | make: add missing echo | Alan Pearce | 2024-04-15 | -0/+1 | |
* | sort tags | Alan Pearce | 2024-04-15 | -2/+5 | |
* | format dates without milliseconds | Alan Pearce | 2024-04-15 | -5/+9 | |
* | Fix tag URI in tagged feeds | Alan Pearce | 2024-04-15 | -1/+1 | |
* | Keep awake for longer | Alan Pearce | 2024-04-12 | -1/+1 | |
* | Simplify metrics | Alan Pearce | 2024-04-12 | -26/+1 | |
* | Remove access logging | Alan Pearce | 2024-04-12 | -7/+0 | |
* | Remove Sentry tracing (keep error logging) | Alan Pearce | 2024-04-11 | -23/+0 | |
* | Simplify flake | Alan Pearce | 2024-04-11 | -38/+2 | |
* | docker: use bun compiler to generate single file executable | Alan Pearce | 2024-04-11 | -3/+7 | |
* | Update bun | Alan Pearce | 2024-04-11 | -4/+4 | |
* | Clean up according to TS hints | Alan Pearce | 2024-04-11 | -5/+5 | |
* | Cleanup unused config file entries | Alan Pearce | 2024-04-11 | -17/+0 | |
* | Enable ETag-based browser caching | Alan Pearce | 2024-04-11 | -7/+21 |