26 lines
622 B
TOML
26 lines
622 B
TOML
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
|