refactor resources to static until hugo support is improved, content output from...
[kengrimes.com/content.git] / config.toml
index 2fc453d..a921d2c 100644 (file)
@@ -1,15 +1,8 @@
-baseURL = "http://www.kengrimes.com/"
+baseURL = "https://krull.kengrimes.com/webtest"
 languageCode = "en-us"
+buildDrafts = true
 title = "Ken Grimes"
-uglyURLs = true
-copyright = "Ken Grimes 2018"
+copyright = "2018 Ken Grimes"
 theme = "speedy"
-[[menu.main]]
-name = "CV"
-url = "/cv.pdf"
-weight = 2
-[[menu.main]]
-name = "History"
-url = "https://git.kengrimes.com"
-weight = 1
-
+enableGitInfo = true
+relativeURLs = true