json feeds
[kengrimes.com/content.git] / config.toml
index e696d9a..dcd94a9 100644 (file)
@@ -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