X-Git-Url: https://njoseph.me/gitweb/blog.git/blobdiff_plain/b1833cc7f3fec129563f6a4c1ea61bccecc1a0bb..HEAD:/config.toml diff --git a/config.toml b/config.toml index d33e079..29634fd 100644 --- a/config.toml +++ b/config.toml @@ -5,6 +5,8 @@ languageCode = "en" title = "Blog" theme = "hyde" +staticDir = ["img"] + enableRobotsTXT = true [params] @@ -23,9 +25,18 @@ enableRobotsTXT = true [[menus.main]] name = "Wiki" identifier = "wiki" - url = "../mediawiki/" + url = "https://njoseph.me/mediawiki" # [[menus.main]] # name = "About" # identifier = "about" # weight = 300 # url = "/about/" + +[outputs] +home = [ "RSS", "HTML"] +section = ["HTML"] + +[outputFormats] +[outputFormats.RSS] +mediatype = "application/rss" +baseName = "feed"