-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
44 lines (39 loc) · 1.12 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
site_name: Jam Docs
copyright: Except where otherwise noted, content on this site is licensed under the GNU FDL.
repo_url: https://github.com/joinmarket-webui/jamdocs
repo_name: joinmarket-webui/jamdocs
theme:
name: material
logo: assets/logo.png
icon:
repo: fontawesome/brands/github
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: deep orange
accent: deep orange
toggle:
icon: material/weather-sunny
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: deep orange
accent: deep orange
toggle:
icon: material/weather-night
name: Switch to light mode
markdown_extensions:
- admonition
- attr_list
- footnotes
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
extra_javascript:
- https://kit.fontawesome.com/090ca49637.js
- js/external-links.js
extra_css:
- css/external-links.css
- css/blockquote-cite.css