Commit graph

16 commits

Author SHA1 Message Date
b9796ab096 When editing weeknotes with the website script, create the page from the Hugo archetype and process it
This implements what the Makefile did, but with a more intuitive interface.
Remove the weeknotes target from the Makefile.
2024-12-10 12:16:23 -08:00
8cb1187aaa Do not build drafts
Too much trouble.
2024-11-04 16:38:29 -08:00
855c5b719e Create a deployall Makefile target
Move generating nethack data out of the deploy target so that deploy can just be
building what's there and pushing it.

Parameterize the destination build directory as BUILD_DIR. Default to the hugo
default, i.e. public.
2024-11-01 21:29:15 -07:00
d679ae6c39 Quote the DEPLOY_LOCATION variable in the deploy Makefile target 2024-10-31 08:05:27 -07:00
71cb4e9d2f Spell out the arguments to hugo in the Makefile for self-documentation 2024-10-20 09:19:56 -07:00
bee8800070 Replace the next_sunday.py script with a more comprehensive weeknotes script 2024-06-10 13:18:21 -07:00
7843ee9cdd Write a new script to calculate next Sunday's date 2024-06-03 07:55:36 -07:00
851f676ca0 Weeknotes archetype and Makefile rule 2024-05-26 09:26:40 -07:00
bcae9f135c Tag a commit after deploying 2023-11-20 11:54:11 -08:00
0010e65428 Make sure getting the nethack score path always uses the nethack binary (not my shell function) 2023-04-02 09:29:49 -07:00
9f1c6e1345 Make site a phony target 2023-02-04 18:26:41 -08:00
e8e0a35064 Add a Makefile target that commits an updated Nethack logfile 2023-01-10 16:16:53 -08:00
828bcb0f94 Oops, recursive definition of DEPLOY_LOCATION in the Makefile 2022-11-20 22:45:50 -08:00
d2ab14f649 Parameterize the Makefile; add automatic importing of Nethack logfiles 2022-11-20 10:00:20 -08:00
da88d389e9 Split building and deployment into separate make targets 2022-11-15 17:24:54 -08:00
cb3818fd57 Add a Makefile with a deploy target 2022-04-13 07:47:02 -07:00