My personal web site built on Eleventy
https://devon.lol
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. |
||
|---|---|---|
| .forgejo/workflows | ||
| css | ||
| favicon | ||
| fonts | ||
| images | ||
| src | ||
| .eleventy.js | ||
| .gitignore | ||
| .nvmrc | ||
| create-blog-post.sh | ||
| netlify.toml | ||
| package-lock.json | ||
| package.json | ||
| updateYouTubeSubscriptions.mjs | ||