glenn.coffee/themes/stip/exampleSite/config.toml

29 lines
618 B
TOML

baseURL = "https://example.com/"
languageCode = "en"
defaultContentLanguage = "en"
title = "Stip"
theme = "stip"
disableKinds = ["page", "section", "taxonomy", "taxonomyTerm"]
[Author]
name = "Jane Doe"
bio = "Professional coffee drinker"
[params]
[[params.links]]
iconset = "fas"
icon = "envelope"
title = "E-mail"
url = "mailto:mail@example.org"
[[params.links]]
icon = "github"
title = "Github"
url = "https://github.com/"
[[params.links]]
icon = "twitter"
title = "Twitter"
url = "https://twitter.com/"