mirror of
https://github.com/jbowdre/runtimeterror.git
synced 2024-11-09 17:42:19 +00:00
4 lines
130 B
Bash
4 lines
130 B
Bash
|
#!/usr/bin/env bash
|
||
|
# Quick script to serve gemini locally
|
||
|
hugo --environment local -D
|
||
|
agate --content public --hostname localhost
|