feat: support leaf bundles for blog posts, refactor header images

This commit is contained in:
2026-02-12 21:39:21 +01:00
parent 92d46d74bf
commit a213480cd8
16 changed files with 60 additions and 30 deletions

View File

@@ -7,8 +7,9 @@ tags:
- tools
- bash
- fsfe
headerimage: /blog/git-sed.png
headercredits: Replacing content in thousands of files? No problem!
headerimage:
src: /blog/git-sed.png
text: Replacing content in thousands of files? No problem!
---
In the recent weeks and months, the [FSFE Web Team](https://fsfe.org/contribute/web/) has been doing some heavy work on the [FSFE website](https://fsfe.org). We moved and replaced thousands of files and their respective links to improve the structure of a historically grown website (19+ years, 23243 files, almost 39k commits). But how to do that most efficiently in a version controlled system like Git?