RaceCriticalTheories/config/_default/config-local.toml

26 lines
648 B
TOML

baseURL = "http://localhost:8000"
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