24 lines
420 B
TOML
24 lines
420 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 = 0
|
|
tableOfContentsDepth = 1
|
|
hoverPreview = false
|
|
copyLabelButton = false
|
|
advertiseSpec = true
|