chore: pinboard -> instapaper

This commit is contained in:
Cory Dransfeldt 2023-06-03 17:17:31 -07:00
parent faa7e6c5b3
commit b8b7dc8da4
No known key found for this signature in database
15 changed files with 16 additions and 203 deletions

View file

@ -1,21 +0,0 @@
---
permalink: '/links.json'
---
{% assign links = articles | reverse %}
{
"version": "https://jsonfeed.org/version/1",
"title": "Links • Cory Dransfeldt",
"icon": "https://coryd.dev/static/images/avatar.webp",
"home_page_url": "https://coryd.dev",
"feed_url": "https://coryd.dev/links.json",
"items": [{% for link in links %}
{
"id": "{{ link.href }}",
"title": "{{ link.description | escape }}",
"url": "{{ link.href }}",
"content_text": "",
"date_published": "{{ link.time | date: "%Y-%m-%dT%H:%M:%S-08:00" }}"
}{% if not forloop.last %},{% endif %}
{% endfor %}
]
}