Custom header splash doodad
This commit is contained in:
18
config.toml
18
config.toml
@@ -32,7 +32,7 @@ sectionPagesMenu = "main" # Enable menu system for lazy bloggers
|
||||
] # Suggested, controls default Open Graph images
|
||||
|
||||
[params.layout.menu.main]
|
||||
hidden = true # Optional, set false or remove to show section menu
|
||||
hidden = false # Optional, set false or remove to show section menu
|
||||
|
||||
[params.layout.footer]
|
||||
hidden = false # Optional, set true to hide footer
|
||||
@@ -47,3 +47,19 @@ sectionPagesMenu = "main" # Enable menu system for lazy bloggers
|
||||
[[params.layout.home.section]]
|
||||
type = "post"
|
||||
limit = 3
|
||||
|
||||
[[menu.main]]
|
||||
name = "Home"
|
||||
weight = 1
|
||||
identifier = "home"
|
||||
url = "/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Posts"
|
||||
weight = 2
|
||||
identifier = "post"
|
||||
url = "/post/"
|
||||
|
||||
[[menu.main]]
|
||||
name = "Fiction"
|
||||
url = "/categories/fiction/"
|
||||
|
||||
Reference in New Issue
Block a user