diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index b1104dc6..833a533d 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -88,10 +88,15 @@ home = ["html", "json", "rss"] [params.authors.will-faught] name = "Will Faught" +default = true [params.paige.git] commit_url = "https://github.com/willfaught/paige/commit/%s" +[params.paige.rss] +managing_editor = "Will Faught" +web_master = "Will Faught" + [taxonomies] author = "authors" category = "categories"