summaryrefslogtreecommitdiff
path: root/update.sh
diff options
context:
space:
mode:
Diffstat (limited to 'update.sh')
-rwxr-xr-xupdate.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/update.sh b/update.sh
index 553428d..5cb69af 100755
--- a/update.sh
+++ b/update.sh
@@ -3,7 +3,7 @@
echo Generating index
printf "# l-3.space: all\n\nAll content\n" > index-all.gmi
for f in log*gmi; do
- printf '=> %s %s\n' $f "$(grep '^# ' $f | head -n1 | cut -d\ -f2-)";
+ printf '=> gemini://l-3.space/%s %s\n' $f "$(grep '^# ' $f | head -n1 | cut -d\ -f2-)";
done | sort -r >> index-all.gmi
gemfeed.py -b gemini://l-3.space -e 'hello@l-3.space' -t l-3.space -a tslil