From 863c6778b434733573cc1c1b243ca050bbc13845 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 17 Aug 2019 11:15:12 +0300 Subject: [PATCH] WhiteList a few themes --- _script/generateThemeSite.sh | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/_script/generateThemeSite.sh b/_script/generateThemeSite.sh index 3e8c2cb5..2c8d8635 100755 --- a/_script/generateThemeSite.sh +++ b/_script/generateThemeSite.sh @@ -157,8 +157,16 @@ components=('hugo-bare-min-theme') # khata: uses custom pages archive and tags / categories # OneDly-Theme: uses custom content to display subpages and sections on the homepage # hugo-webslides: uses custom Markdown files for presentation slides -# hugo-minimalist-spa: needs its own 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', 'hugo-creative-portfolio-theme', 'mero', 'khata', 'OneDly-Theme', 'hugo-webslides', 'hugo-minimalist-spa') +# ------------------------------------------------------------------------ +# the following theme demos require their own content for various reasons: +# ------------------------------------------------------------------------ +# hugo-minimalist-spa +# simplicity +# hugo-theme-den +# alpha-church +# castanet +# hugo-apps-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', 'hugo-creative-portfolio-theme', 'mero', 'khata', 'OneDly-Theme', 'hugo-webslides', 'hugo-minimalist-spa', 'hugo-theme-den', 'simplicity', 'alpha-church', 'castanet', 'hugo-apps-theme') errorCounter=0