-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
68 lines (60 loc) · 1.32 KB
/
mkdocs.yml
File metadata and controls
68 lines (60 loc) · 1.32 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
site_name: Dan & Angie's Bird Compendium
theme:
name: 'material'
features:
- navigation.tracking
- navigation.tabs
- navigation.top
- toc.integrate
palette:
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: pink
accent: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: pink
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Extensions
markdown_extensions:
- footnotes
- meta
- attr_list
- md_in_html
# - attr_list
# - pymdownx.arithmatex
# - pymdownx.superfences
# - pymdownx.details
# - pymdownx.magiclink
# - pymdownx.tasklist:
# custom_checkbox: true
# - pymdownx.emoji:
# emoji_generator: !!python/name:pymdownx.emoji.to_svg
# - admonition
- toc:
permalink: true
plugins:
- search
- roamlinks
- tags
- glightbox:
touchNavigation: true
loop: false
effect: zoom
width: 100%
height: auto
zoomable: true
draggable: true
extra_css:
- stylesheets/extra.css
- stylesheets/uSwitchSelect.css
extra_javascript:
- javascripts/extra.js