mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-01-22 14:35:43 -06:00
✨ Add data definition for sharing on Bluesky
This commit is contained in:
parent
8972e66824
commit
dcb01b0daa
3 changed files with 7 additions and 1 deletions
|
@ -38,5 +38,10 @@
|
|||
"icon": "telegram",
|
||||
"title": "sharing.telegram",
|
||||
"url": "https://t.me/share/url?url=%s&resubmit=true&title=%s"
|
||||
},
|
||||
"bluesky": {
|
||||
"icon": "bluesky",
|
||||
"title": "sharing.bluesky",
|
||||
"url": "https://bsky.app/intent/compose?text=%[2]s+%[1]s"
|
||||
}
|
||||
}
|
|
@ -73,7 +73,7 @@ smartTOCHideUnfocusedChildren = false
|
|||
showTaxonomies = true
|
||||
showAuthorsBadges = true
|
||||
showWordCount = false
|
||||
sharingLinks = [ "linkedin", "twitter", "reddit", "whatsapp", "telegram", "pinterest", "facebook", "email"]
|
||||
sharingLinks = [ "linkedin", "twitter", "bluesky", "reddit", "whatsapp", "telegram", "pinterest", "facebook", "email"]
|
||||
showZenMode = true
|
||||
|
||||
[list]
|
||||
|
|
|
@ -66,6 +66,7 @@ sharing:
|
|||
pinterest: "Pin on Pinterest"
|
||||
reddit: "Submit to Reddit"
|
||||
twitter: "Tweet on Twitter"
|
||||
bluesky: "Post on Bluesky"
|
||||
|
||||
shortcode:
|
||||
recent_articles: "Recent"
|
||||
|
|
Loading…
Reference in a new issue