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:
parent
70a11752bf
commit
fffa8cc1da
4 changed files with 2075 additions and 11 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue