7
1
mirror of https://gitlab.com/ansol/web-ansol.org.git synced 2024-10-18 22:13:06 +00:00
web-ansol.org/themes/academic/scripts/view_demo.sh

10 lines
321 B
Bash
Raw Normal View History

2020-06-11 11:46:16 +00:00
#!/usr/bin/env zsh
# View the demo site on any local devices by binding the local IP on port 1315.
# Run this script from the root Academic dir.
HUGO_THEME=academic hugo \
--source exampleSite --themesDir ../../ \
--bind=0.0.0.0 -p 1315 --baseURL=http://0.0.0.0:1315 \
--i18n-warnings --minify -e "development" \
server