Site Configuration
Configure the site identity, language, links, and shared assets used by Solitude.
Purpose
Site configuration defines the identity that appears across the theme: title, subtitle, author information, language behavior, and shared asset paths.
Minimal example
# _config.yml
title: My Blog
subtitle: Notes and essays
author: Your Name
language: en
url: https://example.com
# _config.solitude.yml
site:
name: My Blog
description: Notes and essays from Your Name
icon: /img/avatar.pngWhat to verify
urlmatches the final deployed domain.- Avatar, logo, and favicon paths are reachable from the generated site.
- The language in Hexo and the theme match your content.
- Public contact links point to stable profiles, not temporary test accounts.
Common fields
Use Hexo root options for canonical site metadata. Use Solitude options for how that information is presented in theme modules.