Merge pull request #1577 from mpoore/main

 Add data definition for sharing on Bluesky
This commit is contained in:
Nuno Coração 2024-06-27 22:02:13 +01:00 committed by GitHub
commit 447006c9bc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
4 changed files with 8 additions and 2 deletions

View file

@ -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"
}
}

View file

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

View file

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

View file

@ -1,6 +1,6 @@
{
"name": "hugo-blowfish-theme",
"version": "2.72.0",
"version": "2.71.1",
"description": "Blowfish theme for Hugo.",
"scripts": {
"postinstall": "vendor-copy",