-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
50 lines (37 loc) · 960 Bytes
/
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
site_name: SinkingYachts
site_url: https://sinking.yachts/
docs_dir: src
markdown_extensions:
- meta
- admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
plugins:
- search
- awesome-pages:
filename: .pages.yml
theme:
name: material
favicon: assets/img/yacht.jpg
icon:
logo: material/sail-boat
features:
- navigation.indexes
# how to display sections - bold or collapsible?
# - navigation.expand
# - navigation.sections
# tabs at top of page - add later?
- navigation.tabs
- navigation.tabs.sticky
palette:
- scheme: slate
primary: blue
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode