Enable TOML output.

This commit is contained in:
Danila Fedorin 2020-12-27 20:08:27 -08:00
parent c40672e762
commit de09a1f6bd
1 changed files with 9 additions and 0 deletions

View File

@ -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