Rework YouTube list again

I'm moving to self-hosting this site and building it from my self-hosted
code repo and CI, which won't have access to my FreeTube subscriptions
when it builds. To get around this, I've moved to a script that will
snapshot my local FreeTube subscriptions to a JSON file. I'll commit this
file, and it can be used in the build on CI.
This commit is contained in:
Devon Campbell 2025-03-03 18:54:31 -05:00
commit fffa8cc1da
4 changed files with 2075 additions and 11 deletions

View file

@ -6,6 +6,7 @@
"scripts": {
"start": "npx @11ty/eleventy --serve",
"createBlogPost": "bash create-blog-post.sh",
"updateYT": "node updateYouTubeSubscriptions.mjs",
"build": "npx @11ty/eleventy",
"deploy": "npx netlify deploy --build",
"deploy:prod": "npx netlify deploy --prod --build",