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

github.com/gohugoio/hugoThemes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-03-24 22:58:43 +0300
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-03-24 23:00:44 +0300
commit82539050ed0fce65e203c1e01d0e90643af55294 (patch)
tree06be582be5a5fb2ca0cef86591fbe0ae50cc093c /_script
parentd34b780bcda69ba6885f53a3e1f8b9ef46efd909 (diff)
Also build to /public
See #229
Diffstat (limited to '_script')
-rwxr-xr-x_script/generateThemeSite.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/_script/generateThemeSite.sh b/_script/generateThemeSite.sh
index 0e61e87..ebd0933 100755
--- a/_script/generateThemeSite.sh
+++ b/_script/generateThemeSite.sh
@@ -98,7 +98,7 @@ fi
# aurora: https://github.com/coryshaw/hugo-aurora-theme/issues/1
# hugo-plus: https://github.com/H4tch/hugo-plus/issues/5
# yume: fails to render site for unknown reason, see https://github.com/spf13/hugoThemes/issues/190
-blacklist=('persona', 'html5', 'journal', '.git', 'aurora', 'hugo-plus', 'yume', 'sofya')
+blacklist=('persona', 'html5', 'journal', '.git', 'aurora', 'hugo-plus', 'yume', 'sofya', 'purehugo')
# hugo-incorporated: too complicated, needs its own
# exampleSite: https://github.com/nilproductions/hugo-incorporated/issues/24