From 40422fe062ba10987ce354e5bf5516d8417a4a5d Mon Sep 17 00:00:00 2001 From: Asterisk Date: Sat, 10 Aug 2024 11:17:52 -0400 Subject: [PATCH 1/5] Add mastodon sharing link --- data/sharing.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/data/sharing.json b/data/sharing.json index f176a2cd..8fbd1107 100644 --- a/data/sharing.json +++ b/data/sharing.json @@ -43,5 +43,10 @@ "icon": "bluesky", "title": "sharing.bluesky", "url": "https://bsky.app/intent/compose?text=%[2]s+%[1]s" - } -} \ No newline at end of file + }. + "mastodon": { + "icon": "mastodon", + "title": "sharing.mastodon", + "url": "https://toot.kytta.dev/?text=%[2]s+%[1]s" + } +} From 042eca79b2728c9f3c26076c179286d7845a8093 Mon Sep 17 00:00:00 2001 From: Asterisk Date: Sat, 10 Aug 2024 11:26:17 -0400 Subject: [PATCH 2/5] fix period --- data/sharing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sharing.json b/data/sharing.json index 8fbd1107..a7837c6d 100644 --- a/data/sharing.json +++ b/data/sharing.json @@ -43,7 +43,7 @@ "icon": "bluesky", "title": "sharing.bluesky", "url": "https://bsky.app/intent/compose?text=%[2]s+%[1]s" - }. + }, "mastodon": { "icon": "mastodon", "title": "sharing.mastodon", From be6ce389c6cac6647f40fc0f57a4635a5171437d Mon Sep 17 00:00:00 2001 From: Asterisk Date: Sat, 10 Aug 2024 11:28:30 -0400 Subject: [PATCH 3/5] Update sharing.json --- data/sharing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sharing.json b/data/sharing.json index a7837c6d..e08a0cb7 100644 --- a/data/sharing.json +++ b/data/sharing.json @@ -47,6 +47,6 @@ "mastodon": { "icon": "mastodon", "title": "sharing.mastodon", - "url": "https://toot.kytta.dev/?text=%[2]s+%[1]s" + "url": "https://toot.kytta.dev/?text=%[2]s %[1]s" } } From a5e9ac3997c36f6ec639b1d9e8e9cd60ff4c0490 Mon Sep 17 00:00:00 2001 From: Asterisk Date: Sat, 10 Aug 2024 11:40:07 -0400 Subject: [PATCH 4/5] edit default sharing link config --- config/_default/params.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/_default/params.toml b/config/_default/params.toml index 8ec5457f..b69c7d5d 100644 --- a/config/_default/params.toml +++ b/config/_default/params.toml @@ -80,7 +80,7 @@ forgejoDefaultServer = "https://v8.next.forgejo.org" showTaxonomies = false showAuthorsBadges = false showWordCount = true - # sharingLinks = [ "linkedin", "twitter", "bluesky", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"] + # sharingLinks = [ "linkedin", "twitter", "bluesky", "mastodon", "reddit", "pinterest", "facebook", "email", "whatsapp", "telegram"] showZenMode = false [list] From e7a24c2e8686f889c6ce78754755dc9f99409383 Mon Sep 17 00:00:00 2001 From: Asterisk Date: Sat, 10 Aug 2024 12:29:57 -0400 Subject: [PATCH 5/5] toot is now share2fedi (sharing.json) --- data/sharing.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data/sharing.json b/data/sharing.json index e08a0cb7..18aa4e63 100644 --- a/data/sharing.json +++ b/data/sharing.json @@ -47,6 +47,6 @@ "mastodon": { "icon": "mastodon", "title": "sharing.mastodon", - "url": "https://toot.kytta.dev/?text=%[2]s %[1]s" + "url": "https://s2f.kytta.dev/?text=%[2]s %[1]s" } }