From e9f188b8acafcd7b7049f27038a3a31643d18cae Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 8 Feb 2025 15:33:26 -0800 Subject: [PATCH] Organize example site config --- exampleSite/hugo.toml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/exampleSite/hugo.toml b/exampleSite/hugo.toml index 9c18f9bc..1400433d 100644 --- a/exampleSite/hugo.toml +++ b/exampleSite/hugo.toml @@ -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"