wanderings/config.toml

46 lines
744 B
TOML

baseURL = "http://example.org/"
languageCode = "en-us"
title = "wanderings"
theme = "harbor"
[Author]
name = "la Fleur"
[outputs]
section = ["JSON", "HTML"]
[[params.nav]]
identifier = "about"
name = "About"
icon = "fas fa-user fa-lg"
url = "/about/"
weight = 3
[[params.nav]]
identifier = "tags"
name = "Tags"
icon = "fas fa-tag fa-lg"
url = "tags"
weight = 3
[[params.nav]]
identifier = "categories"
name = "Category"
icon = "fas fa-folder-open fa-lg"
url = "categories"
weight = 3
[[params.nav]]
identifier = "search"
name = "Search"
icon = "fas fa-search fa-lg"
url = "search"
weight = 3
[params.logo]
url = "icon.jpg" # static/images/icon.jpg
width = 50
height = 50
alt = "Logo"