Enable TOML output.

This commit is contained in:
Danila Fedorin 2020-12-27 20:08:27 -08:00
parent c40672e762
commit de09a1f6bd

View File

@ -6,6 +6,15 @@ pygmentsCodeFences = true
pygmentsUseClasses = true pygmentsUseClasses = true
summaryLength = 20 summaryLength = 20
[outputFormats]
[outputFormats.Toml]
name = "toml"
mediaType = "application/toml"
isHTML = false
[outputs]
home = ["html","rss","toml"]
[markup] [markup]
[markup.tableOfContents] [markup.tableOfContents]
endLevel = 4 endLevel = 4