diff --git a/.github/workflows/scheduled-post-bluesky.yaml b/.github/workflows/scheduled-post-bluesky.yaml deleted file mode 100644 index 146a10f4..00000000 --- a/.github/workflows/scheduled-post-bluesky.yaml +++ /dev/null @@ -1,22 +0,0 @@ -name: Scheduled posts feed to BlueSky -on: - workflow_dispatch: - schedule: - - cron: '0 */2 * * *' -jobs: - Feed2SocialMedia: - runs-on: ubuntu-latest - steps: - - name: Feed to social media - uses: lwojcik/github-action-feed-to-social-media@v2 - with: - feedUrl: "https://coryd.dev/feeds/posts" - newestItemStrategy: "latestDate" - postFormat: "📝: {title} {link}" - blueskyEnable: true - blueskyPostFormat: "📝: {title} {link}" - blueskyService: "bsky.social" - blueskyHandle: "cdme.bsky.social" - blueskyAppPassword: "${{ secrets.BLUESKY_TOKEN }}" - blueskyOwnerHandle: "owner.bsky.social" - blueskyOwnerContact: "hi@coryd.dev" \ No newline at end of file diff --git a/README.md b/README.md index 3688a166..eb95c4a8 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # coryd.dev -[![Netlify Status](https://api.netlify.com/api/v1/badges/02b49681-1b96-4d64-978b-cd8ff204ba1e/deploy-status)](https://app.netlify.com/sites/cdme/deploys) [![scheduled-build](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-build.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-build.yaml) [![Scheduled Speedlify test](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-speedlify-build.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-speedlify-build.yaml) [![Scheduled follow feed to Mastodon](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post.yaml) [![Scheduled posts feed to BlueSky](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post-bluesky.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post-bluesky.yaml) [![Blog posts to readme](https://github.com/cdransf/coryd.dev/actions/workflows/blog-posts-to-readme.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/blog-posts-to-readme.yaml) [![Fetch weekly artist charts](https://github.com/cdransf/coryd.dev/actions/workflows/fetch-artist-charts.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/fetch-artist-charts.yaml) +[![Netlify Status](https://api.netlify.com/api/v1/badges/02b49681-1b96-4d64-978b-cd8ff204ba1e/deploy-status)](https://app.netlify.com/sites/cdme/deploys) [![scheduled-build](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-build.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-build.yaml) [![Scheduled Speedlify test](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-speedlify-build.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-speedlify-build.yaml) [![Scheduled follow feed to Mastodon](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post.yaml) [![Blog posts to readme](https://github.com/cdransf/coryd.dev/actions/workflows/blog-posts-to-readme.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/blog-posts-to-readme.yaml) [![Fetch weekly artist charts](https://github.com/cdransf/coryd.dev/actions/workflows/fetch-artist-charts.yaml/badge.svg)](https://github.com/cdransf/coryd.dev/actions/workflows/fetch-artist-charts.yaml) Hi! I'm Cory. 👋🏻 diff --git a/cache/feed-to-social-media.json b/cache/feed-to-social-media.json deleted file mode 100644 index b78b8491..00000000 --- a/cache/feed-to-social-media.json +++ /dev/null @@ -1 +0,0 @@ -{"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