add handy script for quick local gemini builds

This commit is contained in:
John Bowdre 2024-02-27 22:32:05 -06:00
parent 0c1874ef57
commit 4cf694fc47

4
gem-build.sh Executable file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env bash
# Quick script to serve gemini locally
hugo --environment local -D
agate --content public --hostname localhost