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:
authorAlexandros <onedrawingperday@users.noreply.github.com>2020-05-22 21:37:17 +0300
committerGitHub <noreply@github.com>2020-05-22 21:37:17 +0300
commit6c6953894b0308e95620ba2937bc6224b0a01faa (patch)
treea4378a41134b0272fd94b7518b918e8c7ce2ec51 /_script
parent929e2b5e26cb36625713771d426efe8cd06a719e (diff)
Add hugo-theme-tony to noDemo array
see: https://github.com/ThemeTony/hugo-theme-tony/issues/3
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 f164077..f44bafb 100755
--- a/_script/generateThemeSite.sh
+++ b/_script/generateThemeSite.sh
@@ -105,7 +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
-noDemo=('hugo-theme-w3css-basic', 'devfest-theme-hugo', 'docsy')
+# 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')
# A theme that uses other components needs to be added to this array
components=('hugo-bare-min-theme')