X-Git-Url: https://www.kengrimes.com/gitweb/?p=kengrimes.com%2Fcontent.git;a=blobdiff_plain;f=config.toml;h=dcd94a98ce4f0209c9bf1a21db4c6e031a9829e3;hp=b6e23929afda6d83c92a17fbdfe8a0e0372b8e4a;hb=refs%2Fheads%2Fmaster;hpb=a6c7c77acfc70e7637cd3a60c44836e61a924640 diff --git a/config.toml b/config.toml index b6e2392..dcd94a9 100644 --- a/config.toml +++ b/config.toml @@ -1,14 +1,15 @@ -baseURL = "http://www.kengrimes.com/webtest/" +baseURL = "https://www.kengrimes.com" 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 \ No newline at end of file +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