From 9b9b0e240bc15a9e9283eab16229d7153e764a8f Mon Sep 17 00:00:00 2001 From: Joshua Goins Date: Sat, 7 Jun 2025 10:18:06 -0400 Subject: [PATCH] Add syndication links to blog posts --- content/blog/ffxiv-may2025/index.md | 1 + content/blog/golden-saucer-matrix/index.md | 1 + content/blog/kawari10/index.md | 2 ++ content/blog/kawari9/index.md | 1 + content/blog/morpho-announcement/index.md | 1 + themes/red/layouts/_default/single.html | 18 ++++++++++++++++++ 6 files changed, 24 insertions(+) diff --git a/content/blog/ffxiv-may2025/index.md b/content/blog/ffxiv-may2025/index.md index 268ad96..1ff296b 100644 --- a/content/blog/ffxiv-may2025/index.md +++ b/content/blog/ffxiv-may2025/index.md @@ -9,6 +9,7 @@ tags: toc: true series: - Astra & Novus Status Update +bluesky_url: "https://bsky.app/profile/redstrate.com/post/3lojtouuip22g" --- Sooo... it's been a while since I wrote one of these. We have a years worth of progress to catch up on, so we'd better begin! diff --git a/content/blog/golden-saucer-matrix/index.md b/content/blog/golden-saucer-matrix/index.md index 2f391f0..ef6eeb2 100644 --- a/content/blog/golden-saucer-matrix/index.md +++ b/content/blog/golden-saucer-matrix/index.md @@ -6,6 +6,7 @@ summary: "How I personally grind the Gold Saucer event easily with Hooky!" tags: - FFXIV - Matrix +bluesky_url: "https://bsky.app/profile/redstrate.com/post/3lpwy4yvhqk2v" --- Right now [there's a Gold Saucer event](https://na.finalfantasyxiv.com/lodestone/special/2025/the_make_it_rain_campaign/pP1HUSgIHI) in FFXIV, which slightly increases MGP earned in GATEs. (There is also other events that have rewards tied to GATEs, like Moogle Treasure Troves.) These GATEs happen every so often, on a fixed schedule. They are announced in every Gold Saucer zone with a chat message: diff --git a/content/blog/kawari10/index.md b/content/blog/kawari10/index.md index 9f996ff..11ff23e 100644 --- a/content/blog/kawari10/index.md +++ b/content/blog/kawari10/index.md @@ -8,6 +8,8 @@ tags: series: - Kawari Progress Report summary: "This update is all about polish and making Kawari easier to setup/use. What's the point of building a project that's difficult to setup?" +bluesky_url: "https://bsky.app/profile/redstrate.com/post/3lotb55xl3c2c" +mastodon_url: "https://mastodon.art/@redstrate/114484253920725773" --- This update is all about polish and making Kawari easier to setup/use. What's the point of building a project that's difficult to setup? diff --git a/content/blog/kawari9/index.md b/content/blog/kawari9/index.md index 5ece9b9..7f1fb82 100644 --- a/content/blog/kawari9/index.md +++ b/content/blog/kawari9/index.md @@ -8,6 +8,7 @@ tags: series: - Kawari Progress Report summary: "Here is a new progress report, mostly smaller things but I managed to complete another patch update!" +bluesky_url: "https://bsky.app/profile/redstrate.com/post/3lo52uowkyc2i" --- Here is a new progress report, mostly smaller things but I managed to complete another patch update! I have begun working on my other FFXIV projects again, so Kawari has taken a bit of a back-burner. diff --git a/content/blog/morpho-announcement/index.md b/content/blog/morpho-announcement/index.md index 255ae51..f182782 100644 --- a/content/blog/morpho-announcement/index.md +++ b/content/blog/morpho-announcement/index.md @@ -5,6 +5,7 @@ draft: false summary: "It's with much duress that I announce I'm releasing yet-another-application, this time a BlueSky client." tags: - BlueSky +bluesky_url: "https://bsky.app/profile/redstrate.com/post/3lnq2p2v3lk2z" --- It's with much duress that I announce I'm releasing yet-another-application, this time a [BlueSky](https://bluesky.social) client. If you know me, I use the [Fediverse](https://en.wikipedia.org/wiki/Fediverse) a ton - so why am I playing the "other side"? My reasons are as follows: diff --git a/themes/red/layouts/_default/single.html b/themes/red/layouts/_default/single.html index 7f0f021..c4e53a4 100644 --- a/themes/red/layouts/_default/single.html +++ b/themes/red/layouts/_default/single.html @@ -24,6 +24,24 @@ {{ range $terms }} {{ .Title }} {{ end }} + +
+ + Syndicated to: + {{ with .Params.mastodon_url }} + + {{ with resources.Get "icons/mastodon.svg" }} + Mastodon logo + {{ end }} + + {{ end }} + {{ with .Params.bluesky_url }} + + {{ with resources.Get "icons/bluesky.svg" }} + BlueSky logo + {{ end }} + + {{ end }} {{ end }}