From de09a1f6bdea16588c55ba4c6de457f090661352 Mon Sep 17 00:00:00 2001 From: Danila Fedorin Date: Sun, 27 Dec 2020 20:08:27 -0800 Subject: [PATCH] Enable TOML output. --- config.toml | 9 +++++++++ 1 file changed, 9 insertions(+) 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