From 01607ff10ffa7f4f4586a56969a5c6d6a0b7e2db Mon Sep 17 00:00:00 2001 From: jultty Date: Sun, 3 May 2026 14:48:30 -0300 Subject: [PATCH] Add build command to Octothorpe indexing script --- scripts/octothorpe-index.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/octothorpe-index.sh b/scripts/octothorpe-index.sh index 1120398..3486b6c 100755 --- a/scripts/octothorpe-index.sh +++ b/scripts/octothorpe-index.sh @@ -7,6 +7,7 @@ cache=indexed.cache request_pause=7 # 1 second above rate limit of 10/minute touch "$cache" +zola -r .. build feed=$(cat ../public/atom.xml) filter() {