Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
44937c864c
5 changed files with 18 additions and 7 deletions
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1687874593562
|
||||
"timestamp": 1687903387568
|
||||
}
|
11
cache/jsonfeed-to-mastodon.json
vendored
11
cache/jsonfeed-to-mastodon.json
vendored
|
@ -4572,5 +4572,16 @@
|
|||
"https://social.lol/users/cory/statuses/110616549358389834"
|
||||
],
|
||||
"lastTootTimestamp": 1687874593558
|
||||
},
|
||||
"https://oku.club/book/aurora-rising-by-alastair-reynolds-oEjJb": {
|
||||
"id": "https://oku.club/book/aurora-rising-by-alastair-reynolds-oEjJb",
|
||||
"title": "📖: Aurora Rising",
|
||||
"url": "https://oku.club/book/aurora-rising-by-alastair-reynolds-oEjJb",
|
||||
"content_text": "📖: Aurora Rising https://oku.club/book/aurora-rising-by-alastair-reynolds-oEjJb",
|
||||
"date_published": "2023-06-27T20:42:46-08:00",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/110618436404818696"
|
||||
],
|
||||
"lastTootTimestamp": 1687903387564
|
||||
}
|
||||
}
|
|
@ -50,7 +50,7 @@
|
|||
"eslint-plugin-jsx-a11y": "^6.7.1",
|
||||
"husky": "^8.0.3",
|
||||
"ics-to-json-extended": "^1.1.4",
|
||||
"lint-staged": "^13.2.2",
|
||||
"lint-staged": "^13.2.3",
|
||||
"liquidjs": "^10.8.3",
|
||||
"luxon": "^3.3.0",
|
||||
"markdown-it": "^13.0.1",
|
||||
|
|
|
@ -80,7 +80,7 @@ layout: main
|
|||
</h2>
|
||||
<div class="grid grid-cols-2 gap-2 md:grid-cols-4 not-prose">
|
||||
{% for album in music.albums %}
|
||||
<a href="https://rateyourmusic.com/search?searchtype=l&searchterm={{album.name | escape}}" title="{{album.name | escape}}">
|
||||
<a href="https://rateyourmusic.com/search?searchtype=l&searchterm={{album.name | escape}}%20{{ album.artist | escape }}" title="{{album.name | escape}} by {{ album.artist | escape }}">
|
||||
<div class="relative block">
|
||||
<div class="absolute left-0 top-0 h-full w-full rounded-lg border border-purple-600 hover:border-purple-500 bg-cover-gradient dark:border-purple-400 dark:hover:border-purple-500"></div>
|
||||
<div class="absolute left-1 bottom-2 drop-shadow-md">
|
||||
|
|
|
@ -3350,10 +3350,10 @@ linkify-it@^4.0.1:
|
|||
dependencies:
|
||||
uc.micro "^1.0.1"
|
||||
|
||||
lint-staged@^13.2.2:
|
||||
version "13.2.2"
|
||||
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.2.2.tgz#5e711d3139c234f73402177be2f8dd312e6508ca"
|
||||
integrity sha512-71gSwXKy649VrSU09s10uAT0rWCcY3aewhMaHyl2N84oBk4Xs9HgxvUp3AYu+bNsK4NrOYYxvSgg7FyGJ+jGcA==
|
||||
lint-staged@^13.2.3:
|
||||
version "13.2.3"
|
||||
resolved "https://registry.yarnpkg.com/lint-staged/-/lint-staged-13.2.3.tgz#f899aad6c093473467e9c9e316e3c2d8a28f87a7"
|
||||
integrity sha512-zVVEXLuQIhr1Y7R7YAWx4TZLdvuzk7DnmrsTNL0fax6Z3jrpFcas+vKbzxhhvp6TA55m1SQuWkpzI1qbfDZbAg==
|
||||
dependencies:
|
||||
chalk "5.2.0"
|
||||
cli-truncate "^3.1.0"
|
||||
|
|
Reference in a new issue