chore: update workflow

This commit is contained in:
Cory Dransfeldt 2024-02-07 13:40:38 -08:00
parent f28eb66cb5
commit 44f93749a1
No known key found for this signature in database
2 changed files with 5 additions and 4 deletions

View file

@ -12,9 +12,10 @@ jobs:
with: with:
feedUrl: "https://coryd.dev/feeds/posts" feedUrl: "https://coryd.dev/feeds/posts"
newestItemStrategy: "latestDate" newestItemStrategy: "latestDate"
postFormat: "📝: {title}\n\n{link}" postFormat: "📝: {title} {link}"
blueskyEnable: true blueskyEnable: true
blueskyService: "bsky.social"
blueskyHandle: "cdme.bsky.social" blueskyHandle: "cdme.bsky.social"
blueskyAppPassword: ${{ secrets.BLUESKY_TOKEN }} blueskyAppPassword: "${{ secrets.BLUESKY_TOKEN }}"
blueskyOwnerHandle: "cdme.bsky.social" blueskyOwnerHandle: "owner.bsky.social"
blueskyOwnerContact: "hi@coryd.dev" blueskyOwnerContact: "hi@coryd.dev"

View file

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