-
Notifications
You must be signed in to change notification settings - Fork 359
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Allow setting author metadata and merge author aliases
This allows to set a canonical name of people which have multiple aliases used as authors. It will keep links intact and just merge the posts as needed. It also updates the links in the posts to the correct name and slug. Additionally this feature allows for a description on the author page to exist to introduce a person. Last but not least this allows setting a mastaodon uri to allow using the fediverse:creator meta tag
- Loading branch information
Showing
5 changed files
with
188 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
[author.josh_simmons] | ||
name = "Josh Simmons" | ||
description = """ | ||
""" | ||
aliases = ["Josh Simmons (m.org)"] | ||
mastodon = "@[email protected]" | ||
|
||
[author.thib] | ||
name = "Thib" | ||
description = """ | ||
""" | ||
aliases = ["Thib (m.org)"] | ||
mastodon = "@[email protected]" | ||
|
||
[author.matthew] | ||
name = "Matthew Hodgson" | ||
description = """ | ||
""" | ||
aliases = [] | ||
mastodon = "@[email protected]" | ||
|
||
[author.mtrnord] | ||
name = "MTRNord" | ||
description = """ | ||
""" | ||
aliases = ["MTRNord (they/them)"] | ||
mastodon = "@[email protected]" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters