-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
58 lines (49 loc) · 1.19 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
site_name: smdrr's note
site_url: https://example.com/
repo_url: https://github.com/smdrr11037/my_site
nav:
- Home: index.md
- Ads:
- Part 1: ./ads/ads_part_1.md
- Part 2: ./ads/ads_part_2.md
- CO:
- Part 1: ./CO/CO.md
- oop:
- Basis: ./oop/oop.md
- DataBase:
- Use sql: ./DataBase/DataBase.md
- 备忘: memoire.md
- DailyLife: ./DailyLife/DailyLife.md
- OC: OC/oc.md
theme:
custom_dir: overrides
logo: img/IMG_2840.PNG
favicon: img/favicon.ico
name: 'material'
features:
- navigation.tabs
- navigation.tabs.sticky
- header.autohide
palette:
# Toggle light mode
- scheme: default
primary: cyan
accent: cyan
toggle:
icon: material/toggle-switch
name: Switch to light mode
# Toggle dark mode
- scheme: slate
primary: black
accent: black
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
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: [extra.css]
markdown_extensions:
- toc:
toc_depth: 2