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>2021-03-07 13:54:38 +0300
committerGitHub <noreply@github.com>2021-03-07 13:54:38 +0300
commite155e5721f7dba99f57ce09276bdd865f0c6c734 (patch)
treedc49bf4df656859a9ff23cb271e3bafb49f9120c
parent0f5f29fdc50be433f45a18510598c410768fa0d6 (diff)
Disable demo for stack theme
-rwxr-xr-x_script/generateThemeSite.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/_script/generateThemeSite.sh b/_script/generateThemeSite.sh
index 668c0c2..4b0e239 100755
--- a/_script/generateThemeSite.sh
+++ b/_script/generateThemeSite.sh
@@ -106,13 +106,14 @@ blacklist=('.git', '.github')
# devfest-theme-hugo: providing an exampleSite folders requires a lot of work, see https://github.com/gohugoio/hugoThemes/issues/584#issuecomment-467193735
# 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 requested to host theme himself for techical reasons. See https://github.com/gohugoio/hugoThemes/issues/904
-# hugo-geekdoc: theme owner requested to host theme himself for techical reasons. See https://github.com/gohugoio/hugoThemes/issues/914
+# hugo-geekblog: theme owner requested to host theme himself for technical reasons. See https://github.com/gohugoio/hugoThemes/issues/904
+# hugo-geekdoc: theme owner requested to host theme himself for technical reasons. See https://github.com/gohugoio/hugoThemes/issues/914
# hugo-PaperMod: theme requested to self-host demo due to constraints set by the build script. See https://github.com/gohugoio/hugoThemes/issues/906
# uBlogger: theme owner preferred self-hosted demo. See https://github.com/gohugoio/hugoThemes/issues/952
# doks: theme owner requested self-hosted demo. See https://github.com/gohugoio/hugoThemes/issues/950
# less: theme requires extened version of Hugo. See https://github.com/gohugoio/hugoThemes/issues/867#issuecomment-762583303
-noDemo=('hugo-theme-w3css-basic', 'devfest-theme-hugo', 'docsy', 'hugo-geekblog', 'hugo-geekdoc', 'hugo-PaperMod', 'uBlogger', 'doks', 'less')
+# hugo-theme-stack: theme owner requested to host theme himself for technical reasons. See https://github.com/gohugoio/hugoThemes/issues/994
+noDemo=('hugo-theme-w3css-basic', 'devfest-theme-hugo', 'docsy', 'hugo-geekblog', 'hugo-geekdoc', 'hugo-PaperMod', 'uBlogger', 'doks', 'less', 'hugo-theme-stack')
# A theme that uses other components needs to be added to this array
components=('hugo-bare-min-theme')