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-07-28 17:01:24 +0300
committerDigitalcraftsman <digitalcraftsman@users.noreply.github.com>2020-07-28 17:01:24 +0300
commiteb3a178a70b103db30361aeb2bf79898188114a6 (patch)
tree0be9fdbf2e486aba1acf347da82d84cb422296b1 /_script
parent4e0282eb0c7d52b521af40c990d81e189df7379b (diff)
Blacklist fuji theme temporarily
Info page of theme tries to render malformatted shortcode and thus blocks builds of the theme site.
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 032a6d9..de3d075 100755
--- a/_script/generateThemeSite.sh
+++ b/_script/generateThemeSite.sh
@@ -101,7 +101,7 @@ else
BASEURL="http://themes.gohugo.io"
fi
-blacklist=('.git', '.github')
+blacklist=('.git', '.github', 'hugo-theme-fuji')
# 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