19 lines
372 B
TOML
19 lines
372 B
TOML
baseURL = "https://syllabus.pirate.care"
|
|
languageCode = "en-us"
|
|
title = "Pirate Care"
|
|
theme = "piratecare"
|
|
relativeurls = true
|
|
|
|
[outputFormats]
|
|
[outputFormats.js]
|
|
isPlainText = true
|
|
mediaType = "application/javascript"
|
|
|
|
[outputs]
|
|
list = ["html", "js"]
|
|
|
|
[markup]
|
|
[markup.tableOfContents]
|
|
endLevel=4
|
|
ordered = false
|
|
startLevel = 1 |