RustyCMS: File-based headless CMS with REST API, admin UI, multilingual support

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
Peter Meier
2026-02-16 09:30:30 +01:00
commit aad93d145f
224 changed files with 19225 additions and 0 deletions

View File

@@ -0,0 +1,44 @@
{
// ── Testseite: jede Komponente eingebunden (Referenz) ───
_slug: "komponenten-referenz",
slug: "komponenten-referenz",
name: "Komponenten-Referenz",
linkName: "Komponenten",
icon: "grid",
headline: "Komponenten-Referenz",
subheadline: "Alle Komponenten auf einer Seite zum Testen und als Referenz",
// Fullwidth-Banner (oben)
topFullwidthBanner: "hero",
// ── SEO ───────────────────────────────────────────────
seoTitle: "Komponenten-Referenz RustyCMS",
seoMetaRobots: "index, follow",
seoDescription: "Übersicht aller Komponenten: Banner, Headline, List, Link-Liste, Markdown, Iframe, Bild, YouTube, Quote, HTML, Galerie, SearchableText.",
// ── Row 1: Markdown-Komponenten ──────────────────────
row1JustifyContent: "center",
row1AlignItems: "stretch",
row1Content: [
"komponenten-referenz-intro",
"headline-referenz",
"intro",
"kontakt-text",
"list-referenz",
"link-list-referenz",
],
// ── Row 2: Iframe + Bild + YouTube ─────────────────────
row2JustifyContent: "start",
row2AlignItems: "stretch",
row2Content: [
"iframe-referenz",
"image-referenz",
"youtube-referenz",
"quote-referenz",
"html-referenz",
],
// ── Row 3: Bildgalerie + SearchableText ─────────────────
row3JustifyContent: "start",
row3AlignItems: "stretch",
row3Content: [
"gallery-referenz",
"search-referenz",
],
}