fix: more feed tweaks
This commit is contained in:
parent
393dc8d2b9
commit
e0f6c26000
5 changed files with 4 additions and 4 deletions
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "coryd.dev",
|
"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.",
|
"description": "The source for my personal site. Built using 11ty and hosted on Netlify.",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
"version": "https://jsonfeed.org/version/1",
|
"version": "https://jsonfeed.org/version/1",
|
||||||
"title": "{{ title }}",
|
"title": "{{ title }}",
|
||||||
"icon": "https://coryd.dev/static/images/avatar.webp",
|
"icon": "https://coryd.dev/static/images/avatar.png",
|
||||||
"home_page_url": "{{ meta.url }}",
|
"home_page_url": "{{ meta.url }}",
|
||||||
"feed_url": "{{ permalink | absoluteUrl: meta.url }}",
|
"feed_url": "{{ permalink | absoluteUrl: meta.url }}",
|
||||||
"items": [{% for entry in entries limit: 20 -%}
|
"items": [{% for entry in entries limit: 20 -%}
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
<image>
|
<image>
|
||||||
<title>{{ title }}</title>
|
<title>{{ title }}</title>
|
||||||
<link>{{ permalink | absoluteUrl: meta.url }}</link>
|
<link>{{ permalink | absoluteUrl: meta.url }}</link>
|
||||||
<url>https://coryd.dev/static/images/avatar.webp</url>
|
<url>https://coryd.dev/static/images/avatar.png</url>
|
||||||
<width>144</width>
|
<width>144</width>
|
||||||
<height>144</height>
|
<height>144</height>
|
||||||
</image>
|
</image>
|
||||||
|
|
BIN
src/assets/img/logo.png
Normal file
BIN
src/assets/img/logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 431 KiB |
|
@ -7,7 +7,7 @@ tags:
|
||||||
- 'tech'
|
- 'tech'
|
||||||
- 'Eleventy'
|
- '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).<!-- excerpt -->
|
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).<!-- excerpt -->
|
||||||
|
|
||||||
The `data` file used to fetch these links looks like this:
|
The `data` file used to fetch these links looks like this:
|
||||||
|
|
||||||
|
|
Reference in a new issue