From ebcb00fbd602d22f152da6a2bd2504918a15c5d7 Mon Sep 17 00:00:00 2001 From: George Cushen Date: Mon, 16 Oct 2023 01:25:45 +0100 Subject: [PATCH] starters(academic): automatically hide demo sections --- starters/academic/content/_index.md | 3 ++- starters/academic/go.mod | 7 +++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/starters/academic/content/_index.md b/starters/academic/content/_index.md index c9857915..a25b45a3 100644 --- a/starters/academic/content/_index.md +++ b/starters/academic/content/_index.md @@ -1,11 +1,12 @@ --- # Leave the homepage title empty to use the site title -title: +title: '' date: 2022-10-24 type: landing sections: - block: hero + demo: true # Only display this section in the Wowchemy demo site content: title: Hugo Academic Theme image: diff --git a/starters/academic/go.mod b/starters/academic/go.mod index 21181cce..05d796e6 100644 --- a/starters/academic/go.mod +++ b/starters/academic/go.mod @@ -3,8 +3,7 @@ module github.com/wowchemy/starter-hugo-academic go 1.15 require ( - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify-cms v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v1.0.0 // indirect - github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.8.2-0.20230930171149-60baebf4deed + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-netlify v1.0.1-0.20231016002024-b343bdd4a0a3 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy-plugin-reveal v0.0.0-20231016002024-b343bdd4a0a3 + github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.8.2-0.20231016002024-b343bdd4a0a3 )