-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
36 lines (31 loc) · 737 Bytes
/
Copy pathmkdocs.yml
File metadata and controls
36 lines (31 loc) · 737 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
site_name: Action System Design
site_url: https://sorenon.github.io/Action-System/
repo_url: https://github.com/Sorenon/Action-System/
theme:
name: 'material'
palette:
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: pink
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to light mode
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
markdown_extensions:
- footnotes
- nl2br
- pymdownx.tilde
- toc:
permalink: true
plugins:
- search
- roamlinks