Skip to content

Rename front matter title to name across all content files#4

Merged
stefan-burke merged 1 commit into
mainfrom
claude/rename-frontmatter-title-XIzjn
May 12, 2026
Merged

Rename front matter title to name across all content files#4
stefan-burke merged 1 commit into
mainfrom
claude/rename-frontmatter-title-XIzjn

Conversation

@stefan-burke
Copy link
Copy Markdown
Member

$(cat <<'EOF'

Summary

  • Renames all title: front matter fields to name: across 71 content files (events, games, news, pages, snippets) to match the updated Chobble Template schema
  • Fixes pre-existing YAML syntax errors in pages/services-writing.md (markdown links breaking YAML parsing, unclosed string, wrong indentation)
  • Migrates name:/title: fields in split-image, split-video, and cta blocks (which don't support those keys) to their correct schema equivalents — headings folded into content: markdown
  • Adds required top-level name: fields to all 19 pages (required by template's item validation for tagged content)

Test plan

  • Build passes: bun run build completes with 125 files written
  • No remaining title: fields in content directories (except meta_title:, subtitle:, and body text)
  • All block schemas satisfied (no unknown key errors from Eleventy)

https://claude.ai/code/session_01HCeW4kRLC7p82m21Fb3uXE
EOF
)


Generated by Claude Code

Renames every `title:` field to `name:` to match the updated Chobble
Template schema which now uses `name` instead of `title` for block
identifiers. Also fixes pre-existing YAML issues in services-writing.md
(markdown links in title values, unclosed strings, bad indentation) and
migrates unsupported `title`/`name` fields in split-* and cta blocks to
their correct schema equivalents (`content:` with markdown headings).
Adds required top-level `name:` fields to all pages and snippets.

https://claude.ai/code/session_01HCeW4kRLC7p82m21Fb3uXE
@stefan-burke stefan-burke merged commit 74d9486 into main May 12, 2026
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants