Organize example site config
This commit is contained in:
@@ -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"
|
||||||
|
Reference in New Issue
Block a user