feat: add hard-coded mastodon toot url for comments to speed up
All checks were successful
Website build and deploy / build (push) Successful in 1m6s

This commit is contained in:
2026-02-24 12:03:49 +01:00
parent 089f274470
commit a36e021a62
7 changed files with 7 additions and 4 deletions

View File

@@ -10,6 +10,7 @@ tags:
headerimage:
src: /blog/git-sed.png
text: Replacing content in thousands of files? No problem!
mastodon_toot_url: "https://mastodon.social/@mxmehl/104590750280074999"
---
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?