feat(blog): Add author social icons for bluesky, mastodon, threads, twitch, youtube, instagram (#10768)

Co-authored-by: sebastien <lorber.sebastien@gmail.com>
Co-authored-by: Chas Emerick <chas@cemerick.com>
This commit is contained in:
Zed Spencer-Milnes 2024-12-27 11:32:25 +00:00 committed by GitHub
parent cc97d66dbb
commit 43795fcabb
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
22 changed files with 364 additions and 17 deletions

View file

@ -278,7 +278,8 @@ type AuthorKey = string;
// Social platform name -> Social platform link
// Example: {MyPlatform: 'https://myplatform.com/myusername'}
// Pre-defined platforms ("x", "github", "twitter", "linkedin", "stackoverflow") accept handles:
// Pre-defined platforms
// ("x", "github", "twitter", "linkedin", "stackoverflow", "instagram", "bluesky", "mastodon", "threads", "twitch", "youtube") accept handles:
// Example: {github: 'slorber'}
type AuthorSocials = Record<string, string>;