-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
81 lines (75 loc) · 2.01 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
76
77
78
79
80
81
site_name: Study Harder
site_url: https://study-harder.pages.dev/
site_author: Qin Guan
copyright: Copyright © Qin Guan and contributors <a href="https://github.com/qin-guan/study-harder/blob/main/LICENSE">CC BY-NC-SA 4.0</a>
repo_url: https://github.com/qin-guan/study-harder
repo_name: qin-guan/study-harder
edit_uri: edit/main/docs/
markdown_extensions:
- abbr
- tables
- admonition
- footnotes
- attr_list
- md_in_html
- attr_list
- def_list
- mdx_truly_sane_lists
- pymdownx.details
- pymdownx.superfences
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.critic
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.arithmatex:
generic: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
extra_javascript:
- javascripts/mathjax.js
- javascripts/tablesort.js
- 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
plugins:
- search
- social
- awesome-pages
- glightbox
- git-revision-date-localized:
enable_creation_date: true
enabled: !ENV [CI, false]
theme:
name: material
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep purple
accent: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- content.code.copy
- content.code.annotate
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.sections
- navigation.top
- search.suggest
- search.highlight
- search.share