chore: update README

This commit is contained in:
Cory Dransfeldt 2024-02-07 13:52:32 -08:00
parent 3fff038f9f
commit 90178ed0d4
No known key found for this signature in database
3 changed files with 1 additions and 24 deletions

View file

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

View file

@ -1,6 +1,6 @@
# coryd.dev # 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. 👋🏻 Hi! I'm Cory. 👋🏻

View file

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