summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Lady [Sun, 7 May 2023 04:27:05 +0000 (21:27 -0700)]
Switch sorting order
Used to be ascending, but descending is more typical.
Lady [Sun, 7 May 2023 04:22:05 +0000 (21:22 -0700)]
Fix sorting of entries and simplify processing
Both the date directories and the entry directories need to be sorted,
but the former initially wasn’t. This also filters out uninteresting
files prior to sorting in both cases, instead of waiting to filter
within the `for` loop itself.
Lady [Wed, 3 May 2023 01:50:34 +0000 (18:50 -0700)]
Be more precise checking for date‐named directories
Otherwise the script will pick up on any directory which _contains_ a
date, not just those which _are_ one.
Lady [Wed, 3 May 2023 01:48:04 +0000 (18:48 -0700)]
Freeze the context; make it available to hooks
Lady [Tue, 2 May 2023 23:51:17 +0000 (16:51 -0700)]
Support hooks for transforming build script output
See README changes for a more in‐depth explanation, but the idea here
is that users should have an opportunity to make adjustments to the
build output before it is saved. This relies on defining hooks on the
global object and then using a dynamic import to get the build script
to run.
Lady [Tue, 2 May 2023 23:53:50 +0000 (16:53 -0700)]
Add lockfile
Lady [Tue, 9 Aug 2022 03:22:57 +0000 (20:22 -0700)]
Better feed language handling
Lady [Tue, 9 Aug 2022 02:22:29 +0000 (19:22 -0700)]
Only show summary on index if exists
Lady [Tue, 9 Aug 2022 01:04:45 +0000 (18:04 -0700)]
Support subtitle
Lady [Mon, 8 Aug 2022 01:23:42 +0000 (18:23 -0700)]
Add <link>s for feed/page discovery
And other various improvements to page metadata generation.
Lady [Sun, 7 Aug 2022 22:54:40 +0000 (15:54 -0700)]
Initial commit
This page took 0.103886 seconds and 4 git commands to generate.