From b5cdd73f9569e5e95cd530fdba335f9b1f76a428 Mon Sep 17 00:00:00 2001 From: Kathleen Fitzpatrick <3170201+kfitz@users.noreply.github.com> Date: Sun, 20 Apr 2025 11:41:25 -0400 Subject: [PATCH] =?UTF-8?q?get=20rid=20of=20=E2=80=9Cbuilt=20on=E2=80=9D?= =?UTF-8?q?=20updates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- _cache/webmentions.json | 2 +- _includes/layouts/base.njk | 1 - content/blog/2025-04-20-gitea.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/_cache/webmentions.json b/_cache/webmentions.json index a7c870c..c5f27ca 100644 --- a/_cache/webmentions.json +++ b/_cache/webmentions.json @@ -1,5 +1,5 @@ { - "lastFetched": "2025-04-20T15:18:04.407Z", + "lastFetched": "2025-04-20T15:40:47.300Z", "children": [ { "type": "entry", diff --git a/_includes/layouts/base.njk b/_includes/layouts/base.njk index 54bbac8..e589222 100644 --- a/_includes/layouts/base.njk +++ b/_includes/layouts/base.njk @@ -82,7 +82,6 @@

Built with {{ eleventy.generator }}. All content CC BY 4.0 if you're human.

- diff --git a/content/blog/2025-04-20-gitea.md b/content/blog/2025-04-20-gitea.md index f2efb09..661c299 100644 --- a/content/blog/2025-04-20-gitea.md +++ b/content/blog/2025-04-20-gitea.md @@ -5,7 +5,7 @@ permalink: /gitea/ tags: - tinkering --- -This site is running in 11ty and is built locally and then the live site (which gets built into a folder called \_site) is pushed to my Reclaim Hosting account, where it's served up as kfitz.info. As an intermediate step, I have been pushing the code and content that builds the site to a GitHub repository, and then the \_site folder to another GitHub repository, kfitz-site, mostly for preservation/backup purposes; if something happens to the server or to my local repo, there's another version-controlled pile of code out there from which things can be rebuilt. (Technically, I pull kfitz-site from GitHub to Reclaim. Similarly, presentations.kfitz.info, which runs in revealjs, is built locally, pushed to GitHub, and then pulled to Reclaim.) +This site is running in 11ty and is built locally, after which the live site (which gets built into a folder called \_site) is pushed to my Reclaim Hosting account, where it's served up as kfitz.info. As an intermediate step, I have been pushing the code and content that builds the site to a GitHub repository, and then the \_site folder to another GitHub repository, kfitz-site, mostly for preservation/backup purposes; if something happens to the server or to my local repo, there's another version-controlled pile of code out there from which things can be rebuilt. (Technically, I pull kfitz-site from GitHub to Reclaim. Similarly, presentations.kfitz.info, which runs in revealjs, is built locally, pushed to GitHub, and then pulled to Reclaim.) I've had in my head for a while, though, that GitHub is in and of itself a point of failure, partially because of its ownership structure. On top of which, I haven't been delighted knowing that everything I push there is part of the greater Copilot feeding frenzy.