Merge branch 'main' of github.com:cdransf/coryd.dev
This commit is contained in:
commit
5e5ac3f626
3 changed files with 24 additions and 2 deletions
|
@ -12,10 +12,10 @@ This is the code for my personal website and portfolio. Built using [11ty](https
|
|||
|
||||
## My latest posts
|
||||
<!-- BLOGPOSTS:START -->
|
||||
- [I don't want streaming music, I just want to stream my music](https://coryd.dev/posts/2023/i-dont-want-streaming-music/)
|
||||
- [Another Eleventy content syndication path](https://coryd.dev/posts/2023/another-eleventy-content-syndication-path/)
|
||||
- [Lazy select-based pagination in Eleventy](https://coryd.dev/posts/2023/lazy-select-based-pagination-eleventy/)
|
||||
- [Automate and syndicate content from Eleventy to Mastodon](https://coryd.dev/posts/2023/automate-syndicate-content-mastodon-eleventy/)
|
||||
- [.env files in Eleventy](https://coryd.dev/posts/2023/env-files-eleventy/)
|
||||
- [Scheduled Eleventy builds on Vercel with cron-triggered GitHub actions](https://coryd.dev/posts/2023/scheduled-eleventy-builds-cron-github-actions/)
|
||||
<!-- BLOGPOSTS:END -->
|
||||
|
||||
|
|
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
2
cache/jsonfeed-to-mastodon-timestamp.json
vendored
|
@ -1,3 +1,3 @@
|
|||
{
|
||||
"timestamp": 1680616998243
|
||||
"timestamp": 1680747342817
|
||||
}
|
22
cache/jsonfeed-to-mastodon.json
vendored
22
cache/jsonfeed-to-mastodon.json
vendored
|
@ -2683,5 +2683,27 @@
|
|||
"https://social.lol/users/cory/statuses/110140915590839847"
|
||||
],
|
||||
"lastTootTimestamp": 1680616998241
|
||||
},
|
||||
"https://coryd.dev/posts/2023/i-dont-want-streaming-music/": {
|
||||
"id": "https://coryd.dev/posts/2023/i-dont-want-streaming-music/",
|
||||
"title": "Blog: I don't want streaming music, I just want to stream my music",
|
||||
"url": "https://coryd.dev/posts/2023/i-dont-want-streaming-music/",
|
||||
"content_text": "Blog: I don't want streaming music, I just want to stream my music https://coryd.dev/posts/2023/i-dont-want-streaming-music/",
|
||||
"date_published": "2023-04-05T00:00:00-08:00",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/110148963390717348"
|
||||
],
|
||||
"lastTootTimestamp": 1680739797986
|
||||
},
|
||||
"https://letterboxd.com/cdme/film/argo/": {
|
||||
"id": "https://letterboxd.com/cdme/film/argo/",
|
||||
"title": "Letterboxd: Argo, 2012 - ★★★★",
|
||||
"url": "https://letterboxd.com/cdme/film/argo/",
|
||||
"content_text": "Letterboxd: Argo, 2012 - ★★★★ https://letterboxd.com/cdme/film/argo/",
|
||||
"date_published": "2023-04-05T23:15:29-08:00",
|
||||
"toots": [
|
||||
"https://social.lol/users/cory/statuses/110149457853141404"
|
||||
],
|
||||
"lastTootTimestamp": 1680747342814
|
||||
}
|
||||
}
|
Reference in a new issue