Just don't put /elsewhere stuff on Gemini

It looks like shit.
This commit is contained in:
David Eisinger
2025-02-19 00:31:46 -05:00
parent 685c307462
commit 7e83527e77
2 changed files with 3 additions and 1 deletions

View File

@@ -49,6 +49,7 @@ tasks:
DITHER_SERVER=http://localhost:4567 \
hugo --minify
find public -name "*.enc" -type f -delete
find public/elsewhere -name "*.gmi" -type f -delete
# Sync files to production server
- deploy: |