From 44f93749a1f90e24aa9ea577afb6e2b268510204 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Wed, 7 Feb 2024 13:40:38 -0800 Subject: [PATCH] chore: update workflow --- .github/workflows/scheduled-post-bluesky.yaml | 7 ++++--- cache/feed-to-social-media.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/scheduled-post-bluesky.yaml b/.github/workflows/scheduled-post-bluesky.yaml index f488949b..22437195 100644 --- a/.github/workflows/scheduled-post-bluesky.yaml +++ b/.github/workflows/scheduled-post-bluesky.yaml @@ -12,9 +12,10 @@ jobs: with: feedUrl: "https://coryd.dev/feeds/posts" newestItemStrategy: "latestDate" - postFormat: "📝: {title}\n\n{link}" + postFormat: "📝: {title} {link}" blueskyEnable: true + blueskyService: "bsky.social" blueskyHandle: "cdme.bsky.social" - blueskyAppPassword: ${{ secrets.BLUESKY_TOKEN }} - blueskyOwnerHandle: "cdme.bsky.social" + blueskyAppPassword: "${{ secrets.BLUESKY_TOKEN }}" + blueskyOwnerHandle: "owner.bsky.social" blueskyOwnerContact: "hi@coryd.dev" \ No newline at end of file diff --git a/cache/feed-to-social-media.json b/cache/feed-to-social-media.json index 839fd6c8..b78b8491 100644 --- a/cache/feed-to-social-media.json +++ b/cache/feed-to-social-media.json @@ -1 +1 @@ -{"id":"https://coryd.dev/posts/2024/on-getting-tattooed/","title":"On getting tattooed","link":"https://coryd.dev/posts/2024/on-getting-tattooed/","published":1707264000000,"description":"I got my first tattoo over ten years ago. It was a few lines from Tom Waits' Coney Island Baby set on the inside of my left bicep as a dedication to my then fiancé and now wife of ten years. I was told recently that that's a really painful spot but, I suppose, I didn't know what I was getting into outside of having an artist recommended by a dear friend that I trust implicitly.","pubDate":"Wed, 07 Feb 2024 00:00:00 +0000"} \ No newline at end of file +{"id":"https://coryd.dev/posts/2024/check-if-images-are-available-before-optimizing-in-eleventy/","title":"Check if images are available before optimizing in Eleventy","link":"https://coryd.dev/posts/2024/check-if-images-are-available-before-optimizing-in-eleventy/","published":1707091200000,"description":"I updated my image shortcode recently to leverage Lene Saile's shortcode in the ever-useful eleventy-excellent project. As part of making this change, I also wanted to address build issues I had been facing when attempting to fetch and display avatars in webmentions (in the interest of improving post page performance).","pubDate":"Mon, 05 Feb 2024 00:00:00 +0000"} \ No newline at end of file