about summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeLines
* Fix indentation of code blocksAlan Pearce2023-07-30-1/+1
|
* Add redirect for status pageAlan Pearce2023-07-26-0/+1
|
* Remove GPG key info from homepageAlan Pearce2023-07-21-3/+0
|
* Remove unnecessary install targetAlan Pearce2023-07-09-3/+1
|
* Make `make deploy` do nothing unless sources are updatedAlan Pearce2023-07-09-3/+8
|
* Increase fly connection limitsAlan Pearce2023-07-08-2/+2
|
* Make: avoid re-running format/compress targetsAlan Pearce2023-07-08-10/+14
|
* Fully disable HTTPS in CaddyAlan Pearce2023-07-08-2/+4
|
* Fix erroneous 200 responses on missing filesAlan Pearce2023-07-08-7/+6
| | | | | | Revert "Replace metrics with advanced metrics for path-based counters" This reverts commit 3dcd97ff77e9f9f5e3ea2b97b9e15c7c1066859d.
* Remove unnecessary quoting of menu item URLsAlan Pearce2023-07-08-5/+1
|
* Add redirect lists for aln.peAlan Pearce2023-07-07-0/+14
|
* Replace metrics with advanced metrics for path-based countersAlan Pearce2023-07-07-6/+7
|
* Enable Caddyfile to validate without redisAlan Pearce2023-07-07-2/+9
| | | | | | Validation tries to connect to the redis server by the `storage` global option, which is not possible without secrets that are not exposed during the build
* Validate Caddyfile during buildAlan Pearce2023-07-07-0/+1
|
* Use relative URLs in HTMLAlan Pearce2023-07-06-7/+7
|
* Switch to HEAD requests for health checksAlan Pearce2023-07-06-1/+1
|
* Collect HTTP metricsAlan Pearce2023-07-03-0/+1
|
* New post: Now on three continentsAlan Pearce2023-07-02-0/+25
|
* Add HTTP health checkAlan Pearce2023-07-02-0/+11
|
* Use fly proxy for TLS termination, using h2cAlan Pearce2023-07-02-23/+41
|
* Add listener for wwwAlan Pearce2023-07-01-0/+5
|
* Enable running docker image locally without configAlan Pearce2023-07-01-0/+2
|
* Only match requests to correct hostnameAlan Pearce2023-07-01-1/+2
|
* Clearly expose HTTP portAlan Pearce2023-07-01-0/+1
|
* Enable make to rebuild site on input changesAlan Pearce2023-07-01-3/+3
|
* Enable Makefile tracking of deployments with .deploystampAlan Pearce2023-07-01-4/+7
|
* Fix access to tools from nativeBuildInputsAlan Pearce2023-07-01-2/+1
|
* Don't try to cross-build docker images with nixAlan Pearce2023-07-01-27/+3
|
* Deploy to fly.ioAlan Pearce2023-07-01-2/+52
|
* Add caddy to dev shellAlan Pearce2023-07-01-2/+3
|
* Update flake inputsAlan Pearce2023-07-01-6/+6
|
* Build docker imageAlan Pearce2023-06-30-24/+106
|
* Use empty favicon if not configured in themeAlan Pearce2023-06-30-4/+1
|
* Remove seo_tags fileAlan Pearce2023-06-24-1/+0
|
* Format HTML output with prettierAlan Pearce2023-06-24-2/+6
|
* Remove spaces around header linkAlan Pearce2023-06-24-1/+1
|
* Improve HTML indentationAlan Pearce2023-06-23-13/+13
|
* Make tag lists more semanticAlan Pearce2023-06-23-12/+10
|
* Fix overzealous URL encodingAlan Pearce2023-06-23-7/+7
|
* Remove useless meta title tagAlan Pearce2023-06-23-1/+0
|
* Remove redundant italic tagAlan Pearce2023-06-23-15/+9
|
* Render RSS autodiscovery links for main and per-tag feedsAlan Pearce2023-06-23-2/+3
|
* Make style a css file (although zola requires .html extension)Alan Pearce2023-06-23-182/+199
|
* Add skip links for accessibilityAlan Pearce2023-06-21-36/+48
|
* Move header link inside headingAlan Pearce2023-06-21-3/+6
|
* Make compatible with non-flake nixAlan Pearce2023-06-20-1/+32
|
* Add styling to Atom feedAlan Pearce2023-06-20-0/+129
|
* homepage: only show posts under "recent posts"Alan Pearce2023-06-20-2/+1
|
* Configure web-mode engine when opening templates in EmacsAlan Pearce2023-06-20-1/+2
|
* Revert "Stop zola removing the output directory on each build"Alan Pearce2023-06-20-3/+0
| | | | | | | No longer necessary as the output directory doesn't need to be a git repository any more. This reverts commit 59e6e022d332b0cbd8b9f627530149047c9ae8a9.