hugo-theme-introduction/scripts/build_docs.sh

5 lines
134 B
Bash
Raw Normal View History

2018-10-10 13:50:08 +00:00
#!/bin/sh
rm -rf ../docs
cd ../exampleSite
HUGO_THEME=hugo-theme-introduction hugo --gc --minify --themesDir ../.. -v -b / -d ../docs