From e3914c93241fca93ff98f541dacccac839f49260 Mon Sep 17 00:00:00 2001 From: Will Faught Date: Sat, 8 Mar 2025 23:22:45 -0800 Subject: [PATCH] Document use of paige.author.email, name, url --- README.md | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c2adfaa1..5caac22d 100644 --- a/README.md +++ b/README.md @@ -359,9 +359,9 @@ Parameters specific to author term pages (if the authors taxonomy is configured) ```toml [paige.author] default = false # Whether to attribute pages without explicit authors to this author -email = "" # Example: "example@example.com" -name = "" # Example: "John Doe" -url = "" # Example: "https://example.com" +email = "" # Used in feeds. Example: "example@example.com". +name = "" # Used in feeds. Example: "John Doe". +url = "" # Used in Atom feeds. Example: "https://example.com". ``` The assigned values shown are the default values unless otherwise specified. @@ -405,8 +405,6 @@ path = "{/authors,/authors/**}" render = "never" ``` -The `email` and `url` parameters in the front matter of an author term page are used in feeds if present. - ### SEO The "author", "description", and "keywords" meta tags are generated from the page parameters.