-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
57 lines (56 loc) · 1.55 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
site_name: dianhsu's wiki
site_url: https://dianhsu.github.io/wiki/
nav:
- Index: index.md
- Math: math/index.md
- String: string/index.md
- Game: game/index.md
- Graph: graph/index.md
- Geometry: geometry/index.md
- Data Structure: data_structure/index.md
- Miscellaneous: miscellaneous/index.md
theme:
name: material
custom_dir: overrides
features:
- navigation.tabs
- content.code.copy
- toc.follow
language: "zh"
markdown_extensions:
- toc:
permalink: true
- pymdownx.highlight:
use_pygments: false
anchor_linenums: true
auto_title: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- markdown.extensions.toc:
slugify:
!!python/object/apply:pymdownx.slugs.slugify { kwds: { case: lower } }
permalink: true
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.details
- tables
- pymdownx.arithmatex:
generic: true
extra_css:
- css/extra.css
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css
extra_javascript:
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js
- javascripts/highlight.js
extra:
search:
language:
- "jp"
- "en"