favicon added
[kengrimes.com/content.git] / config.toml
index a921d2c..dcd94a9 100644 (file)
@@ -1,4 +1,4 @@
-baseURL = "https://krull.kengrimes.com/webtest"
+baseURL = "https://www.kengrimes.com"
 languageCode = "en-us"
 buildDrafts = true
 title = "Ken Grimes"
@@ -6,3 +6,10 @@ copyright = "2018 Ken Grimes"
 theme = "speedy"
 enableGitInfo = true
 relativeURLs = true
+pygmentsUseClasses = true
+
+[outputs]
+  home = ["HTML", "RSS", "JSON"]
+  section = ["HTML", "RSS", "JSON"]
+  page = ["HTML", "JSON"]
+  taxonomy = ["HTML", "RSS", "JSON"]
\ No newline at end of file