updating config.toml
This commit is contained in:
@@ -8,11 +8,12 @@ enableInlineShortcodes = true
|
|||||||
footnoteReturnLinkContents = "^"
|
footnoteReturnLinkContents = "^"
|
||||||
|
|
||||||
[menu]
|
[menu]
|
||||||
[[menu.main]]
|
|
||||||
identifier = "home"
|
[[menu.main]]
|
||||||
name = "Home"
|
identifier = "home"
|
||||||
url = "/"
|
name = "Home"
|
||||||
weight = 10
|
url = "/"
|
||||||
|
weight = 10
|
||||||
|
|
||||||
[taxonomies]
|
[taxonomies]
|
||||||
category = "categories"
|
category = "categories"
|
||||||
@@ -21,8 +22,12 @@ series = "series"
|
|||||||
author = "authors"
|
author = "authors"
|
||||||
|
|
||||||
[params]
|
[params]
|
||||||
author = "Daniel Tomlinson"
|
author = "Daniel Tomlinson"
|
||||||
description = "Lorem ipsum dolor sit amets."
|
description = "Lorem ipsum dolor sit amets."
|
||||||
# homepageImage = "/images/homepage-image.jpg"
|
# homepageImage = "/images/homepage-image.jpg"
|
||||||
share = true
|
share = true
|
||||||
showLanguageSwitcher = false
|
showLanguageSwitcher = false
|
||||||
|
|
||||||
|
[params.prismJS]
|
||||||
|
enable = true
|
||||||
|
theme = ""
|
||||||
|
|||||||
Reference in New Issue
Block a user