www/dev.sh
2026-08-28 15:39:56 +02:00

13 lines
304 B
Shell
Executable file

#!/bin/sh
set -e
# Regenerate the merged calendar so the JS calendar widget has fresh data
./tools/merge_cals.py 2>/dev/null || echo "Note: merge_cals.py skipped (no public/ dir yet)"
hugo server \
--buildDrafts \
--buildFuture \
--disableFastRender \
--bind 0.0.0.0 \
--port 1313