Enable TOML output.
This commit is contained in:
parent
c40672e762
commit
de09a1f6bd
|
@ -6,6 +6,15 @@ pygmentsCodeFences = true
|
|||
pygmentsUseClasses = true
|
||||
summaryLength = 20
|
||||
|
||||
[outputFormats]
|
||||
[outputFormats.Toml]
|
||||
name = "toml"
|
||||
mediaType = "application/toml"
|
||||
isHTML = false
|
||||
|
||||
[outputs]
|
||||
home = ["html","rss","toml"]
|
||||
|
||||
[markup]
|
||||
[markup.tableOfContents]
|
||||
endLevel = 4
|
||||
|
|
Loading…
Reference in New Issue
Block a user