favicon added
[kengrimes.com/content.git] / config.toml
index b546ed9..dcd94a9 100644 (file)
@@ -1,9 +1,15 @@
-baseURL = "http://www.kengrimes.com"
+baseURL = "https://www.kengrimes.com"
 languageCode = "en-us"
+buildDrafts = true
 title = "Ken Grimes"
-uglyURLs = true
 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