Organize example site config
This commit is contained in:
@@ -37,6 +37,15 @@ term = ["html"]
|
||||
[pagination]
|
||||
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]
|
||||
disable_authors = true
|
||||
disable_date = true
|
||||
@@ -59,15 +68,6 @@ disable_reading_time = true
|
||||
disable_series = 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]
|
||||
author = "authors"
|
||||
category = "categories"
|
||||
|
Reference in New Issue
Block a user