26 lines
674 B
YAML
26 lines
674 B
YAML
site_name: My Docs
|
|
site_url: https://blog.cattom.site
|
|
site_author: Cat Tom # 作者
|
|
# 代码仓库信息
|
|
repo_name: cattom/blog
|
|
repo_url: http://cattomserver3-1.tail184fc.ts.net:84/cattom/blog.git
|
|
# 版权信息
|
|
copyright: Copyright © 2024 | Cat Tom
|
|
|
|
theme:
|
|
name: material
|
|
logo: https://static.cattom.site/image/icon/40.png
|
|
favicon: https://static.cattom.site/image/icon/favicon-32x32.png
|
|
features:
|
|
- navigation.instant
|
|
- navigation.instant.prefetch
|
|
- navigation.tracking
|
|
- navigation.tabs
|
|
- navigation.tabs.sticky
|
|
- navigation.sections
|
|
- navigation.path
|
|
- navigation.top
|
|
palette:
|
|
primary: blue grey
|
|
accent: light blue
|