diff --git a/config.toml b/config.toml index 8fe8c25..fa586b9 100644 --- a/config.toml +++ b/config.toml @@ -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