Dotawo/config/_default/config.toml

29 lines
620 B
TOML
Raw Normal View History

2020-10-28 22:59:55 +01:00
baseURL = ""
languageCode = "en-us"
title = "Dotawo Journal"
theme = "sandpoints"
relativeurls = true
disableKinds = ["RSS", "sitemap"]
[params]
2020-10-29 11:01:38 +01:00
description = "Some description should land here..."
2020-10-29 10:35:53 +01:00
images = ["/UNS-logo.png"]
2020-10-28 22:59:55 +01:00
title = "Dotawo Journal"
giturl = "https://git.sandpoints.org/UnionForNubianStudies/Dotawo"
home = "journal"
catalogprefix = "/library/"
[outputFormats]
[outputFormats.js]
isPlainText = true
mediaType = "application/javascript"
[outputs]
list = ["html", "js"]
[markup]
[markup.tableOfContents]
endLevel=4
ordered = true
startLevel = 1