From 7c5a29cc3c0b166a04eece8a8e6d84e2924a8d28 Mon Sep 17 00:00:00 2001 From: Digitalcraftsman Date: Sun, 9 Jun 2019 15:26:06 +0200 Subject: Whitelist hugograyscale theme Closes #645 --- _script/generateThemeSite.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '_script/generateThemeSite.sh') diff --git a/_script/generateThemeSite.sh b/_script/generateThemeSite.sh index 3cc5ff7..e7385fb 100755 --- a/_script/generateThemeSite.sh +++ b/_script/generateThemeSite.sh @@ -151,7 +151,8 @@ components=('hugo-bare-min-theme') # parsa-hugo-personal-blog-theme: is an image-heavy theme which heavily defines its appearance # syna: the use of fragments requires custom content files # crab: uses custom content to display features of the theme -whiteList=('academic', 'reveal-hugo', 'hugo-terrassa-theme', 'hugo-theme-learn', 'hugo-now-ui', 'dot-hugo-documentation-theme', 'cupper-hugo-theme', 'hugo-book', 'yourfolio', 'hugo-resume', 'hugo-mdl', 'hugo-dream-plus', 'gohugo-theme-ananke', 'papercss-hugo-theme', 'hugo-serif-theme', 'hugo-theme-introduction', 'hugo-alabaster-theme', 'docuapi', 'hugo-theme-winning', 'co-op', 'hugo-piercer-theme', 'minimo', 'personal-web', 'kitab', 'kross-hugo-portfolio-template', 'parsa-hugo-personal-blog-theme', 'syna', 'crab') +# hugograyscale: a one-page theme whose homepage sections aren't covered by the default content +whiteList=('academic', 'reveal-hugo', 'hugo-terrassa-theme', 'hugo-theme-learn', 'hugo-now-ui', 'dot-hugo-documentation-theme', 'cupper-hugo-theme', 'hugo-book', 'yourfolio', 'hugo-resume', 'hugo-mdl', 'hugo-dream-plus', 'gohugo-theme-ananke', 'papercss-hugo-theme', 'hugo-serif-theme', 'hugo-theme-introduction', 'hugo-alabaster-theme', 'docuapi', 'hugo-theme-winning', 'co-op', 'hugo-piercer-theme', 'minimo', 'personal-web', 'kitab', 'kross-hugo-portfolio-template', 'parsa-hugo-personal-blog-theme', 'syna', 'crab', 'hugograyscale') errorCounter=0 -- cgit v1.2.3