PROBLEM
Serving a personal site (not a blog) fails after switching to theme 'minimal-retro'. This differs from #15 because the site is a personal project, not a blog.
STEPS
$ blogr init --personal my_blogr_project
$ cd my_blogr_project
$ blogr serve
$ crtl-c
$ blogr theme list
$ blogr theme set minimal-retro
ℹ️ Setting theme: minimal-retro
✅ Theme set to: minimal-retro
🎨 Theme changed successfully
📝 Configuration updated in blogr.toml
🔄 Run 'blogr build' or 'blogr serve' to see changes
💡 Use 'blogr theme info minimal-retro' to see available configuration options
$ blogr serve
ℹ️ Starting development server on 127.0.0.1:3000
ℹ️ Building site...
🚀 Building site with theme 'minimal-retro'
Error: Failed to render personal index template: Failed to render 'index.html'
bcorey@Benjamins-Laptop my_blogr_page %
EXPECTED
App should serve successfully.
ENV
rustc 1.90.0 (1159e78c4 2025-09-14)
macos 26.0 Tahoe
blogr 0.4.1