RaceCriticalTheories/config/_default/config.toml

27 lines
622 B
TOML
Raw Normal View History

2020-11-23 15:03:19 +01:00
baseURL = "http://127.0.0.1:4321"
languageCode = "en-us"
title = "Race Critical Theories"
theme = "sandpoints"
relativeurls = true
disableKinds = ["RSS", "sitemap"]
[params]
description = "Here one adds a description."
title = "Race Critical Theories"
sandpointsGiteaUrl = "https://git.sandpoints.org/GEMLab/RaceCriticalTheories"
sandpointsCatalogPrefix = "/library/"
[outputFormats]
[outputFormats.js]
isPlainText = true
mediaType = "application/javascript"
[outputs]
list = ["html", "js"]
[markup]
[markup.tableOfContents]
endLevel=4
ordered = true
startLevel = 1