-
Notifications
You must be signed in to change notification settings - Fork 6
/
mkdocs.yml
78 lines (68 loc) · 1.6 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
74
75
76
77
78
site_name: SKILSTAK.IO
site_url: https://skilstak.io
repo_url: https://github.com/rwxrob/skilstak
edit_uri: blob/main/docs/
repo_name: rwxrob/skilstak
copyright: Copyright © 2013 - 2024 Robert S. Muhlestein
dev_addr: '0.0.0.0:8000'
plugins:
- search
- awesome-pages
- git-revision-date-localized:
type: timeago
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.keys
- pymdownx.smartsymbols
- pymdownx.tilde
- pymdownx.details
- pymdownx.saneheaders
- pymdownx.betterem
- mdx_emdash
- footnotes
- toc:
permalink: "#"
extra:
analytics:
provider: google
property: G-8N0TMNBTTP
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/rwxrob/skilstak
- icon: fontawesome/brands/youtube
link: https://youtube.com/rwxrob
- icon: fontawesome/brands/twitch
link: https://twitch.tv/rwxrob/about
- icon: fontawesome/brands/discord
link: https://discord.gg/mhpPfs69Ev
theme:
name: material
logo: assets/logo.png
features:
- navigation.sections
- navigation.footer
- navigation.instant
# - navigation.expand
- content.action.edit
- content.action.view
- content.code.copy
search:
lang:
- en
- ru
font:
text: Work Sans
palette:
# Palette toggle for light mode
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode