-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (34 loc) · 779 Bytes
/
mkdocs.yml
File metadata and controls
39 lines (34 loc) · 779 Bytes
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
site_name: Clockor2
repo_url: https://github.com/clockor2/clockor2
theme:
name: "material"
homepage: clockor2.github.io
logo: images/logo.png
favicon: images/favicon.ico
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
icon:
logo: fontawesome/solid/robot
features:
- toc.follow
- content.action.edit
edit_uri: https://github.com/clockor2/docs/edit/main/docs/
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
plugins:
- search
- mkdocs-video:
is_video: True
video_muted: True
video_controls: True
css_style:
width: "100%"