22 lines
376 B
TOML
22 lines
376 B
TOML
database = "spec.db"
|
|
document = "document.tex"
|
|
siteTitle = "Unnamed Website"
|
|
|
|
[compiler]
|
|
compileAll = false
|
|
redoTags = false
|
|
indirectReferences = true
|
|
|
|
[website]
|
|
font = "roboto"
|
|
fontSize = 16
|
|
lineHeight = 1.3
|
|
textAlign = "left"
|
|
primaryColour = "blue"
|
|
neutralColour = "grey"
|
|
searchLimit = 16
|
|
maxSearchPages = 48
|
|
recentChanges = 10
|
|
tableOfContentsDepth = 2
|
|
advertiseSpec = true
|