Troubleshooting
A practical checklist for build, layout, and integration problems.
Build errors
- Run
hexo cleanbefore generating. - Check YAML indentation in
_config.ymland_config.solitude.yml. - Temporarily disable the last feature you enabled.
- Confirm required plugins are installed in the blog project.
Layout problems
- Check whether a custom CSS file overrides theme variables.
- Test with a small number of sidebar and homepage modules.
- Make sure image dimensions are reasonable for the layout.
Integration problems
- Verify provider IDs, domains, and API endpoints.
- Test on the deployed domain when the provider requires domain allowlists.
- Check the browser console and network panel before changing unrelated options.
