X-Git-Url: https://www.kengrimes.com/gitweb/?p=kengrimes.com%2Fcontent.git;a=blobdiff_plain;f=config.toml;h=dcd94a98ce4f0209c9bf1a21db4c6e031a9829e3;hp=57bcf54421291ad5d5ee81e06dca444df0209b8a;hb=HEAD;hpb=137a062b4047f3eb304f4e397eb385a5f983c16f diff --git a/config.toml b/config.toml index 57bcf54..dcd94a9 100644 --- a/config.toml +++ b/config.toml @@ -1,4 +1,4 @@ -baseURL = "https://krull.kengrimes.com/webtest" +baseURL = "https://www.kengrimes.com" languageCode = "en-us" buildDrafts = true title = "Ken Grimes" @@ -6,4 +6,10 @@ copyright = "2018 Ken Grimes" theme = "speedy" enableGitInfo = true relativeURLs = true -pygmentsUseClasses = true \ No newline at end of file +pygmentsUseClasses = true + +[outputs] + home = ["HTML", "RSS", "JSON"] + section = ["HTML", "RSS", "JSON"] + page = ["HTML", "JSON"] + taxonomy = ["HTML", "RSS", "JSON"] \ No newline at end of file