-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
73 lines (66 loc) · 1.89 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
---
strict: true
docs_dir: !ENV MKDOCS_DOCS_DST
site_dir: !ENV MKDOCS_SITE_DIR
# Inspired by https://github.com/dmotte/misc/blob/main/mkdocs.yml
site_name: KnowledgeBass
site_url: https://violinminds.github.io/knowledgebass/
site_author: violinminds
site_description: Errare humanvm est, perseverare is like breadcrumbs on top of pasta.
repo_name: violinminds/knowledgebass
repo_url: https://github.com/violinminds/knowledgebass
edit_uri: blob/main
theme:
name: material
features:
- content.action.edit
- content.action.view
- content.code.copy
- content.tooltips
- navigation.tabs
- navigation.indexes # Provides same behavior as the "mkdocs-section-index" plugin
- navigation.expand
- navigation.footer
- navigation.top
- search.share
- search.suggest
- search.highlight
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
# favicon: null
icon: { logo: material/music-clef-bass }
plugins:
- minify: { minify_html: true }
- search
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/violinminds
markdown_extensions:
- pymdownx.magiclink
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
auto_title: true
auto_title_map: { Text Only: "" }
linenums: true
anchor_linenums: true
- pymdownx.superfences