'Designing fast content systems with plain PHP', 'category' => 'Architecture', 'date' => 'May 12, 2026', 'read' => '7 min read', 'description' => 'A practical look at keeping site structure simple while still giving editors polished pages.', 'color' => 'bg-pre-blue', ], [ 'title' => 'Markdown pages that look finished by default', 'category' => 'Content', 'date' => 'May 8, 2026', 'read' => '5 min read', 'description' => 'How automatic prose styling lets documentation and articles ship without custom templates.', 'color' => 'bg-pre-emerald', ], [ 'title' => 'A small Tailwind design system for real websites', 'category' => 'Design', 'date' => 'May 4, 2026', 'read' => '6 min read', 'description' => 'Reusable sections, cards, buttons, and preset colors keep page building consistent.', 'color' => 'bg-pre-amber', ], [ 'title' => 'Dark mode without making every page complicated', 'category' => 'Frontend', 'date' => 'April 28, 2026', 'read' => '4 min read', 'description' => 'Persisted preferences, system fallback, and theme-aware utility classes in one flow.', 'color' => 'bg-pre-rose', ], ]; ?>

Blog list demo

Editorial cards for a modern content index.

This page is a PHP view. It uses an array of posts, loops through the data, and renders a responsive grid without needing a separate component system.

All posts Architecture Content Design
$post): ?>