-
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) · 735 Bytes
/
mkdocs.yml
File metadata and controls
36 lines (31 loc) · 735 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: "verdict-hasher"
repo_url: https://github.com/Cyncrovee/verdict-hasher
repo_name: GitHub
theme:
name: "material"
features:
- navigation.tabs
icon:
repo: fontawesome/brands/github
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/Cyncrovee/verdict-hasher
name: "Star"
stars: true
plugins:
- mkdocstrings
- markdown-exec:
pretty_print: true
# SuperFences must still be enabled!
markdown_extensions:
- pymdownx.superfences