mirror of
https://github.com/nunocoracao/blowfish.git
synced 2025-04-20 19:11:52 +02:00
Merge pull request #1577 from mpoore/main
✨ Add data definition for sharing on Bluesky
This commit is contained in:
commit
447006c9bc
4 changed files with 8 additions and 2 deletions
|
@ -38,5 +38,10 @@
|
||||||
"icon": "telegram",
|
"icon": "telegram",
|
||||||
"title": "sharing.telegram",
|
"title": "sharing.telegram",
|
||||||
"url": "https://t.me/share/url?url=%s&resubmit=true&title=%s"
|
"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
|
showTaxonomies = true
|
||||||
showAuthorsBadges = true
|
showAuthorsBadges = true
|
||||||
showWordCount = false
|
showWordCount = false
|
||||||
sharingLinks = [ "linkedin", "twitter", "reddit", "whatsapp", "telegram", "pinterest", "facebook", "email"]
|
sharingLinks = [ "linkedin", "twitter", "bluesky", "reddit", "whatsapp", "telegram", "pinterest", "facebook", "email"]
|
||||||
showZenMode = true
|
showZenMode = true
|
||||||
|
|
||||||
[list]
|
[list]
|
||||||
|
|
|
@ -66,6 +66,7 @@ sharing:
|
||||||
pinterest: "Pin on Pinterest"
|
pinterest: "Pin on Pinterest"
|
||||||
reddit: "Submit to Reddit"
|
reddit: "Submit to Reddit"
|
||||||
twitter: "Tweet on Twitter"
|
twitter: "Tweet on Twitter"
|
||||||
|
bluesky: "Post on Bluesky"
|
||||||
|
|
||||||
shortcode:
|
shortcode:
|
||||||
recent_articles: "Recent"
|
recent_articles: "Recent"
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "hugo-blowfish-theme",
|
"name": "hugo-blowfish-theme",
|
||||||
"version": "2.72.0",
|
"version": "2.71.1",
|
||||||
"description": "Blowfish theme for Hugo.",
|
"description": "Blowfish theme for Hugo.",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"postinstall": "vendor-copy",
|
"postinstall": "vendor-copy",
|
||||||
|
|
Loading…
Add table
Reference in a new issue