generated from mmdjiji/mkdocs-template
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathmkdocs.yml
75 lines (75 loc) · 2.22 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
site_name: 孙子兵法
theme:
name: material
logo: assets/favicon.png
favicon: assets/favicon.png
icon:
repo: fontawesome/brands/github
palette:
- primary: white
accent: light blue
toggle:
icon: material/lightbulb-off-outline
name: Switch to dark mode
- primary: black
accent: light blue
scheme: slate
toggle:
icon: material/lightbulb
name: Switch to light mode
features:
- header.autohide
# - navigation.instant
# - navigation.expand
# - navigation.sections
- navigation.tracking
# - navigation.tabs
# - navigation.tabs.sticky
- navigation.top
# - navigation.indexes
- search.highlight
- search.share
- search.suggest
# - toc.integrate
- content.code.annotate
edit_uri: edit/main/docs/
repo_url: https://github.com/mmdjiji/szbf
repo_name: mmdjiji/szbf
markdown_extensions:
- admonition # 提示块
- footnotes # 脚注
- meta # 定义元数据,通过文章上下文控制,如disqus
- pymdownx.caret # 下划线上标
- pymdownx.tilde # 删除线下标
- pymdownx.critic # 增加删除修改高亮注释,可修饰行内或段落
- pymdownx.details # 提示块可折叠
- pymdownx.inlinehilite # 行内代码高亮
- pymdownx.mark # 文本高亮
- pymdownx.smartsymbols # 符号转换
- pymdownx.superfences # 代码嵌套在列表里
- codehilite: # 代码高亮,显示行号
guess_lang: true
linenums: true
- toc: # 锚点
permalink: true
- pymdownx.arithmatex # 数学公式
- pymdownx.betterem: # 对加粗和斜体更好的检测
smart_enable: all
- pymdownx.magiclink # 自动识别超链接
- pymdownx.tasklist: # 复选框checklist
custom_checkbox: true
nav:
- 简介: index.md
- 始计篇: 01.sjp.md
- 作战篇: 02.zzp.md
- 谋攻篇: 03.mgp.md
- 军形篇: 04.jxp.md
- 兵势篇: 05.bsp.md
- 虚实篇: 06.xsp.md
- 军争篇: 07.jzp.md
- 九变篇: 08.jbp.md
- 行军篇: 09.xjp.md
- 地形篇: 10.dxp.md
- 九地篇: 11.jdp.md
- 火攻篇: 12.hgp.md
- 用间篇: 13.yjp.md