初始提交:MkDocs 知识库框架
This commit is contained in:
+67
@@ -0,0 +1,67 @@
|
||||
site_name: 我的知识库
|
||||
site_description: 个人知识内容存储 — 摄影、旅行、技术、3D打印
|
||||
site_author: kurihada
|
||||
|
||||
theme:
|
||||
name: material
|
||||
language: zh
|
||||
palette:
|
||||
- media: "(prefers-color-scheme: light)"
|
||||
scheme: default
|
||||
primary: indigo
|
||||
accent: indigo
|
||||
toggle:
|
||||
icon: material/brightness-7
|
||||
name: 切换深色模式
|
||||
- media: "(prefers-color-scheme: dark)"
|
||||
scheme: slate
|
||||
primary: indigo
|
||||
accent: indigo
|
||||
toggle:
|
||||
icon: material/brightness-4
|
||||
name: 切换浅色模式
|
||||
features:
|
||||
- navigation.instant # 即时加载(SPA 体验)
|
||||
- navigation.tracking # 地址栏跟随
|
||||
- navigation.tabs # 顶部标签导航
|
||||
- navigation.indexes # 分类文件夹可作为可点击页面
|
||||
- navigation.top # 回到顶部按钮
|
||||
- search.suggest # 搜索建议
|
||||
- search.highlight # 搜索高亮
|
||||
- content.code.copy # 代码块复制按钮
|
||||
|
||||
markdown_extensions:
|
||||
- admonition # 提示框 !!! note
|
||||
- pymdownx.details # 可折叠块
|
||||
- pymdownx.superfences # 嵌套代码块
|
||||
- pymdownx.highlight # 代码高亮
|
||||
- pymdownx.inlinehilite # 行内高亮
|
||||
- pymdownx.tasklist: # 任务列表
|
||||
custom_checkbox: true
|
||||
- toc:
|
||||
permalink: true # 标题锚点链接
|
||||
- tables # 表格增强
|
||||
- footnotes # 脚注
|
||||
- attr_list # 属性支持
|
||||
|
||||
plugins:
|
||||
- search:
|
||||
lang: zh # 中文搜索优化
|
||||
|
||||
extra:
|
||||
social:
|
||||
- icon: material/camera
|
||||
link: http://localhost:2283 # Immich 入口
|
||||
|
||||
nav:
|
||||
- 首页: index.md
|
||||
- 旅行:
|
||||
- 旅行/index.md
|
||||
- 摄影:
|
||||
- 摄影/index.md
|
||||
- 技术:
|
||||
- 技术/index.md
|
||||
- 3D打印:
|
||||
- 3D打印/index.md
|
||||
- 日记:
|
||||
- 日记/index.md
|
||||
Reference in New Issue
Block a user