28 lines
738 B
TOML
28 lines
738 B
TOML
|
baseURL = "http://localhost:8000"
|
||
|
languageCode = "en-us"
|
||
|
title = "Pirate Care"
|
||
|
theme = "sandpoints"
|
||
|
relativeurls = true
|
||
|
disableKinds = ["RSS", "sitemap"]
|
||
|
|
||
|
[params]
|
||
|
description = "Network of activists, researchers and practitioners against the criminalisation of solidarity & for a common care infrastructure."
|
||
|
images = ["/images/piratecaqre.png"]
|
||
|
title = "Pirate Care Syllabus"
|
||
|
giturl = "http://localhost:3000/gitea/pirate-care-syllabus"
|
||
|
home = "syllabus"
|
||
|
|
||
|
[outputFormats]
|
||
|
[outputFormats.js]
|
||
|
isPlainText = true
|
||
|
mediaType = "application/javascript"
|
||
|
|
||
|
[outputs]
|
||
|
list = ["html", "js"]
|
||
|
|
||
|
[markup]
|
||
|
[markup.tableOfContents]
|
||
|
endLevel=4
|
||
|
ordered = true
|
||
|
startLevel = 1
|