Nog geen blogposts.
// web-app/lang/en/blogposts/hello-world.php return [ 'slug' => 'hello-world', 'title' => 'Hello World', 'date' => '2026-02-06', 'excerpt' => 'This is the first blog post on the website.', 'cover' => '/images/hero-bg.jpg', // optional; reuse an existing image if you want 'content_html' => '
Welcome to the blog.
This site uses file-based posts (PHP arrays), consistent with the current codebase.
You can add more posts by dropping more files into lang/en/blogposts/.
Nog geen blogposts.