Add author name to pages, site in RSS in exampleSite

master
Will Faught 2 years ago
parent f70b6bfa10
commit f410b73b24

@ -88,10 +88,15 @@ home = ["html", "json", "rss"]
[params.authors.will-faught] [params.authors.will-faught]
name = "Will Faught" name = "Will Faught"
default = true
[params.paige.git] [params.paige.git]
commit_url = "https://github.com/willfaught/paige/commit/%s" commit_url = "https://github.com/willfaught/paige/commit/%s"
[params.paige.rss]
managing_editor = "Will Faught"
web_master = "Will Faught"
[taxonomies] [taxonomies]
author = "authors" author = "authors"
category = "categories" category = "categories"

Loading…
Cancel
Save