hugo-academic-mirror/scripts/view-starter.sh

6 lines
162 B
Bash
Raw Permalink Normal View History

2022-02-16 22:55:41 +01:00
#!/usr/bin/env zsh
HUGOxPARAMSxCMSxLOCAL_BACKEND=true \
2023-11-08 00:09:38 +01:00
hugo server --panicOnWarning --renderStaticToDisk -F --port 8081 --bind 0.0.0.0 \
2022-02-16 22:55:41 +01:00
--source "starters/$1"