updating config.toml

This commit is contained in:
2020-05-04 03:26:27 +01:00
parent e6d3e9ce1a
commit f9b8c16fef

View File

@@ -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 = ""