21 lines
No EOL
637 B
JSON
21 lines
No EOL
637 B
JSON
{
|
|
"id": "hello-world",
|
|
"title": "Hello, World",
|
|
"slug": "hello-world",
|
|
"category": "getting-started",
|
|
"tags": [
|
|
"rustelo",
|
|
"example"
|
|
],
|
|
"excerpt": "A starter post showing the blog front-matter schema. Replace this with your own content. Every field below is consumed by the blog list and post pages.",
|
|
"date": "2026-01-01",
|
|
"author": "Your Name",
|
|
"published": true,
|
|
"featured": true,
|
|
"css_class": "category-getting-started",
|
|
"category_description": "Getting started",
|
|
"read_time": "2 min read",
|
|
"sort_order": 1,
|
|
"category_published": true,
|
|
"subtitle": "Your first post in this Rustelo website"
|
|
} |