Solitude Docs

Site Configuration

Configure Hexo identity and the Solitude site mark.

Hexo owns canonical site metadata. Solitude owns the mark displayed by the theme.

# _config.yml
title: My Blog
subtitle: Notes and projects
author: Your Name
language: en
url: https://example.com

# _config.solitude.yml
site:
  name:
    class: text # text / i_class / img
    custom: My Blog
  icon: /img/pwa/favicon.png

Use i_class with an icon class and img with an image path. Confirm that the icon and any image-based name exist in the generated site. Do not duplicate Hexo's title, author, or url under site.