Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
c55c38024d
5 changed files with 18 additions and 6 deletions
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1703556634842
|
||||
"timestamp": 1703628181542
|
||||
}
|
11
cache/jsonfeed-to-mastodon.json
vendored
11
cache/jsonfeed-to-mastodon.json
vendored
|
@ -8244,5 +8244,16 @@
|
|||
"https://social.lol/users/cory/statuses/111644287617733599"
|
||||
],
|
||||
"lastTootTimestamp": 1703556634838
|
||||
},
|
||||
"https://trakt.tv/movies/chasing-amy-1997": {
|
||||
"id": "aHR0cHM6Ly90cmFrdC50di9tb3ZpZXMvY2hhc2luZy1hbXktMTk5Nw==",
|
||||
"title": "🎥: Chasing Amy",
|
||||
"url": "https://trakt.tv/movies/chasing-amy-1997",
|
||||
"content_text": "🎥: Chasing Amy #Movies #Watching #Trakt https://trakt.tv/movies/chasing-amy-1997",
|
||||
"date_published": "Tue, 26 Dec 2023 18:41:54 +0000",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/111648976499723320"
|
||||
],
|
||||
"lastTootTimestamp": 1703628181538
|
||||
}
|
||||
}
|
8
package-lock.json
generated
8
package-lock.json
generated
|
@ -23,7 +23,7 @@
|
|||
"autoprefixer": "^10.4.16",
|
||||
"child_process": "^1.0.2",
|
||||
"clean-css": "^5.3.3",
|
||||
"dotenv-flow": "^4.0.1",
|
||||
"dotenv-flow": "^4.1.0",
|
||||
"eleventy-plugin-tabler-icons": "^2.2.0",
|
||||
"eleventy-plugin-unfurl": "^1.0.0",
|
||||
"eleventy-plugin-youtube-embed": "^1.9.1",
|
||||
|
@ -2269,9 +2269,9 @@
|
|||
}
|
||||
},
|
||||
"node_modules/dotenv-flow": {
|
||||
"version": "4.0.1",
|
||||
"resolved": "https://registry.npmjs.org/dotenv-flow/-/dotenv-flow-4.0.1.tgz",
|
||||
"integrity": "sha512-HuCQ487bSA43mtlxdWpyk5jt5Lljy+v1I8y/2l96gtjSve9p3OvJZCCOhQnz2hY4VhLogFfXpY20zBygMwaydA==",
|
||||
"version": "4.1.0",
|
||||
"resolved": "https://registry.npmjs.org/dotenv-flow/-/dotenv-flow-4.1.0.tgz",
|
||||
"integrity": "sha512-0cwP9jpQBQfyHwvE0cRhraZMkdV45TQedA8AAUZMsFzvmLcQyc1HPv+oX0OOYwLFjIlvgVepQ+WuQHbqDaHJZg==",
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"dotenv": "^16.0.0"
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
"autoprefixer": "^10.4.16",
|
||||
"child_process": "^1.0.2",
|
||||
"clean-css": "^5.3.3",
|
||||
"dotenv-flow": "^4.0.1",
|
||||
"dotenv-flow": "^4.1.0",
|
||||
"eleventy-plugin-tabler-icons": "^2.2.0",
|
||||
"eleventy-plugin-unfurl": "^1.0.0",
|
||||
"eleventy-plugin-youtube-embed": "^1.9.1",
|
||||
|
|
|
@ -20,5 +20,6 @@ export default {
|
|||
'pigment vehicle': 'c421f86c-991c-4b2d-9058-516375903deb',
|
||||
'phoebe bridgers': '96855c21-b832-4366-ba12-0d2330c36a86',
|
||||
'regional justice center': '64ad5550-e93f-4add-80c3-e6b651f4f250',
|
||||
'rush': '534ee493-bfac-4575-a44a-0ae41e2c3fe4',
|
||||
worm: '6313658e-cd68-4c81-9778-17ce3825748e',
|
||||
}
|
||||
|
|
Reference in a new issue