Merge branch 'main' of github.com:cdransf/coryd.dev

This commit is contained in:
Cory Dransfeldt 2024-05-03 09:33:17 -07:00
commit 83b24ebe60
No known key found for this signature in database
5 changed files with 1274 additions and 1235 deletions

View file

@ -72,6 +72,8 @@
# general
/articles/ / 301!
/tags /search 301!
/posts/0 /posts/ 200!
/links/0 /links/ 200!
/mastodon https://social.lol/@cory 301!
/coffee https://www.buymeacoffee.com/cory 301!
/speedlify https://speedlify.coryd.dev 301!
@ -101,4 +103,4 @@ https://cdme.netlify.app https://coryd.dev 301!
# analytics
/23af0256fe76a.js http://static.getclicky.com/js?in=/2842c5ddc46e5 200!
/2842c5ddc46e5 https://in.getclicky.com/in.php 200!
/7afb285ad050d http://in.getclicky.com/101449513ns.gif 200!
/7afb285ad050d http://in.getclicky.com/101449513ns.gif 200!

View file

@ -1,3 +1,3 @@
{
"timestamp": 1714695183134
"timestamp": 1714752218137
}

View file

@ -13092,5 +13092,16 @@
"https://social.lol/users/cory/statuses/112372338946343321"
],
"lastTootTimestamp": 1714665816483
},
"https://openlibrary.org/isbn/9781642501148": {
"id": "aHR0cHM6Ly9vcGVubGlicmFyeS5vcmcvaXNibi85NzgxNjQyNTAxMTQ4",
"title": "📖: From the Basement",
"url": "https://openlibrary.org/isbn/9781642501148",
"content_text": "📖: From the Basement #Books #NowReading #Music #NonFiction https://openlibrary.org/isbn/9781642501148",
"date_published": "Fri, 03 May 2024 00:00:00 GMT",
"toots": [
"https://social.lol/users/cory/statuses/112378001364153552"
],
"lastTootTimestamp": 1714752218129
}
}

File diff suppressed because it is too large Load diff

View file

@ -15,7 +15,7 @@
<select-pagination>
<select aria-label="Page selection">
{% for pageEntry in pagination.pages %}
<option value="{{ forloop.index | minus: 1 }}">{{ forloop.index }} of {{ pagination.links.size }}</option>
<option value="{{ forloop.index }}">{{ forloop.index }} of {{ pagination.links.size }}</option>
{% endfor %}
</select>
<noscript>
@ -36,4 +36,4 @@
{% tablericon "arrow-right" "Next" %}
</span>
{% endif %}
</nav>
</nav>