From d03bbc086718639c87eaf91764e553b39c555453 Mon Sep 17 00:00:00 2001 From: Cory Dransfeldt Date: Sat, 13 May 2023 11:02:14 -0700 Subject: [PATCH] fix: articles de-linked pending a readwise api update --- src/_data/follow.js | 2 +- src/_includes/now.liquid | 9 +++++---- src/follow-feed.11ty.js | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/src/_data/follow.js b/src/_data/follow.js index d58e5dd7..73be7b8b 100644 --- a/src/_data/follow.js +++ b/src/_data/follow.js @@ -2,7 +2,7 @@ module.exports = async function () { const { ActivityFeed } = await import('@11ty/eleventy-activity-feed') const feed = new ActivityFeed() feed.addSource('atom', '📝', 'https://coryd.dev/feed.xml') - feed.addSource('atom', '🔗', 'https://coryd.dev/links.xml') + // feed.addSource('atom', '🔗', 'https://coryd.dev/links.xml') feed.addSource('rss', '🎥', 'https://letterboxd.com/cdme/rss') feed.addSource('rss', '📖', 'https://oku.club/rss/collection/NvEmF') const entries = feed.getEntries().catch() diff --git a/src/_includes/now.liquid b/src/_includes/now.liquid index 1f5c2e9a..211240d7 100644 --- a/src/_includes/now.liquid +++ b/src/_includes/now.liquid @@ -113,15 +113,16 @@ layout: main {% endif %} {% if articles %}

- Reading: favorite articles + Reading: shortlisted articles

diff --git a/src/follow-feed.11ty.js b/src/follow-feed.11ty.js index 23918aea..77d34fe5 100644 --- a/src/follow-feed.11ty.js +++ b/src/follow-feed.11ty.js @@ -10,7 +10,7 @@ module.exports = class { const feed = new ActivityFeed() feed.addSource('atom', '📝', 'https://coryd.dev/feed.xml') - feed.addSource('atom', '🔗', 'https://coryd.dev/links.xml') + // feed.addSource('atom', '🔗', 'https://coryd.dev/links.xml') feed.addSource('rss', '🎥', 'https://letterboxd.com/cdme/rss') feed.addSource('rss', '📖', 'https://oku.club/rss/collection/NvEmF')