Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
f2fc04d45c
8 changed files with 23 additions and 26 deletions
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
||||||
{
|
{
|
||||||
"timestamp": 1681063385220
|
"timestamp": 1681243377491
|
||||||
}
|
}
|
22
cache/jsonfeed-to-mastodon.json
vendored
22
cache/jsonfeed-to-mastodon.json
vendored
|
@ -2727,5 +2727,27 @@
|
||||||
"https://social.lol/users/cory/statuses/110170170009118666"
|
"https://social.lol/users/cory/statuses/110170170009118666"
|
||||||
],
|
],
|
||||||
"lastTootTimestamp": 1681063385216
|
"lastTootTimestamp": 1681063385216
|
||||||
|
},
|
||||||
|
"https://letterboxd.com/cdme/film/shazam-fury-of-the-gods/": {
|
||||||
|
"id": "https://letterboxd.com/cdme/film/shazam-fury-of-the-gods/",
|
||||||
|
"title": "Letterboxd: Shazam! Fury of the Gods, 2023 - ★★★",
|
||||||
|
"url": "https://letterboxd.com/cdme/film/shazam-fury-of-the-gods/",
|
||||||
|
"content_text": "Letterboxd: Shazam! Fury of the Gods, 2023 - ★★★ https://letterboxd.com/cdme/film/shazam-fury-of-the-gods/",
|
||||||
|
"date_published": "2023-04-11T16:09:43-08:00",
|
||||||
|
"toots": [
|
||||||
|
"https://social.lol/users/cory/statuses/110181494554515535"
|
||||||
|
],
|
||||||
|
"lastTootTimestamp": 1681236184062
|
||||||
|
},
|
||||||
|
"https://oku.club/book/bind-torture-kill-by-roy-wenzl-SwS01": {
|
||||||
|
"id": "https://oku.club/book/bind-torture-kill-by-roy-wenzl-SwS01",
|
||||||
|
"title": "Oku: Bind, Torture, Kill",
|
||||||
|
"url": "https://oku.club/book/bind-torture-kill-by-roy-wenzl-SwS01",
|
||||||
|
"content_text": "Oku: Bind, Torture, Kill https://oku.club/book/bind-torture-kill-by-roy-wenzl-SwS01",
|
||||||
|
"date_published": "2022-07-31T00:00:00-08:00",
|
||||||
|
"toots": [
|
||||||
|
"https://social.lol/users/cory/statuses/110181965979967706"
|
||||||
|
],
|
||||||
|
"lastTootTimestamp": 1681243377488
|
||||||
}
|
}
|
||||||
}
|
}
|
|
@ -3,7 +3,6 @@ module.exports = async function () {
|
||||||
const feed = new ActivityFeed()
|
const feed = new ActivityFeed()
|
||||||
feed.addSource('atom', 'Blog', 'https://coryd.dev/feed.xml')
|
feed.addSource('atom', 'Blog', 'https://coryd.dev/feed.xml')
|
||||||
feed.addSource('rss', 'Letterboxd', 'https://letterboxd.com/cdme/rss')
|
feed.addSource('rss', 'Letterboxd', 'https://letterboxd.com/cdme/rss')
|
||||||
feed.addSource('rss', 'Glass', 'https://glass.photo/coryd/rss')
|
|
||||||
feed.addSource('rss', 'Oku', 'https://oku.club/rss/collection/NvEmF')
|
feed.addSource('rss', 'Oku', 'https://oku.club/rss/collection/NvEmF')
|
||||||
const entries = feed.getEntries()
|
const entries = feed.getEntries()
|
||||||
const res = await entries
|
const res = await entries
|
||||||
|
|
|
@ -7,7 +7,6 @@
|
||||||
"calendar": "https://calendly.com/cdme",
|
"calendar": "https://calendly.com/cdme",
|
||||||
"github": "https://github.com/cdransf",
|
"github": "https://github.com/cdransf",
|
||||||
"mastodon": "https://social.lol/@cory",
|
"mastodon": "https://social.lol/@cory",
|
||||||
"glass": "https://glass.photo/coryd",
|
|
||||||
"lastfm": "https://last.fm/user/cdme_",
|
"lastfm": "https://last.fm/user/cdme_",
|
||||||
"letterboxd": "https://letterboxd.com/cdme",
|
"letterboxd": "https://letterboxd.com/cdme",
|
||||||
"trakt": "https://trakt.tv/users/cdransf",
|
"trakt": "https://trakt.tv/users/cdransf",
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
{% include "icons/calendar.liquid" %}
|
{% include "icons/calendar.liquid" %}
|
||||||
{% include "icons/github.liquid" %}
|
{% include "icons/github.liquid" %}
|
||||||
{% include "icons/mastodon.liquid" %}
|
{% include "icons/mastodon.liquid" %}
|
||||||
{% include "icons/glass.liquid" %}
|
|
||||||
{% include "icons/lastfm.liquid" %}
|
{% include "icons/lastfm.liquid" %}
|
||||||
{% include "icons/letterboxd.liquid" %}
|
{% include "icons/letterboxd.liquid" %}
|
||||||
{% include "icons/trakt.liquid" %}
|
{% include "icons/trakt.liquid" %}
|
||||||
|
|
|
@ -1,20 +0,0 @@
|
||||||
{% if site.glass != "" %}
|
|
||||||
<a
|
|
||||||
href={{ site.glass }}
|
|
||||||
rel="me"
|
|
||||||
title="Glass">
|
|
||||||
<svg
|
|
||||||
class="inline w-6 h-6 fill-current text-gray-700 hover:text-purple-500 dark:text-gray-200 dark:hover:text-purple-400"
|
|
||||||
xmlns="http://www.w3.org/2000/svg"
|
|
||||||
viewBox="0 0 24 24"
|
|
||||||
fill="currentColor"
|
|
||||||
class="w-6 h-6">
|
|
||||||
<path d="M12 9a3.75 3.75 0 100 7.5A3.75 3.75 0 0012 9z" />
|
|
||||||
<path
|
|
||||||
fill-rule="evenodd"
|
|
||||||
d="M9.344 3.071a49.52 49.52 0 015.312 0c.967.052 1.83.585 2.332 1.39l.821 1.317c.24.383.645.643 1.11.71.386.054.77.113 1.152.177 1.432.239 2.429 1.493 2.429 2.909V18a3 3 0 01-3 3h-15a3 3 0 01-3-3V9.574c0-1.416.997-2.67 2.429-2.909.382-.064.766-.123 1.151-.178a1.56 1.56 0 001.11-.71l.822-1.315a2.942 2.942 0 012.332-1.39zM6.75 12.75a5.25 5.25 0 1110.5 0 5.25 5.25 0 01-10.5 0zm12-1.5a.75.75 0 100-1.5.75.75 0 000 1.5z"
|
|
||||||
clip-rule="evenodd" />
|
|
||||||
</svg>
|
|
||||||
|
|
||||||
</a>
|
|
||||||
{% endif %}
|
|
|
@ -11,7 +11,6 @@ module.exports = class {
|
||||||
|
|
||||||
feed.addSource('atom', 'Blog', 'https://coryd.dev/feed.xml')
|
feed.addSource('atom', 'Blog', 'https://coryd.dev/feed.xml')
|
||||||
feed.addSource('rss', 'Letterboxd', 'https://letterboxd.com/cdme/rss')
|
feed.addSource('rss', 'Letterboxd', 'https://letterboxd.com/cdme/rss')
|
||||||
feed.addSource('rss', 'Glass', 'https://glass.photo/coryd/rss')
|
|
||||||
feed.addSource('rss', 'Oku', 'https://oku.club/rss/collection/NvEmF')
|
feed.addSource('rss', 'Oku', 'https://oku.club/rss/collection/NvEmF')
|
||||||
|
|
||||||
return feed.toRssFeed({
|
return feed.toRssFeed({
|
||||||
|
|
|
@ -69,7 +69,6 @@ Software and services that I use for work and my own enjoyment.
|
||||||
- [Trakt](https://trakt.tv)
|
- [Trakt](https://trakt.tv)
|
||||||
- [Letterboxd](https://letterboxd.com)
|
- [Letterboxd](https://letterboxd.com)
|
||||||
- [Oku](https://oku.club)
|
- [Oku](https://oku.club)
|
||||||
- [Glass](https://glass.photo)
|
|
||||||
- [Matter](https://getmatter.com)
|
- [Matter](https://getmatter.com)
|
||||||
- [Make](https://make.com/en/)
|
- [Make](https://make.com/en/)
|
||||||
|
|
||||||
|
|
Reference in a new issue