website-htmx-rustelo-code/site/r/blog/en/getting-started/hello-world.json

21 lines
637 B
JSON
Raw Permalink Normal View History

2026-07-10 03:44:13 +01:00
{
"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"
}