mirror of
https://github.com/gcushen/hugo-academic.git
synced 2025-07-26 03:00:50 +02:00
starters(academic): automatically hide demo sections
This commit is contained in:
parent
5eb3832f20
commit
ebcb00fbd6
2 changed files with 5 additions and 5 deletions
|
@ -1,11 +1,12 @@
|
||||||
---
|
---
|
||||||
# Leave the homepage title empty to use the site title
|
# Leave the homepage title empty to use the site title
|
||||||
title:
|
title: ''
|
||||||
date: 2022-10-24
|
date: 2022-10-24
|
||||||
type: landing
|
type: landing
|
||||||
|
|
||||||
sections:
|
sections:
|
||||||
- block: hero
|
- block: hero
|
||||||
|
demo: true # Only display this section in the Wowchemy demo site
|
||||||
content:
|
content:
|
||||||
title: Hugo Academic Theme
|
title: Hugo Academic Theme
|
||||||
image:
|
image:
|
||||||
|
|
|
@ -3,8 +3,7 @@ module github.com/wowchemy/starter-hugo-academic
|
||||||
go 1.15
|
go 1.15
|
||||||
|
|
||||||
require (
|
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 v1.0.1-0.20231016002024-b343bdd4a0a3
|
||||||
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 v0.0.0-20231016002024-b343bdd4a0a3
|
||||||
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.20231016002024-b343bdd4a0a3
|
||||||
github.com/wowchemy/wowchemy-hugo-themes/modules/wowchemy/v5 v5.8.2-0.20230930171149-60baebf4deed
|
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue