Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/vickylaixy/hugo-theme-introduction.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/build_docs.sh')
-rwxr-xr-xscripts/build_docs.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/scripts/build_docs.sh b/scripts/build_docs.sh
index d0adfc9..7b5f57b 100755
--- a/scripts/build_docs.sh
+++ b/scripts/build_docs.sh
@@ -1,5 +1,5 @@
#!/bin/sh
-rm -rf docs/
-cd exampleSite
-hugo --gc --minify --themesDir ../.. -d ../docs -v -b /
+rm -rf ../docs
+cd ../exampleSite
+HUGO_THEME=hugo-theme-introduction hugo --gc --minify --themesDir ../.. -v -b / -d ../docs \ No newline at end of file