Move author config under paige.author

This commit is contained in:
Will Faught
2025-02-04 22:00:18 -08:00
parent bcacae10c0
commit 4bc542b6b1
5 changed files with 24 additions and 9 deletions

View File

@@ -411,6 +411,17 @@ link = "" # The reference for an anchor around the title. Example: "https://yout
The assigned values shown are the default values.
Parameters specific to author term pages (if the "authors" taxonomy is configured):
```toml
[paige.author]
email = "" # Example: example@example.com
name = "" # Example: John Doe
url = "" # Example: https://example.com
```
The assigned values shown are the default values.
Parameters specific to menus:
```toml