Document use of paige.author.email, name, url

master
Will Faught 4 months ago
parent ec96669781
commit e3914c9324

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

Loading…
Cancel
Save