-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
76 lines (68 loc) · 1.92 KB
/
mkdocs.yml
File metadata and controls
76 lines (68 loc) · 1.92 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
# [信息]
site_name: 学习笔记 # 左上角标题
site_url: https://YMnRb.github.io/StudyNotes
# [导航结构]
nav:
- 主页:
- 导引: index.md
- 关于: about-zh-cn.md
# [主题]
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep purple
accent: purple
toggle:
icon: octicons/sun-16
name: 切换至黑暗主题
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: purple
toggle:
icon: octicons/moon-16
name: 切换至明亮主题
# font: false
language: zh # https://squidfunk.github.io/mkdocs-material/setup/changing-the-language/#site-language
icon:
logo: material/book
features:
- navigation.tabs
- navigation.tabs.sticky
# - navigation.path # Insiders only
- navigation.indexes
- content.code.copy
# - content.footnote.tooltips # Insiders only
copyright:
<a href="about-zh-cn" target="_blank">About this website</a> <br />
<span class="real-copyright" style="color:#999999;">Copyright © 2025 YMnRb</span>
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.betterem
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- footnotes
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/YMnRb
name: YMnRb on GitHub
- icon: octicons/mail-16
link: mailto:yuanjy_2022@163.com
name: E-mail YMnRb at yuanjy_2022@163.com
extra_javascript:
# 在项目中使用 MathJax
# https://squidfunk.github.io/mkdocs-material/reference/math/?h=math+jax#mathjax
- _config/javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
extra_css:
- _config/stylesheets/fonts.css
- _config/stylesheets/extra.css