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

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

View File

@@ -6,8 +6,9 @@ categories:
tags:
- python
- tools
headerimage: /blog/file-cabinet.jpg
headercredits: Neatly organise your records
headerimage:
src: /blog/file-cabinet.jpg
text: Neatly organise your records
---
I own and manage 30+ domains at [INWX](https://www.inwx.com/), a large and professional domain registrar. Although INWX has a somewhat decent web interface, it became a burden for me to keep an overview of each domain's sometimes dozens of records. Especially when e.g. changing an IP address for more than one domain, it caused multiple error-prone clicks and copy/pastes that couldn't be reverted in the worst case. This is why I created [**INWX DNS Recordmaster**](https://github.com/mxmehl/inwx-dns-recordmaster) which I will shortly present here.