Organize example site config

master
Will Faught 5 months ago
parent 2c7a05dc05
commit e9f188b8ac

@ -37,6 +37,15 @@ term = ["html"]
[pagination] [pagination]
pagersize = 50 pagersize = 50
[[params.paige.feeds.atom.authors]]
email = "example@example.com"
name = "John Doe"
url = "https://example.com"
[params.paige.feeds.rss]
managing_editor = "example@example.com (John Doe)"
web_master = "example@example.com (John Doe)"
[params.paige.pages] [params.paige.pages]
disable_authors = true disable_authors = true
disable_date = true disable_date = true
@ -59,15 +68,6 @@ disable_reading_time = true
disable_series = true disable_series = true
disable_summary = true disable_summary = true
[[params.paige.feeds.atom.authors]]
email = "example@example.com"
name = "John Doe"
url = "https://example.com"
[params.paige.feeds.rss]
managing_editor = "example@example.com (John Doe)"
web_master = "example@example.com (John Doe)"
[taxonomies] [taxonomies]
author = "authors" author = "authors"
category = "categories" category = "categories"

Loading…
Cancel
Save