-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
56 lines (51 loc) · 1.06 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
site_name: "TTRPG Mate"
site_url: ""
use_directory_urls: true
repo_url: "https://github.com/Cellophan/ttrpg-mate"
edit_uri: "edit/main/docs/"
strict: true
theme:
name: material
features:
- content.action.edit
- content.action.view
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: 'indigo'
accent: 'indigo'
font: false
toggle:
icon: material/weather-night
name: Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: 'amber'
accent: 'amber'
font: false
toggle:
icon: material/weather-sunny
name: Light mode
icon:
logo: material/exit-run
extra_javascript:
- js/randomtable.js
markdown_extensions:
- admonition
- toc:
permalink: "🔗"
- def_list
- pymdownx.details
- pymdownx.tabbed
- pymdownx.tasklist:
custom_checkbox: false
clickable_checkbox: true
- pymdownx.tilde:
delete: true
- pymdownx.progressbar
- attr_list
- footnotes
plugins:
- macros
- search:
lang: fr