From 19fb939fec79a052f43a121af33bec7a28db4b60 Mon Sep 17 00:00:00 2001 From: Deeman Date: Thu, 26 Feb 2026 00:23:24 +0100 Subject: [PATCH] refactor: move articles to data/content/articles, marketing to marketing/ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Articles now live at data/content/articles/{slug}.md — this is the path the admin CMS reads from (admin/routes.py:1861) when rebuilding manual articles via the publish pipeline. Marketing assets moved to marketing/ at the project root. All 14 article files (C2–C8 + C4 DE/EN) and 4 marketing files relocated from scratch/ where they never belonged. Co-Authored-By: Claude Sonnet 4.6 --- {scratch => data/content}/articles/padel-business-plan-bank-de.md | 0 .../content}/articles/padel-business-plan-bank-requirements-en.md | 0 {scratch => data/content}/articles/padel-hall-build-guide-en.md | 0 {scratch => data/content}/articles/padel-hall-cost-guide-en.md | 0 .../content}/articles/padel-hall-financing-germany-en.md | 0 .../content}/articles/padel-hall-investment-risks-en.md | 0 .../content}/articles/padel-hall-location-guide-en.md | 0 {scratch => data/content}/articles/padel-halle-bauen-de.md | 0 {scratch => data/content}/articles/padel-halle-finanzierung-de.md | 0 {scratch => data/content}/articles/padel-halle-kosten-de.md | 0 {scratch => data/content}/articles/padel-halle-risiken-de.md | 0 {scratch => data/content}/articles/padel-standort-analyse-de.md | 0 {scratch => data/content}/articles/state-of-padel-q1-2026-de.md | 0 {scratch => data/content}/articles/state-of-padel-q1-2026-en.md | 0 {scratch/marketing => marketing}/founding-member-deal.md | 0 {scratch/marketing => marketing}/linkedin-approach.md | 0 {scratch/marketing => marketing}/linkedin-posts-launch-week.md | 0 {scratch/marketing => marketing}/supplier-outreach-emails.md | 0 18 files changed, 0 insertions(+), 0 deletions(-) rename {scratch => data/content}/articles/padel-business-plan-bank-de.md (100%) rename {scratch => data/content}/articles/padel-business-plan-bank-requirements-en.md (100%) rename {scratch => data/content}/articles/padel-hall-build-guide-en.md (100%) rename {scratch => data/content}/articles/padel-hall-cost-guide-en.md (100%) rename {scratch => data/content}/articles/padel-hall-financing-germany-en.md (100%) rename {scratch => data/content}/articles/padel-hall-investment-risks-en.md (100%) rename {scratch => data/content}/articles/padel-hall-location-guide-en.md (100%) rename {scratch => data/content}/articles/padel-halle-bauen-de.md (100%) rename {scratch => data/content}/articles/padel-halle-finanzierung-de.md (100%) rename {scratch => data/content}/articles/padel-halle-kosten-de.md (100%) rename {scratch => data/content}/articles/padel-halle-risiken-de.md (100%) rename {scratch => data/content}/articles/padel-standort-analyse-de.md (100%) rename {scratch => data/content}/articles/state-of-padel-q1-2026-de.md (100%) rename {scratch => data/content}/articles/state-of-padel-q1-2026-en.md (100%) rename {scratch/marketing => marketing}/founding-member-deal.md (100%) rename {scratch/marketing => marketing}/linkedin-approach.md (100%) rename {scratch/marketing => marketing}/linkedin-posts-launch-week.md (100%) rename {scratch/marketing => marketing}/supplier-outreach-emails.md (100%) diff --git a/scratch/articles/padel-business-plan-bank-de.md b/data/content/articles/padel-business-plan-bank-de.md similarity index 100% rename from scratch/articles/padel-business-plan-bank-de.md rename to data/content/articles/padel-business-plan-bank-de.md diff --git a/scratch/articles/padel-business-plan-bank-requirements-en.md b/data/content/articles/padel-business-plan-bank-requirements-en.md similarity index 100% rename from scratch/articles/padel-business-plan-bank-requirements-en.md rename to data/content/articles/padel-business-plan-bank-requirements-en.md diff --git a/scratch/articles/padel-hall-build-guide-en.md b/data/content/articles/padel-hall-build-guide-en.md similarity index 100% rename from scratch/articles/padel-hall-build-guide-en.md rename to data/content/articles/padel-hall-build-guide-en.md diff --git a/scratch/articles/padel-hall-cost-guide-en.md b/data/content/articles/padel-hall-cost-guide-en.md similarity index 100% rename from scratch/articles/padel-hall-cost-guide-en.md rename to data/content/articles/padel-hall-cost-guide-en.md diff --git a/scratch/articles/padel-hall-financing-germany-en.md b/data/content/articles/padel-hall-financing-germany-en.md similarity index 100% rename from scratch/articles/padel-hall-financing-germany-en.md rename to data/content/articles/padel-hall-financing-germany-en.md diff --git a/scratch/articles/padel-hall-investment-risks-en.md b/data/content/articles/padel-hall-investment-risks-en.md similarity index 100% rename from scratch/articles/padel-hall-investment-risks-en.md rename to data/content/articles/padel-hall-investment-risks-en.md diff --git a/scratch/articles/padel-hall-location-guide-en.md b/data/content/articles/padel-hall-location-guide-en.md similarity index 100% rename from scratch/articles/padel-hall-location-guide-en.md rename to data/content/articles/padel-hall-location-guide-en.md diff --git a/scratch/articles/padel-halle-bauen-de.md b/data/content/articles/padel-halle-bauen-de.md similarity index 100% rename from scratch/articles/padel-halle-bauen-de.md rename to data/content/articles/padel-halle-bauen-de.md diff --git a/scratch/articles/padel-halle-finanzierung-de.md b/data/content/articles/padel-halle-finanzierung-de.md similarity index 100% rename from scratch/articles/padel-halle-finanzierung-de.md rename to data/content/articles/padel-halle-finanzierung-de.md diff --git a/scratch/articles/padel-halle-kosten-de.md b/data/content/articles/padel-halle-kosten-de.md similarity index 100% rename from scratch/articles/padel-halle-kosten-de.md rename to data/content/articles/padel-halle-kosten-de.md diff --git a/scratch/articles/padel-halle-risiken-de.md b/data/content/articles/padel-halle-risiken-de.md similarity index 100% rename from scratch/articles/padel-halle-risiken-de.md rename to data/content/articles/padel-halle-risiken-de.md diff --git a/scratch/articles/padel-standort-analyse-de.md b/data/content/articles/padel-standort-analyse-de.md similarity index 100% rename from scratch/articles/padel-standort-analyse-de.md rename to data/content/articles/padel-standort-analyse-de.md diff --git a/scratch/articles/state-of-padel-q1-2026-de.md b/data/content/articles/state-of-padel-q1-2026-de.md similarity index 100% rename from scratch/articles/state-of-padel-q1-2026-de.md rename to data/content/articles/state-of-padel-q1-2026-de.md diff --git a/scratch/articles/state-of-padel-q1-2026-en.md b/data/content/articles/state-of-padel-q1-2026-en.md similarity index 100% rename from scratch/articles/state-of-padel-q1-2026-en.md rename to data/content/articles/state-of-padel-q1-2026-en.md diff --git a/scratch/marketing/founding-member-deal.md b/marketing/founding-member-deal.md similarity index 100% rename from scratch/marketing/founding-member-deal.md rename to marketing/founding-member-deal.md diff --git a/scratch/marketing/linkedin-approach.md b/marketing/linkedin-approach.md similarity index 100% rename from scratch/marketing/linkedin-approach.md rename to marketing/linkedin-approach.md diff --git a/scratch/marketing/linkedin-posts-launch-week.md b/marketing/linkedin-posts-launch-week.md similarity index 100% rename from scratch/marketing/linkedin-posts-launch-week.md rename to marketing/linkedin-posts-launch-week.md diff --git a/scratch/marketing/supplier-outreach-emails.md b/marketing/supplier-outreach-emails.md similarity index 100% rename from scratch/marketing/supplier-outreach-emails.md rename to marketing/supplier-outreach-emails.md