Rebrand project from web4beginners to ikfreunde

This commit is contained in:
2026-03-06 14:05:59 +01:00
parent fd9ea482bf
commit a2bddefb47
65 changed files with 698 additions and 696 deletions

View File

@@ -1,7 +1,7 @@
#!/usr/bin/env bash
set -euo pipefail
INPUT_HTML="${1:-web4beginners.com.html}"
INPUT_HTML="${1:-ikfreunde.com.html}"
OUTPUT_JSON="${2:-content/site-content.de.json}"
mkdir -p "$(dirname "$OUTPUT_JSON")"