site/Justfile

14 lines
252 B
Plaintext

serve:
hugo serve -D
publish:
rm -f public.tar.gz
hugo build
cd public && tar czvf ../public.tar.gz *
curl \
-XPOST \
--fail \
-H @./auth.txt \
-T public.tar.gz \
https://rustybever.be/_root