-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
executable file
·51 lines (44 loc) · 1.21 KB
/
mkdocs.yml
File metadata and controls
executable file
·51 lines (44 loc) · 1.21 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
repo_url: https://github.com/MurphLu/MurphLu.github.io.git
repo_name: Murph's NoteBook
site_name: Murph's NoteBook
site_url: https://murphlu.github.io/
theme:
name: material
highlightjs: true
assets:
javascript:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/highlight.min.js
stylesheets:
- https://cdnjs.cloudflare.com/ajax/libs/highlight.js/10.7.2/styles/default.min.css
features:
- navigation.tabs
- navigation.tabs.sticky
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: blue grey
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
repo: fontawesome/brands/github
plugins:
- search
# markdown_extensions:
# - pymdownx.highlight:
# use_pygments: true
# linenums: true
extra_javascript:
- javascripts/highlight.min.js
- javascripts/highlightjs-line-numbers.min.js
- javascripts/highlight.js
extra_css:
- javascripts/highlight.min.css