[ [ 'slug' => 'hello-world', 'title' => 'Hello, World!', 'excerpt' => 'The first post on this blog — a plain sidecar-less page, like every other post here now.', 'published' => '2026-07-11', ], [ 'slug' => 'second-post', 'title' => 'A Second Post', 'excerpt' => 'A second post at its own URL, showing that adding a new page under App/pages/blog/ needs nothing but a new directory.', 'published' => '2026-07-11', ], [ 'slug' => 'twig-syntax-guide', 'title' => 'Twig Syntax Guide', 'excerpt' => 'A tour of the Twig syntax used throughout this site — output, filters, control structures, template inheritance, and a few gotchas worth knowing.', 'published' => '2026-07-13', ], [ 'slug' => 'style-guide', 'title' => 'Style Guide', 'excerpt' => "A showcase of this theme's default styling for headings, lists, tables, code, and other common HTML elements.", 'published' => '2026-07-13', ], [ 'slug' => 'code-highlighting', 'title' => 'Code Highlighting', 'excerpt' => 'How syntax highlighting works on this site, with worked examples in bash, HTML, CSS, YAML, Python, JavaScript, JSON, and INI/env.', 'published' => '2026-07-14', ], ], ];