hugo-theme-introduction/scripts/build_docs.sh

5 lines
135 B
Bash
Executable file

#!/bin/sh
rm -rf ../docs
cd ../exampleSite
HUGO_THEME=hugo-theme-introduction hugo --gc --minify --themesDir ../.. -v -b / -d ../docs