www/dev.sh
April John a8450de7a8 fix
2026-08-28 16:01:01 +02:00

10 lines
136 B
Shell
Executable file

#!/bin/sh
set -e
hugo server \
--buildDrafts \
--buildFuture \
--disableFastRender \
--bind 0.0.0.0 \
--port 1313