Commit message (Expand) | Author | Age | Lines | |
---|---|---|---|---|
* | split output directories into website/{public,private} | Alan Pearce | 2024-04-21 | -43/+53 |
* | test gitlab ci | Alan Pearce | 2024-04-21 | -18/+26 |
* | use justfile for scripting | Alan Pearce | 2024-04-21 | -68/+64 |
* | fix URL | Alan Pearce | 2024-04-21 | -1/+1 |
* | move server code to cmd/server | Alan Pearce | 2024-04-21 | -6/+6 |
* | serve site from filesystem rather than embedding | Alan Pearce | 2024-04-21 | -33/+53 |
* | nix: save typing | Alan Pearce | 2024-04-21 | -5/+5 |
* | stop macOS firewall prompts in development | Alan Pearce | 2024-04-21 | -1/+1 |
* | remove unused variable | Alan Pearce | 2024-04-21 | -1/+0 |
* | support IPv6 | Alan Pearce | 2024-04-21 | -1/+3 |
* | allow listen address to be configured | Alan Pearce | 2024-04-21 | -1/+4 |
* | update dependencies and flake inputs | Alan Pearce | 2024-04-21 | -83/+58 |
* | oops | Alan Pearce | 2024-04-20 | -1/+1 |
* | send headers from config.toml | Alan Pearce | 2024-04-20 | -13/+27 |
* | Use gitlab CI | Alan Pearce | 2024-04-20 | -16/+72 |
* | use long git hashes for docker tags | Alan Pearce | 2024-04-20 | -3/+6 |
* | fly: don't modify http headers | Alan Pearce | 2024-04-19 | -0/+2 |
* | Use netlify for redirects | Alan Pearce | 2024-04-19 | -0/+18 |
* | Brand executable with commit hash for server header | Alan Pearce | 2024-04-19 | -4/+6 |
* | try to improve building on aarch64-darwin | Alan Pearce | 2024-04-19 | -1/+3 |
* | add missing environment variables | Alan Pearce | 2024-04-19 | -0/+2 |
* | use nix to build docker images | Alan Pearce | 2024-04-19 | -64/+280 |
* | server: configure with flags/envvars instead of toml | Alan Pearce | 2024-04-19 | -7/+26 |
* | use abstracted FS to get 404 page | Alan Pearce | 2024-04-19 | -3/+3 |
* | build: use same dir for static/rendered output | Alan Pearce | 2024-04-19 | -5/+5 |
* | 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 |