starters(academic): automatically hide demo sections

This commit is contained in:
George Cushen 2023-10-16 01:25:45 +01:00
commit ebcb00fbd6
2 changed files with 5 additions and 5 deletions

View file

@ -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:

View file

@ -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
)