json feeds
authorkengrimes <ken@kengrimes.com>
Sat, 21 Apr 2018 23:20:19 +0000 (16:20 -0700)
committerkengrimes <ken@kengrimes.com>
Sat, 21 Apr 2018 23:20:19 +0000 (16:20 -0700)
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