diff --git a/package.json b/package.json index c42d6ad2..135a05bf 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "6.0.6", + "version": "6.0.7", "description": "The source for my personal site. Built using 11ty and hosted on Netlify.", "type": "module", "scripts": { diff --git a/src/_includes/partials/feeds/json.liquid b/src/_includes/partials/feeds/json.liquid index 84cd2344..5b0beeb6 100644 --- a/src/_includes/partials/feeds/json.liquid +++ b/src/_includes/partials/feeds/json.liquid @@ -2,7 +2,7 @@ { "version": "https://jsonfeed.org/version/1", "title": "{{ title }}", - "icon": "https://coryd.dev/static/images/avatar.webp", + "icon": "https://coryd.dev/static/images/avatar.png", "home_page_url": "{{ meta.url }}", "feed_url": "{{ permalink | absoluteUrl: meta.url }}", "items": [{% for entry in entries limit: 20 -%} diff --git a/src/_includes/partials/feeds/rss.liquid b/src/_includes/partials/feeds/rss.liquid index 62a46ee4..256bb679 100644 --- a/src/_includes/partials/feeds/rss.liquid +++ b/src/_includes/partials/feeds/rss.liquid @@ -10,7 +10,7 @@ {{ title }} {{ permalink | absoluteUrl: meta.url }} - https://coryd.dev/static/images/avatar.webp + https://coryd.dev/static/images/avatar.png 144 144 diff --git a/src/assets/img/logo.png b/src/assets/img/logo.png new file mode 100644 index 00000000..60154495 Binary files /dev/null and b/src/assets/img/logo.png differ diff --git a/src/posts/2024/link-blogging-using-readwise.md b/src/posts/2024/link-blogging-using-readwise.md index 48c601a6..9f0c836a 100644 --- a/src/posts/2024/link-blogging-using-readwise.md +++ b/src/posts/2024/link-blogging-using-readwise.md @@ -7,7 +7,7 @@ tags: - 'tech' - 'Eleventy' --- -I use Readwise Reader's API to populate the links on [my now page](/now). These then get included in [my follow feed](https://feedpress.me/coryd-follow) that's syndicated out to Mastodon using a [GitHub action](https://github.com/nhoizey/github-action-feed-to-mastodon) authored by [Nicolas Hoizey](https://nicolas-hoizey.com). +I use Readwise Reader's API to populate the links on [my now page](https://coryd.dev/now). These then get included in [my follow feed](https://feedpress.me/coryd-follow) that's syndicated out to Mastodon using a [GitHub action](https://github.com/nhoizey/github-action-feed-to-mastodon) authored by [Nicolas Hoizey](https://nicolas-hoizey.com). The `data` file used to fetch these links looks like this: