feat: add favicon and logo to documentation

- Introduce favicon.ico for site branding
- Add logo.png for improved visual identity
- Update mkdocs.yml to reference new assets

These changes enhance the visual appeal of the documentation site by
incorporating a logo and favicon, providing a more professional
appearance.
This commit is contained in:
songtianlun 2025-04-24 11:04:35 +08:00
parent c73c54f69a
commit 4b02a4a0fd
3 changed files with 2 additions and 0 deletions

BIN
docs/assets/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.2 KiB

BIN
docs/assets/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 251 KiB

View File

@ -4,6 +4,8 @@ site_url: https://selfhost-hub.com
theme:
name: material
language: zh
logo: assets/logo.png
favicon: assets/favicon.ico
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"