[ [ 'slug' => 'hello-world', 'title' => 'Hello, World!', 'excerpt' => 'The first post on this blog — a plain sidecar-less page, like every other post here now.', ], [ '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.', ], [ '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.', ], [ '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.", ], ], ];