From e693050361e3c2479a18a6310fa64df1d1d0468c Mon Sep 17 00:00:00 2001 From: cdransf Date: Tue, 11 Apr 2023 18:03:04 +0000 Subject: [PATCH 1/3] Apply automatic changes --- cache/jsonfeed-to-mastodon-timestamp.json | 2 +- cache/jsonfeed-to-mastodon.json | 19 +++++++++++++++++++ 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index dca07354..9edff06b 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1681063385220 + "timestamp": 1681236184065 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 5ab6a203..e130926f 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -2727,5 +2727,24 @@ "https://social.lol/users/cory/statuses/110170170009118666" ], "lastTootTimestamp": 1681063385216 + }, + "https://letterboxd.com/cdme/film/shazam-fury-of-the-gods/": { + "id": "https://letterboxd.com/cdme/film/shazam-fury-of-the-gods/", + "title": "Letterboxd: Shazam! Fury of the Gods, 2023 - ★★★", + "url": "https://letterboxd.com/cdme/film/shazam-fury-of-the-gods/", + "content_text": "Letterboxd: Shazam! Fury of the Gods, 2023 - ★★★ https://letterboxd.com/cdme/film/shazam-fury-of-the-gods/", + "date_published": "2023-04-11T16:09:43-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110181494554515535" + ], + "lastTootTimestamp": 1681236184062 + }, + "https://oku.club/book/bind-torture-kill-by-roy-wenzl-SwS01": { + "id": "https://oku.club/book/bind-torture-kill-by-roy-wenzl-SwS01", + "title": "Oku: Bind, Torture, Kill", + "url": "https://oku.club/book/bind-torture-kill-by-roy-wenzl-SwS01", + "content_text": "Oku: Bind, Torture, Kill https://oku.club/book/bind-torture-kill-by-roy-wenzl-SwS01", + "date_published": "2022-07-31T00:00:00-08:00", + "toots": [] } } \ No newline at end of file From 5725a708fab95c88736534a0fc15bf75fd902dfd Mon Sep 17 00:00:00 2001 From: cdransf Date: Tue, 11 Apr 2023 20:02:58 +0000 Subject: [PATCH 2/3] Apply automatic changes --- cache/jsonfeed-to-mastodon-timestamp.json | 2 +- cache/jsonfeed-to-mastodon.json | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index 9edff06b..6fe636f7 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1681236184065 + "timestamp": 1681243377491 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index e130926f..8901f369 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -2745,6 +2745,9 @@ "url": "https://oku.club/book/bind-torture-kill-by-roy-wenzl-SwS01", "content_text": "Oku: Bind, Torture, Kill https://oku.club/book/bind-torture-kill-by-roy-wenzl-SwS01", "date_published": "2022-07-31T00:00:00-08:00", - "toots": [] + "toots": [ + "https://social.lol/users/cory/statuses/110181965979967706" + ], + "lastTootTimestamp": 1681243377488 } } \ No newline at end of file From 21d7d486e30be070d837fc8c9a0d8b472aad460f Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Tue, 11 Apr 2023 19:42:49 -0700 Subject: [PATCH 3/3] chore: drop glass --- src/_data/follow.js | 1 - src/_data/site.json | 1 - src/_includes/footer.liquid | 1 - src/_includes/icons/glass.liquid | 20 -------------------- src/follow-feed.11ty.js | 1 - src/uses.md | 1 - 6 files changed, 25 deletions(-) delete mode 100644 src/_includes/icons/glass.liquid diff --git a/src/_data/follow.js b/src/_data/follow.js index b7c4ab63..b15552d6 100644 --- a/src/_data/follow.js +++ b/src/_data/follow.js @@ -3,7 +3,6 @@ module.exports = async function () { const feed = new ActivityFeed() feed.addSource('atom', 'Blog', 'https://coryd.dev/feed.xml') feed.addSource('rss', 'Letterboxd', 'https://letterboxd.com/cdme/rss') - feed.addSource('rss', 'Glass', 'https://glass.photo/coryd/rss') feed.addSource('rss', 'Oku', 'https://oku.club/rss/collection/NvEmF') const entries = feed.getEntries() const res = await entries diff --git a/src/_data/site.json b/src/_data/site.json index 8d166412..72131cd2 100644 --- a/src/_data/site.json +++ b/src/_data/site.json @@ -7,7 +7,6 @@ "savvycal": "https://savvycal.com/coryd", "github": "https://github.com/cdransf", "mastodon": "https://social.lol/@cory", - "glass": "https://glass.photo/coryd", "lastfm": "https://last.fm/user/cdme_", "letterboxd": "https://letterboxd.com/cdme", "trakt": "https://trakt.tv/users/cdransf", diff --git a/src/_includes/footer.liquid b/src/_includes/footer.liquid index dfd55b36..c5850412 100644 --- a/src/_includes/footer.liquid +++ b/src/_includes/footer.liquid @@ -4,7 +4,6 @@ {% include "icons/savvycal.liquid" %} {% include "icons/github.liquid" %} {% include "icons/mastodon.liquid" %} - {% include "icons/glass.liquid" %} {% include "icons/lastfm.liquid" %} {% include "icons/letterboxd.liquid" %} {% include "icons/trakt.liquid" %} diff --git a/src/_includes/icons/glass.liquid b/src/_includes/icons/glass.liquid deleted file mode 100644 index b3dfb937..00000000 --- a/src/_includes/icons/glass.liquid +++ /dev/null @@ -1,20 +0,0 @@ -{% if site.glass != "" %} - - - - - - - -{% endif %} \ No newline at end of file diff --git a/src/follow-feed.11ty.js b/src/follow-feed.11ty.js index 032ddff9..3b61a3a7 100644 --- a/src/follow-feed.11ty.js +++ b/src/follow-feed.11ty.js @@ -11,7 +11,6 @@ module.exports = class { feed.addSource('atom', 'Blog', 'https://coryd.dev/feed.xml') feed.addSource('rss', 'Letterboxd', 'https://letterboxd.com/cdme/rss') - feed.addSource('rss', 'Glass', 'https://glass.photo/coryd/rss') feed.addSource('rss', 'Oku', 'https://oku.club/rss/collection/NvEmF') return feed.toRssFeed({ diff --git a/src/uses.md b/src/uses.md index 0248710a..25cb9cbb 100644 --- a/src/uses.md +++ b/src/uses.md @@ -69,7 +69,6 @@ Software and services that I use for work and my own enjoyment. - [Trakt](https://trakt.tv) - [Letterboxd](https://letterboxd.com) - [Oku](https://oku.club) -- [Glass](https://glass.photo) - [Matter](https://getmatter.com) - [Make](https://make.com/en/)