chore: update README
This commit is contained in:
parent
3fff038f9f
commit
90178ed0d4
3 changed files with 1 additions and 24 deletions
22
.github/workflows/scheduled-post-bluesky.yaml
vendored
22
.github/workflows/scheduled-post-bluesky.yaml
vendored
|
@ -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"
|
|
@ -1,6 +1,6 @@
|
|||
# coryd.dev
|
||||
|
||||
[](https://app.netlify.com/sites/cdme/deploys) [](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-build.yaml) [](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-speedlify-build.yaml) [](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post.yaml) [](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post-bluesky.yaml) [](https://github.com/cdransf/coryd.dev/actions/workflows/blog-posts-to-readme.yaml) [](https://github.com/cdransf/coryd.dev/actions/workflows/fetch-artist-charts.yaml)
|
||||
[](https://app.netlify.com/sites/cdme/deploys) [](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-build.yaml) [](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-speedlify-build.yaml) [](https://github.com/cdransf/coryd.dev/actions/workflows/scheduled-post.yaml) [](https://github.com/cdransf/coryd.dev/actions/workflows/blog-posts-to-readme.yaml) [](https://github.com/cdransf/coryd.dev/actions/workflows/fetch-artist-charts.yaml)
|
||||
|
||||
Hi! I'm Cory. 👋🏻
|
||||
|
||||
|
|
1
cache/feed-to-social-media.json
vendored
1
cache/feed-to-social-media.json
vendored
|
@ -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"}
|
Reference in a new issue