Blog Articles

Add one Markdown file per article.

Use this naming style:

`text short-article-title.md `

Each file should start with editable fields:

`markdown --- title: Example Blog Article slug: example-blog-article date: 2026-06-07 category: Formula 1 Blog content_type: Article excerpt: Short summary shown on article cards. featured_image: /images/articles/example.webp meta_title: SEO title for Google meta_description: SEO description for Google ---

Write the full article here.

Use section headings

Longer articles should use clear headings and short paragraphs. `

Image files should go in:

`text public/images/articles/ `