Blog
JSON-driven
Posts come from
assets/config/blog.json. Start empty, then add objects like:[
{
"slug": "hello-world",
"title": "Hello World",
"date": "2025-12-19",
"excerpt": "Short preview…",
"tags": ["update","retro"],
"body": "Your full post text…",
"links": [{"label":"Link","href":"https://example.com"}]
}
]