chore: feeds + filters

This commit is contained in:
Cory Dransfeldt 2024-04-18 20:49:18 -07:00
parent 339cbf5741
commit 725408c487
No known key found for this signature in database
2 changed files with 5 additions and 1 deletions

View file

@ -60,6 +60,9 @@ export default {
})
},
// authors
authorLookup: (url, authorMap) => authorMap[url] || '',
// dates
readableDate: (date) => {
return DateTime.fromISO(date).toFormat('LLLL d, yyyy')

View file

@ -11,4 +11,5 @@ These are web feeds, also known as [RSS](https://en.wikipedia.org/wiki/RSS) or [
- Posts ([RSS](https://feedpress.me/coryd) • [JSON](https://feedpress.me/coryd.json)): posts from my site.
- Links ([RSS](https://feedpress.me/coryd-links) • [JSON](https://feedpress.me/coryd-links.json)): links I've liked.
- Books ([RSS](https://feedpress.me/coryd-books.xml) • [JSON](https://feedpress.me/coryd-books.json)): books I'm currently reading.
- Books ([RSS](https://feedpress.me/coryd-books) • [JSON](https://feedpress.me/coryd-books.json)): books I'm currently reading.
- Movies ([RSS](https://feedpress.me/coryd-movies) • [JSON](https://feedpress.me/coryd-books.json)): movies I've watched recently.