-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
97 lines (87 loc) · 2.05 KB
/
mkdocs.yml
File metadata and controls
97 lines (87 loc) · 2.05 KB
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
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
site_name: subDMagic
site_url: https://spaghetmenot.github.io/subdmagic/
theme:
name: material
custom_dir: overrides
font:
text: Ubuntu
code: Red Hat Mono
logo: assets/subDMagicIcon.png
favicon: assets/subDMagicIcon.png
features:
- navigation.tracking
- navigation.indexes
# - navigation.expand
# - navigation.path
# - navigation.prune
- navigation.sections
# - navigation.tabs
# - navigation.top
- toc.follow
palette:
# Dark Mode
- scheme: slate
toggle:
icon: material/weather-sunny
name: Dark mode
primary: black
accent: deep purple
# Light Mode
- scheme: default
toggle:
icon: material/weather-night
name: Light mode
primary: blue
accent: deep orange
markdown_extensions:
- tables
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.keys
- toc:
permalink: true
extra:
# social:
# - icon: simple/bluesky
# link: https://bsky.app/profile/spaghetmenot.bsky.social
# - icon: simple/mastodon
# link: https://mastodon.social/@SpaghetMeNot
# - icon: simple/x
# link: https://x.com/SpaghetMeN0t
# - icon: simple/youtube
# link: https://www.youtube.com/@SpaghetMeNot
generator: false
version:
provider: mike
default: latest
alias: true
plugins:
- search
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: auto
height: auto
zoomable: true
draggable: true
auto_caption: false
caption_position: bottom
background: black
shadow: true
manual: false