about summary refs log tree commit diff stats
path: root/Makefile
Commit message (Expand)AuthorAgeLines
* remove makefileAlan Pearce2024-04-18-16/+0
* remove post-processingAlan Pearce2024-04-17-76/+0
* compress hidden files (e.g. .well-known/)Alan Pearce2024-04-16-1/+1
* make: compress xsl filesAlan Pearce2024-04-15-1/+13
* make: add missing echoAlan Pearce2024-04-15-0/+1
* Remove obsolete build targets from MakefileAlan Pearce2024-04-01-1/+1
* Replace zola with DOM-based static site generation codeAlan Pearce2023-09-22-10/+1
* Fix incorrect Makefile logic for post-processingAlan Pearce2023-09-17-3/+5
* Format HTML to a shorter line lengthAlan Pearce2023-09-17-1/+1
* Use make only for necessary functionalityAlan Pearce2023-09-16-22/+8
* Fix XML feed styleAlan Pearce2023-09-16-1/+8
* Beautify make outputAlan Pearce2023-09-05-4/+18
* Fix html -> md dependenciesAlan Pearce2023-08-01-13/+14
* Remove unnecessary install targetAlan Pearce2023-07-09-3/+1
* Make `make deploy` do nothing unless sources are updatedAlan Pearce2023-07-09-3/+7
* Make: avoid re-running format/compress targetsAlan Pearce2023-07-08-10/+13
* Enable make to rebuild site on input changesAlan Pearce2023-07-01-3/+3
* Enable Makefile tracking of deployments with .deploystampAlan Pearce2023-07-01-2/+5
* Format HTML output with prettierAlan Pearce2023-06-24-2/+5
* Make `build` make target more obviousAlan Pearce2023-05-22-1/+3
* Add `clean` make targetAlan Pearce2023-05-22-1/+4
* Make buildable with nix (requires submodule workaround)Alan Pearce2023-05-18-15/+19
* Add deploy commandAlan Pearce2023-05-14-1/+4
* Pre-compress built site with brotli/zstd/gzipAlan Pearce2023-05-14-0/+55