X-Git-Url: https://www.kengrimes.com/gitweb/?p=kengrimes.com%2Fcontent.git;a=blobdiff_plain;f=config.toml;h=dcd94a98ce4f0209c9bf1a21db4c6e031a9829e3;hp=1c1e7aa4dda5790eba92c9be6a837e51aae49ea9;hb=refs%2Fheads%2Fmaster;hpb=e8c92f0cdb1503e2814865abd4fe90d37432e033 diff --git a/config.toml b/config.toml index 1c1e7aa..dcd94a9 100644 --- a/config.toml +++ b/config.toml @@ -1,7 +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