From: kengrimes Date: Sat, 21 Apr 2018 23:20:19 +0000 (-0700) Subject: json feeds X-Git-Url: https://www.kengrimes.com/gitweb/?p=kengrimes.com%2Fcontent.git;a=commitdiff_plain;h=017b08d8e5620e610ce9cc3cfc5ef2d5f8549ddd json feeds --- 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