mondart.com/scripts/run_dev.sh

6 lines
240 B
Bash
Raw Normal View History

2024-07-13 11:25:02 +01:00
#!/usr/bin/env bash
# vim: ft=bash:
cd mondarth-com
docker run --rm -p 1313:1313 -v ${PWD}:/src -v ${HOME}/hugo_cache:/tmp/hugo_cache hugomods/hugo:exts hugo server --bind 0.0.0.0 --theme mondarth --buildDrafts --disableFastRender