-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
51 lines (51 loc) · 1.3 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
site_name: stephanie isan
site_url: https://stephanieisan.com
dev_addr: 127.0.0.1:8001
plugins: []
nav:
- home: index.md
- about: about.md
- publications & honors: publications.md
- contact: contact.md
extra:
generator: false
extra_javascript:
- https://code.jquery.com/jquery-2.2.4.js
- https://code.jquery.com/ui/1.12.1/jquery-ui.js
- scripts/extras.js
extra_css:
- stylesheets/tooltips.css
- stylesheets/contact-form.css
- stylesheets/animations.css
- stylesheets/extras.css
markdown_extensions:
- meta
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- attr_list
- md_in_html
theme:
name: material
logo: assets/hot-sauce.png
favicon: assets/espresso.png
features:
- header.autohide
- navigation.tracking
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: dark)"
scheme: default
primary: custom
accent: custom
toggle:
icon: material/weather-night
name: switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: light)"
scheme: slate
primary: custom
accent: custom
toggle:
icon: material/weather-sunny
name: switch to light mode