First Run
Start the local Hexo server and confirm Solitude is loaded correctly.
Start the preview server
Run Hexo locally from the blog root:
hexo clean
hexo generate
hexo serverOpen the local address printed by Hexo, usually http://localhost:4000.
Confirm the theme is active
Check these items first:
- The homepage uses Solitude's layout instead of Hexo's default theme.
- Static assets load without 404 errors.
- The browser console does not show missing configuration errors.
_config.ymlcontainstheme: solitude._config.solitude.ymlexists in the blog root.
Where to edit next
After the first successful preview, make changes in this order:
- Configure site identity in Site Configuration.
- Adjust menus and homepage modules in Navigation and Homepage.
- Set article defaults in Posts.
- Add search or comments only after the base site is stable.
Once the local preview works, keep changes small and refresh frequently. It is much easier to identify the option that caused a problem.