Skip to content

"Error: Failed to render personal index template" after switching themes for a personal site #19

@bcorey

Description

@bcorey

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions