From 017b08d8e5620e610ce9cc3cfc5ef2d5f8549ddd Mon Sep 17 00:00:00 2001 From: kengrimes Date: Sat, 21 Apr 2018 16:20:19 -0700 Subject: [PATCH] json feeds --- config.toml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index e696d9a..dcd94a9 100644 --- a/config.toml +++ b/config.toml @@ -6,4 +6,10 @@ copyright = "2018 Ken Grimes" theme = "speedy" enableGitInfo = true relativeURLs = true -pygmentsUseClasses = true \ No newline at end of file +pygmentsUseClasses = true + +[outputs] + home = ["HTML", "RSS", "JSON"] + section = ["HTML", "RSS", "JSON"] + page = ["HTML", "JSON"] + taxonomy = ["HTML", "RSS", "JSON"] \ No newline at end of file -- 2.18.0