chore: update workflow
This commit is contained in:
parent
f28eb66cb5
commit
44f93749a1
2 changed files with 5 additions and 4 deletions
|
@ -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"
|
2
cache/feed-to-social-media.json
vendored
2
cache/feed-to-social-media.json
vendored
|
@ -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"}
|
Reference in a new issue