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-12-27 19:02:10 +0300
committerDigitalcraftsman <digitalcraftsman@users.noreply.github.com>2020-12-27 19:02:10 +0300
commitc1381b0637986ddde65c57bbed663d3d1061c821 (patch)
tree4b6905b5642d15c593328092a2437db80700261f /_script
parent0b9d9db27c2197776325d4118130310fef07cf50 (diff)
Add omega theme
Closes #946
Diffstat (limited to '_script')
-rwxr-xr-x_script/generateThemeSite.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/_script/generateThemeSite.sh b/_script/generateThemeSite.sh
index 05ad7b5..e85135a 100755
--- a/_script/generateThemeSite.sh
+++ b/_script/generateThemeSite.sh
@@ -220,7 +220,8 @@ components=('hugo-bare-min-theme')
# sicily-hugo-theme: provides custom pages for pricing, contact form, faq etc.
# hugo-theme-timeline: to enable layout for timeline
# hugo-eureka: to new layout for documentations. See #932
-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', 'hugo-theme-techdoc', 'hugo-theme-revealjs', 'hugo-theme-robotico', 'hugo-travelify-theme', 'colordrop', 'hugo-changelog-theme', 'Hargo-hugo-ecommerce-theme', 'hugo-owaraiclub', 'liva-hugo', 'hugonews', 'Academia-hugo', 'hugo-theme-zzo', 'engimo', 'northendlab-hugo', 'hugo-theme-novela', 'Blogpaper', 'ticky_tacky_dark', 'hugo-alageek-theme', 'paperesque', 'compose', 'someparts-hugo', 'hugo-rocinante', 'hugo-theme-fuji', 'kiss-em', 'ace-documentation', 'origin-hugo-theme', 'autophugo', 'ramium', 'twenty-twenty-hugo', 'hugo-theme-console', 'LoveIt', 'hugo-theme-mixedpaper', 'roxo-hugo', 'bodhi', 'hugo-theme-codex', 'showcase-hugo-theme', 'hugo-theme-notrack', 'hugo-theme-color-your-world', 'persian-hugo', 'hugo-icarus', 'hugo-developer-portfolio', 'the-roots-home', 'osprey-delight', 'bento', 'health-science-journal', 'harbor', 'gochowdown', 'hugo-scroll', 'hugo-researcher', 'hugo-clinic-notes', 'hugo-theme-docport', 'hugo-theme-pico', 'Blonde', 'portio-hugo', 'hugo-bearblog', 'hugo-product-launch', 'bigspring-hugo-startup-theme', 'sicily-hugo-theme', 'hugo-theme-timeline', 'hugo-eureka')
+# omega-hugo-theme: custom content required for products, career page etc.
+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', 'hugo-theme-techdoc', 'hugo-theme-revealjs', 'hugo-theme-robotico', 'hugo-travelify-theme', 'colordrop', 'hugo-changelog-theme', 'Hargo-hugo-ecommerce-theme', 'hugo-owaraiclub', 'liva-hugo', 'hugonews', 'Academia-hugo', 'hugo-theme-zzo', 'engimo', 'northendlab-hugo', 'hugo-theme-novela', 'Blogpaper', 'ticky_tacky_dark', 'hugo-alageek-theme', 'paperesque', 'compose', 'someparts-hugo', 'hugo-rocinante', 'hugo-theme-fuji', 'kiss-em', 'ace-documentation', 'origin-hugo-theme', 'autophugo', 'ramium', 'twenty-twenty-hugo', 'hugo-theme-console', 'LoveIt', 'hugo-theme-mixedpaper', 'roxo-hugo', 'bodhi', 'hugo-theme-codex', 'showcase-hugo-theme', 'hugo-theme-notrack', 'hugo-theme-color-your-world', 'persian-hugo', 'hugo-icarus', 'hugo-developer-portfolio', 'the-roots-home', 'osprey-delight', 'bento', 'health-science-journal', 'harbor', 'gochowdown', 'hugo-scroll', 'hugo-researcher', 'hugo-clinic-notes', 'hugo-theme-docport', 'hugo-theme-pico', 'Blonde', 'portio-hugo', 'hugo-bearblog', 'hugo-product-launch', 'bigspring-hugo-startup-theme', 'sicily-hugo-theme', 'hugo-theme-timeline', 'hugo-eureka', 'omega-hugo-theme')
errorCounter=0