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-08-17 12:36:33 +0300
committerGitHub <noreply@github.com>2020-08-17 12:36:33 +0300
commit56c86d862287df7d6533e77fa4ed958ec7595c8c (patch)
tree920dd84032567661e1443107ed436e039c9660a1 /_script
parentdc5c8e729292cecad309279f7e7cebbb7e1ad24d (diff)
Remove fuji theme from blacklist
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 63f45cc..bdff3d8 100755
--- a/_script/generateThemeSite.sh
+++ b/_script/generateThemeSite.sh
@@ -101,7 +101,7 @@ else
BASEURL="http://themes.gohugo.io"
fi
-blacklist=('.git', '.github', 'hugo-theme-fuji')
+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