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-09-13 11:56:05 +0300
committerDigitalcraftsman <digitalcraftsman@users.noreply.github.com>2020-09-13 12:33:19 +0300
commitb5b030dc6d99d73b50683e90d0b77c7c04e06515 (patch)
treebbe7ddd7691cf103c471773eba3ffaf9b8399d83 /_script
parent5bc4573c48e8221d3cdc124e6586b37ebb647b5e (diff)
Add papermod theme
Closes #906
Diffstat (limited to '_script')
-rwxr-xr-x_script/generateThemeSite.sh7
1 files changed, 4 insertions, 3 deletions
diff --git a/_script/generateThemeSite.sh b/_script/generateThemeSite.sh
index fdf622d..8d36d9b 100755
--- a/_script/generateThemeSite.sh
+++ b/_script/generateThemeSite.sh
@@ -106,9 +106,10 @@ 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 request to host theme himself for techical reasons. See https://github.com/gohugoio/hugoThemes/issues/904
-# hugo-geekdoc: theme owner request to host theme himself for techical reasons. See https://github.com/gohugoio/hugoThemes/issues/914
-noDemo=('hugo-theme-w3css-basic', 'devfest-theme-hugo', 'docsy', 'hugo-geekblog', 'hugo-geekdoc')
+# 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-PaperMod: theme requested to self-host demo due to constraints set by the build script. See https://github.com/gohugoio/hugoThemes/issues/906
+noDemo=('hugo-theme-w3css-basic', 'devfest-theme-hugo', 'docsy', 'hugo-geekblog', 'hugo-geekdoc', 'hugo-PaperMod')
# A theme that uses other components needs to be added to this array
components=('hugo-bare-min-theme')