diff --git a/_redirects b/_redirects index 8bea4cf2..1e4bff52 100644 --- a/_redirects +++ b/_redirects @@ -34,4 +34,8 @@ /sitemap.txt /sitemap.xml 301! # netlify app domain -https://cdme.netlify.app https://coryd.dev 301! \ No newline at end of file +https://cdme.netlify.app https://coryd.dev 301! + +# analytics +/js/script.js https://plausible.io/js/script.js 200 +/api/event https://plausible.io/api/event 200 \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon-timestamp.json b/cache/jsonfeed-to-mastodon-timestamp.json index b9daa4bb..70bb8b39 100644 --- a/cache/jsonfeed-to-mastodon-timestamp.json +++ b/cache/jsonfeed-to-mastodon-timestamp.json @@ -1,3 +1,3 @@ { - "timestamp": 1687802593944 + "timestamp": 1687874593562 } \ No newline at end of file diff --git a/cache/jsonfeed-to-mastodon.json b/cache/jsonfeed-to-mastodon.json index 66281b48..3da066e3 100644 --- a/cache/jsonfeed-to-mastodon.json +++ b/cache/jsonfeed-to-mastodon.json @@ -4550,5 +4550,27 @@ "https://social.lol/users/cory/statuses/110611358657485068" ], "lastTootTimestamp": 1687795389721 + }, + "https://oku.club/book/the-inner-game-of-work-by-w-timothy-gallwey-MEQgb": { + "id": "https://oku.club/book/the-inner-game-of-work-by-w-timothy-gallwey-MEQgb", + "title": "📖: The Inner Game of Work", + "url": "https://oku.club/book/the-inner-game-of-work-by-w-timothy-gallwey-MEQgb", + "content_text": "📖: The Inner Game of Work https://oku.club/book/the-inner-game-of-work-by-w-timothy-gallwey-MEQgb", + "date_published": "2023-06-27T02:46:05-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110614189597919883" + ], + "lastTootTimestamp": 1687838586449 + }, + "https://letterboxd.com/cdme/film/marathon-man/": { + "id": "https://letterboxd.com/cdme/film/marathon-man/", + "title": "🎥: Marathon Man, 1976 - ★★★½", + "url": "https://letterboxd.com/cdme/film/marathon-man/", + "content_text": "🎥: Marathon Man, 1976 - ★★★½ https://letterboxd.com/cdme/film/marathon-man/", + "date_published": "2023-06-27T12:37:53-08:00", + "toots": [ + "https://social.lol/users/cory/statuses/110616549358389834" + ], + "lastTootTimestamp": 1687874593558 } } \ No newline at end of file diff --git a/src/_includes/base.liquid b/src/_includes/base.liquid index 2b162c63..c965ab59 100644 --- a/src/_includes/base.liquid +++ b/src/_includes/base.liquid @@ -1,5 +1,6 @@ {%- capture fullUrl %}{{ site.url }}{{ page.url }}{% endcapture -%} +