-
-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
43 lines (43 loc) · 965 Bytes
/
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
site_name: myMPDos Documentation
site_url: https://jcorporation.github.io/myMPDos
theme:
name: material
features:
- navigation.instant
- navigation.tracking
- content.code.copy
logo: assets/mympd-logo.svg
favicon: assets/favicon.ico
palette:
primary: custom
accent: custom
copyright: "© 2020-2024 Jürgen Mang"
extra_css:
- assets/css/mympd.css
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/jcorporation/myMPDos
plugins:
- awesome-pages:
collapse_single_pages: true
- include-markdown
- privacy
- search
markdown_extensions:
- tables
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde