mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-21 14:32:19 +00:00
add handy script for quick local gemini builds
This commit is contained in:
parent
0c1874ef57
commit
4cf694fc47
1 changed files with 4 additions and 0 deletions
4
gem-build.sh
Executable file
4
gem-build.sh
Executable file
|
@ -0,0 +1,4 @@
|
|||
#!/usr/bin/env bash
|
||||
# Quick script to serve gemini locally
|
||||
hugo --environment local -D
|
||||
agate --content public --hostname localhost
|
Loading…
Reference in a new issue