Skip to content

Commit

Permalink
starters(academic): automatically hide demo sections
Browse files Browse the repository at this point in the history
  • Loading branch information
gcushen committed Oct 16, 2023
1 parent 5eb3832 commit ebcb00f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
3 changes: 2 additions & 1 deletion starters/academic/content/_index.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
7 changes: 3 additions & 4 deletions starters/academic/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -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
)

0 comments on commit ebcb00f

Please sign in to comment.