Add build command to Octothorpe indexing script

This commit is contained in:
jultty 2026-05-03 14:48:30 -03:00
commit 01607ff10f

View file

@ -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() {