diff --git a/_redirects b/_redirects index f9df9fe5..867b75b0 100644 --- a/_redirects +++ b/_redirects @@ -71,16 +71,16 @@ /assets/img/feed-icon.png /assets/icons/apple-touch-icon.png 200! # general +/posts/ /posts/0/ 200! +/links/ /links/0/ 200! +/watching/movies-to-watch/ /watching/movies-to-watch/0/ 200! +/watching/shows-to-watch/ /watching/shows-to-watch/0/ 200! +/books/want-to-read/ /books/want-to-read/0/ 200! /articles/ / 301! /tags /search 301! -/posts/0 /posts/ 200! -/links/0 /links/ 200! -/watching/movies-to-watch/0 /watching/movies-to-watch/ 200! -/watching/shows-to-watch/0 /watching/shows-to-watch/ 200! /mastodon https://social.lol/@cory 301! /coffee https://www.buymeacoffee.com/cory 301! /speedlify https://speedlify.coryd.dev 301! -/books/want-to-read/ /books/want-to-read/0/ 200! # netlify app domain https://cdme.netlify.app https://coryd.dev 301! diff --git a/package.json b/package.json index 8c508254..c67294e2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "15.0.0", + "version": "15.0.3", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { diff --git a/src/_data/follow.js b/src/_data/follow.js index c69d3751..759a5771 100644 --- a/src/_data/follow.js +++ b/src/_data/follow.js @@ -3,7 +3,7 @@ export default async function () { const feed = new ActivityFeed() feed.addSource('rss', '📝', 'https://coryd.dev/feeds/posts') - feed.addSource('rss', '🎥', 'https://coryd.dev/feeds/movies') + // feed.addSource('rss', '🎥', 'https://coryd.dev/feeds/movies') feed.addSource('rss', '📖', 'https://coryd.dev/feeds/books') feed.addSource('rss', '🔗', 'https://coryd.dev/feeds/links') feed.addSource('rss', '🎧', 'https://coryd.dev/feeds/weekly-artist-chart') diff --git a/src/_data/movies.js b/src/_data/movies.js index 226c3ea8..abccf80e 100644 --- a/src/_data/movies.js +++ b/src/_data/movies.js @@ -47,6 +47,7 @@ export default async function () { const movie = { title: item['title'], lastWatched: item['last_watched'], + dateAdded: item['last_watched'], year: item['year'], url: `https://www.themoviedb.org/movie/${item['tmdb_id']}`, description: `
${item['title']} (${item['year']})
Watched at: ${DateTime.fromISO(item['last_watched'], { zone: 'utc' }).setZone('America/Los_Angeles').toFormat('MMMM d, yyyy, h:mma')}
`, diff --git a/src/_data/tv.js b/src/_data/tv.js index ed9e1158..f648df95 100644 --- a/src/_data/tv.js +++ b/src/_data/tv.js @@ -81,6 +81,7 @@ export default async function () { tmdbId: showTmdbId, collected, favorite, + dateAdded: lastWatchedAt, lastWatchedAt, episodes: [] } @@ -96,6 +97,7 @@ export default async function () { type: 'tv', image: `https://coryd.dev/media/shows/poster-${showTmdbId}.jpg`, backdrop: `https://coryd.dev/media/shows/backdrops/backdrop-${showTmdbId}.jpg`, + dateAdded: lastWatchedAt, lastWatchedAt }) }) diff --git a/src/pages/watching/favorite-movies.html b/src/pages/watching/favorite-movies.html index 077a1ca1..7d0f83b8 100644 --- a/src/pages/watching/favorite-movies.html +++ b/src/pages/watching/favorite-movies.html @@ -6,4 +6,5 @@ permalink: "/watching/favorite-movies/index.html"{% tablericon "arrow-left" "Go back" %} Go back
These are my favorite movies. There are many like them, but these are mine.
+{% tablericon "arrow-left" "Go back" %} Go back
These are my favorite shows. There are many like them, but these are mine.
+