-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
42 lines (41 loc) · 934 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
site_name: DFL-TORO
site_url: https://snt-arg.github.io/dfl-toro/
repo_url: https://github.com/snt-arg/dfl-toro
repo_name: snt-arg/dfl-toro
theme:
features:
- content.code.copy
- search.suggest
- search.highlight
icon:
repo: fontawesome/brands/github
name: material
palette:
# Dark Mode
- scheme: slate
primary: black
accent: teal
toggle:
icon: material/weather-sunny
name: Switch to light mode
# Light Mode
- scheme: default
primary: black
accent: teal
toggle:
icon: material/weather-night
name: Switch to dark mode
markdown_extensions:
- admonition
- abbr
- attr_list
- md_in_html
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.details
- pymdownx.superfences
- pymdownx.blocks.caption
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true