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:
authorDigitalcraftsman <digitalcraftsman@users.noreply.github.com>2020-09-09 18:03:18 +0300
committerDigitalcraftsman <digitalcraftsman@users.noreply.github.com>2020-09-09 18:03:18 +0300
commit42891325dcc9c5d61de0e7615b55da40b9b4416a (patch)
tree291742e6e16473557d69c576c6e478f3e00681b1 /_script
parent0a7707bfb8831dc61d95b2994ddcd4f8638b2bc7 (diff)
Add geekdoc theme
Closes #914
Diffstat (limited to '_script')
-rwxr-xr-x_script/generateThemeSite.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/_script/generateThemeSite.sh b/_script/generateThemeSite.sh
index cd65c0b..c08de2a 100755
--- a/_script/generateThemeSite.sh
+++ b/_script/generateThemeSite.sh
@@ -107,7 +107,8 @@ blacklist=('.git', '.github')
# docsy documentation theme whose author does not wish to provide an exampleSite for reasons discussed in https://github.com/gohugoio/hugoThemes/issues/650
# hugo-theme-tony: currently the demo does not comply with repo rules, for more info
# hugo-geekblog: theme owner request to host theme himself for techical reasons. See https://github.com/gohugoio/hugoThemes/issues/904
-noDemo=('hugo-theme-w3css-basic', 'devfest-theme-hugo', 'docsy', 'hugo-geekblog')
+# hugo-geekdoc: theme owner request to host theme himself for techical reasons. See https://github.com/gohugoio/hugoThemes/issues/914
+noDemo=('hugo-theme-w3css-basic', 'devfest-theme-hugo', 'docsy', 'hugo-geekblog', 'hugo-geekdoc')
# A theme that uses other components needs to be added to this array
components=('hugo-bare-min-theme')