-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
74 lines (69 loc) · 1.76 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
site_name: michaeljoseph
site_url: http://michaeljoseph.github.io
site_author: Michael Joseph
site_description: michaeljoseph as a website
extra:
hack_style: solarized_dark
theme:
name: material
logo: media/avataaar.png
font:
text: Fira Mono
code: Fira Code
features:
- navigation.instant
palette:
- scheme: slate
primary: pink
toggle:
icon: material/fingerprint
name: pink-mode
- scheme: slate
primary: light blue
toggle:
icon: fontawesome/solid/robot
name: light-blue-mode
- scheme: slate
primary: purple
toggle:
icon: material/eye-outline
name: purple-mode
- scheme: slate
primary: teal
toggle:
icon: material/eye
name: teal-mode
nav:
- 🤓🤖 Resume: resume.md
- 🗣🎙 Talks: talks.md
plugins:
- search
- git-revision-date
- macros
markdown_extensions:
- abbr:
- attr_list:
- codehilite:
- meta:
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.details:
- pymdownx.highlight:
css_class: codehilite
- pymdownx.magiclink:
- pymdownx.snippets:
base_path: docs/_snippets
check_paths: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.tabbed:
- toc:
permalink: ⚓️
extra_css:
- https://cdnjs.cloudflare.com/ajax/libs/mermaid/7.0.9/mermaid.neutral.css
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mermaid/7.0.9/mermaid.min.js