From 88e9957de8537adf0d0359534003493f9c976652 Mon Sep 17 00:00:00 2001 From: cdransf Date: Thu, 6 Apr 2023 00:09:58 +0000 Subject: [PATCH 1/3] Apply automatic changes --- cache/jsonfeed-to-mastodon-timestamp.json | 2 +- cache/jsonfeed-to-mastodon.json | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index 69b7c895..3076ead8 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1680616998243 + "timestamp": 1680739797990 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index a9c0102a..b3e3dfe2 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -2683,5 +2683,16 @@ "https://social.lol/users/cory/statuses/110140915590839847" ], "lastTootTimestamp": 1680616998241 + }, + "https://coryd.dev/posts/2023/i-dont-want-streaming-music/": { + "id": "https://coryd.dev/posts/2023/i-dont-want-streaming-music/", + "title": "Blog: I don't want streaming music, I just want to stream my music", + "url": "https://coryd.dev/posts/2023/i-dont-want-streaming-music/", + "content_text": "Blog: I don't want streaming music, I just want to stream my music https://coryd.dev/posts/2023/i-dont-want-streaming-music/", + "date_published": "2023-04-05T00:00:00-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110148963390717348" + ], + "lastTootTimestamp": 1680739797986 } } \ No newline at end of file From d5b3e8b6ecb922eef1b1a02f578ac34b22d73696 Mon Sep 17 00:00:00 2001 From: cdransf Date: Thu, 6 Apr 2023 02:15:43 +0000 Subject: [PATCH 2/3] Apply automatic changes --- cache/jsonfeed-to-mastodon-timestamp.json | 2 +- cache/jsonfeed-to-mastodon.json | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index 3076ead8..dd32fc4c 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1680739797990 + "timestamp": 1680747342817 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index b3e3dfe2..98ffc836 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -2694,5 +2694,16 @@ "https://social.lol/users/cory/statuses/110148963390717348" ], "lastTootTimestamp": 1680739797986 + }, + "https://letterboxd.com/cdme/film/argo/": { + "id": "https://letterboxd.com/cdme/film/argo/", + "title": "Letterboxd: Argo, 2012 - ★★★★", + "url": "https://letterboxd.com/cdme/film/argo/", + "content_text": "Letterboxd: Argo, 2012 - ★★★★ https://letterboxd.com/cdme/film/argo/", + "date_published": "2023-04-05T23:15:29-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110149457853141404" + ], + "lastTootTimestamp": 1680747342814 } } \ No newline at end of file From 844e94aec2991e2c30b467a0bea9cc16157b7cec Mon Sep 17 00:00:00 2001 From: cdransf Date: Thu, 6 Apr 2023 15:05:08 +0000 Subject: [PATCH 3/3] Update README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5ca98082..09101db7 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,10 @@ This is the code for my personal website and portfolio. Built using [11ty](https ## My latest posts +- [I don't want streaming music, I just want to stream my music](https://coryd.dev/posts/2023/i-dont-want-streaming-music/) - [Another Eleventy content syndication path](https://coryd.dev/posts/2023/another-eleventy-content-syndication-path/) - [Lazy select-based pagination in Eleventy](https://coryd.dev/posts/2023/lazy-select-based-pagination-eleventy/) - [Automate and syndicate content from Eleventy to Mastodon](https://coryd.dev/posts/2023/automate-syndicate-content-mastodon-eleventy/) - [.env files in Eleventy](https://coryd.dev/posts/2023/env-files-eleventy/) -- [Scheduled Eleventy builds on Vercel with cron-triggered GitHub actions](https://coryd.dev/posts/2023/scheduled-eleventy-builds-cron-github-actions/)