-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
95 lines (86 loc) · 2.13 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
site_name: macOS-setup
site_url: https://eshwen.github.io/macOS-setup/
repo_url: https://github.com/eshwen/macOS-setup
repo_name: eshwen/macOS-setup
edit_uri: blob/main/docs/
extra:
version:
provider: mike
nav:
- Home:
- Homepage: index.md
- See Also: see-also.md
- Getting Started:
- getting_started/getting-started.md
- Programs:
- programs/programs.md
- Homebrew: programs/homebrew.md
- CLI: programs/cli.md
- Python: programs/python.md
- IDEs: programs/ides.md
- LaTeX: programs/latex.md
- Mac Utilities:
- mac_utilities/mac-utilities.md
plugins:
- search:
lang: en
- autorefs
- section-index
- mike:
alias_type: symlink
canonical_version: latest
theme:
name: material
features:
- navigation.tabs
- navigation.tracking
- navigation.sections
- content.code.copy
- content.code.annotate
palette:
# Palette toggle for automatic mode
- media: "(prefers-color-scheme)"
primary: light blue
accent: orange
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light blue
accent: orange
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
accent: orange
toggle:
icon: material/brightness-4
name: Switch to light mode
extra_css:
- css/code_select.css
markdown_extensions:
- toc:
permalink: ⚓︎
- attr_list
- md_in_html
- tables
- pymdownx.magiclink
- pymdownx.snippets:
check_paths: true
- pymdownx.highlight:
anchor_linenums: true
linenums: true
linenums_style: pymdownx-inline
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.details
- admonition