-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
71 lines (70 loc) · 1.91 KB
/
mkdocs.yml
File metadata and controls
71 lines (70 loc) · 1.91 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
site_name: NeedCoolerShoes Wiki
site_url: https://wiki.needcoolershoes.com
extra_css:
- stylesheets/extra.css
theme:
name: material
custom_dir: overrides
logo: assets/logo.png
favicon: assets/favicon.ico
palette:
# - media: "(prefers-color-scheme: light)"
# scheme: default
# primary: deep orange
# accent: deep purple
# toggle:
# icon: material/lightbulb
# name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
accent: custom
# toggle:
# icon: material/lightbulb-outline
# name: Switch to light mode
features:
- header.autohide
- announce.dismiss
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.footer
- navigation.indexes
- content.code.copy
- content.action.edit
- content.action.view
font:
text: Lato
edit_uri: edit/main/docs/
repo_url: https://github.com/needcoolershoes/wiki
repo_name: needcoolershoes
plugins:
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true
- git-committers:
enabled: true
repository: needcoolershoes/wiki
branch: main
- privacy
- social
copyright: <a href="https://creativecommons.org/licenses/by-sa/4.0/">Licensed under CC BY-SA 4.0<a>
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/needcoolershoes/
- icon: fontawesome/brands/discord
link: https://discord.gg/FEfbZYvQUa
- icon: fontawesome/brands/bluesky
link: https://bsky.app/profile/needcoolershoes.com
- icon: fontawesome/brands/mastodon
link: https://mastodon.social/@needcoolershoes
markdown_extensions:
- admonition
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences