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:
authorAlex <onedrawingperday@gmail.com>2020-05-24 16:14:02 +0300
committerAlex <onedrawingperday@gmail.com>2020-05-24 16:14:02 +0300
commit8162529a0d961cc89d36a86d35093955f92ca491 (patch)
treebd96e81beae40842cb0a23adffb037c2f0014856 /_script
parent6c6953894b0308e95620ba2937bc6224b0a01faa (diff)
Revert commit 6c69538
Diffstat (limited to '_script')
-rwxr-xr-x_script/generateThemeSite.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/_script/generateThemeSite.sh b/_script/generateThemeSite.sh
index f44bafb..c44f4ef 100755
--- a/_script/generateThemeSite.sh
+++ b/_script/generateThemeSite.sh
@@ -105,8 +105,8 @@ blacklist=('.git', '.github')
# hugo-theme-w3css-basic: the theme owner requested disabling of the theme demo, see https://github.com/gohugoio/hugoThemes/issues/555
# 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 see: https://github.com/ThemeTony/hugo-theme-tony/issues/3
-noDemo=('hugo-theme-w3css-basic', 'devfest-theme-hugo', 'docsy', 'hugo-theme-tony')
+# hugo-theme-tony: currently the demo does not comply with repo rules, for more info
+noDemo=('hugo-theme-w3css-basic', 'devfest-theme-hugo', 'docsy')
# A theme that uses other components needs to be added to this array
components=('hugo-bare-min-theme')