X-Git-Url: https://njoseph.me/gitweb/blog.git/blobdiff_plain/1edc6c9282be605374b1ecdf1cb03080e9d2bbf5..HEAD:/config.toml diff --git a/config.toml b/config.toml index 2b2aea3..29634fd 100644 --- a/config.toml +++ b/config.toml @@ -5,6 +5,8 @@ languageCode = "en" title = "Blog" theme = "hyde" +staticDir = ["img"] + enableRobotsTXT = true [params] @@ -29,3 +31,12 @@ enableRobotsTXT = true # identifier = "about" # weight = 300 # url = "/about/" + +[outputs] +home = [ "RSS", "HTML"] +section = ["HTML"] + +[outputFormats] +[outputFormats.RSS] +mediatype = "application/rss" +baseName = "feed"