-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
82 lines (74 loc) · 1.95 KB
/
mkdocs.yml
File metadata and controls
82 lines (74 loc) · 1.95 KB
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
76
77
78
79
80
81
82
site_name: My Notes
# Theme
theme:
name: material
palette:
- scheme: default
primary: blue grey
accent: teal
toggle:
icon: material/weather-night
name: 切换至夜间模式
- scheme: slate
primary: indigo
accent: teal
toggle:
icon: material/weather-sunny
name: 切换至日间模式
features:
- navigation.tabs
- navigation.top
- navigation.indexes
- navigation.expand
- search.suggest
- search.highlight
language: zh
icon:
repo: fontawesome/brands/github
repo_url: https://github.com/alwaysmissin/Notes
repo_name: alwaysmissin
plugins:
- search:
lang:
- en
- ja
- tags
# markdown_extensions:
# - pymdownx.arithmatex: # latex支持
# generic: true
# - attr_list
# - toc:
# permalink: true
# - pymdownx.highlight: # 代码块高亮
# linenums: true # 显示行号
# auto_title: true # 显示编程语言名称
# - pymdownx.superfences # 代码块高亮插件
# - meta # 支持Markdown文件上方自定义标题标签等
# extra_javascript:
# # latex支持
# - mkdocs/javascripts/mathjax.js
# - https://polyfill.io/v3/polyfill.min.js?features=es6
# - https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.betterem
- pymdownx.caret
extra:
social:
- icon: fontawesome/brands/bilibili
link: https://space.bilibili.com/21739030?spm_id_from=333.1007.0.0
- icon: fontawesome/brands/github
link: https://github.com/alwaysmissin
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- mkdocs/css/no-footer.css
- mkdocs/css/unordered-list-symbols.css