Organize example site config

This commit is contained in:
Will Faught
2025-02-08 15:33:26 -08:00
parent 2c7a05dc05
commit e9f188b8ac

View File

@@ -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"