diff --git a/.env b/.env index 903201a1..be52ab0f 100644 --- a/.env +++ b/.env @@ -1,5 +1,4 @@ -SITE_ID_CLICKY= -SITE_KEY_CLICKY= +API_KEY_PLAUSIBLE= ACCOUNT_ID_PLEX= SUPABASE_URL= SUPABASE_KEY= \ No newline at end of file diff --git a/_redirects b/_redirects index 30dc4813..107024e9 100644 --- a/_redirects +++ b/_redirects @@ -106,6 +106,5 @@ https://cdme.netlify.app https://coryd.dev 301! /media/* https://f001.backblazeb2.com/file/coryd-dev/:splat 200! # 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! +/js/script.js https://plausible.io/js/script.tagged-events.outbound-links.js 200 +/api/event https://plausible.io/api/event 200 \ No newline at end of file diff --git a/config/collections/index.js b/config/collections/index.js index 66156923..640c7013 100644 --- a/config/collections/index.js +++ b/config/collections/index.js @@ -107,10 +107,10 @@ export const popularPosts = (collection) => { return posts .filter((post) => { - if (analytics.find((p) => p.url.includes(post.slug))) return true + if (analytics.find((p) => p.page.includes(post.slug))) return true }) .sort((a, b) => { - const visitors = (page) => analytics.filter((p) => p.url.includes(page.slug)).pop()?.value + const visitors = (page) => analytics.filter((p) => p.page.includes(page.slug)).pop()?.visitors return visitors(b) - visitors(a) }) } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index 2c3a3768..ad002ea1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "coryd.dev", - "version": "18.11.13", + "version": "18.12.13", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "coryd.dev", - "version": "18.11.13", + "version": "18.12.13", "license": "MIT", "dependencies": { "@cdransf/api-text": "^1.4.0", @@ -31,7 +31,7 @@ "markdown-it-footnote": "^4.0.0", "sanitize-html": "^2.13.0", "slugify": "^1.6.6", - "terser": "^5.31.0" + "terser": "^5.31.1" } }, "node_modules/@11ty/dependency-tree": { @@ -532,9 +532,9 @@ "peer": true }, "node_modules/@types/node": { - "version": "20.14.1", - "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.1.tgz", - "integrity": "sha512-T2MzSGEu+ysB/FkWfqmhV3PLyQlowdptmmgD20C6QxsS8Fmv5SjpZ1ayXaEC0S21/h5UJ9iA6W/5vSNU5l00OA==", + "version": "20.14.2", + "resolved": "https://registry.npmjs.org/@types/node/-/node-20.14.2.tgz", + "integrity": "sha512-xyu6WAMVwv6AKFLB+e/7ySZVr/0zLCzOa7rSpq6jNwpqOrUbcACDWC+53d4n2QHOnDou0fbIsg8wZu/sxrnI4Q==", "dev": true, "license": "MIT", "dependencies": { @@ -822,9 +822,9 @@ } }, "node_modules/caniuse-lite": { - "version": "1.0.30001627", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001627.tgz", - "integrity": "sha512-4zgNiB8nTyV/tHhwZrFs88ryjls/lHiqFhrxCW4qSTeuRByBVnPYpDInchOIySWknznucaf31Z4KYqjfbrecVw==", + "version": "1.0.30001629", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001629.tgz", + "integrity": "sha512-c3dl911slnQhmxUIT4HhYzT7wnBK/XYpGnYLOj4nJBaRiw52Ibe7YxlDaAeRECvA786zCuExhxIUJ2K7nHMrBw==", "dev": true, "funding": [ { @@ -1146,9 +1146,9 @@ "license": "MIT" }, "node_modules/electron-to-chromium": { - "version": "1.4.789", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.789.tgz", - "integrity": "sha512-0VbyiaXoT++Fi2vHGo2ThOeS6X3vgRCWrjPeO2FeIAWL6ItiSJ9BqlH8LfCXe3X1IdcG+S0iLoNaxQWhfZoGzQ==", + "version": "1.4.792", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.792.tgz", + "integrity": "sha512-rkg5/N3L+Y844JyfgPUyuKK0Hk0efo3JNxUDKvz3HgP6EmN4rNGhr2D8boLsfTV/hGo7ZGAL8djw+jlg99zQyA==", "dev": true, "license": "ISC" }, @@ -3310,9 +3310,9 @@ } }, "node_modules/terser": { - "version": "5.31.0", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.0.tgz", - "integrity": "sha512-Q1JFAoUKE5IMfI4Z/lkE/E6+SwgzO+x4tq4v1AyBLRj8VSYvRO6A/rQrPg1yud4g0En9EKI1TvFRF2tQFcoUkg==", + "version": "5.31.1", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.31.1.tgz", + "integrity": "sha512-37upzU1+viGvuFtBo9NPufCb9dwM0+l9hMxYyWfBA+fbwrPqNJAhbZ6W47bBFnZHKHTUBnMvi87434qq+qnxOg==", "dev": true, "license": "BSD-2-Clause", "dependencies": { diff --git a/package.json b/package.json index d826f4f3..247819a0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "coryd.dev", - "version": "18.11.13", + "version": "18.12.13", "description": "The source for my personal site. Built using 11ty.", "type": "module", "scripts": { @@ -41,6 +41,6 @@ "markdown-it-footnote": "^4.0.0", "sanitize-html": "^2.13.0", "slugify": "^1.6.6", - "terser": "^5.31.0" + "terser": "^5.31.1" } } diff --git a/src/_data/analytics.js b/src/_data/analytics.js index 44aa80da..0cb1007e 100644 --- a/src/_data/analytics.js +++ b/src/_data/analytics.js @@ -1,15 +1,18 @@ import EleventyFetch from '@11ty/eleventy-fetch' export default async function () { - const SITE_ID_CLICKY = process.env.SITE_ID_CLICKY - const SITE_KEY_CLICKY = process.env.SITE_KEY_CLICKY - const url = `https://api.clicky.com/api/stats/4?site_id=${SITE_ID_CLICKY}&sitekey=${SITE_KEY_CLICKY}&type=pages&output=json` + const API_KEY_PLAUSIBLE = process.env.API_KEY_PLAUSIBLE + const url = + 'https://plausible.io/api/v1/stats/breakdown?site_id=coryd.dev&period=6mo&property=event:page&limit=30' const res = EleventyFetch(url, { duration: '1h', type: 'json', + fetchOptions: { + headers: { + Authorization: `Bearer ${API_KEY_PLAUSIBLE}`, + }, + }, }).catch() - const data = await res - const pages = data[0].dates[0].items - - return pages.filter((p) => p.url.includes('posts')) + const pages = await res + return pages.results.filter((p) => p.page.includes('posts')) } \ No newline at end of file diff --git a/src/_includes/base.liquid b/src/_includes/base.liquid index 70ca6a4c..1d8c46f2 100644 --- a/src/_includes/base.liquid +++ b/src/_includes/base.liquid @@ -76,7 +76,6 @@
Nah, that's a bad request.
-You can download an OPML file containing all of these feeds and import them into your RSS reader.
+You can Download OPML + download an OPML file containing all of these feeds and import them into your RSS reader.
Name | diff --git a/src/pages/secondary/contact/index.md b/src/pages/secondary/contact/index.md index 7b536dc4..3e11ca35 100644 --- a/src/pages/secondary/contact/index.md +++ b/src/pages/secondary/contact/index.md @@ -15,7 +15,7 @@ description: How to contact me.
---|