forked from selfhostedshow/wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
56 lines (53 loc) · 1.39 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
site_name: Self-Hosted Show Wiki
site_url: https://wiki.selfhosted.show
repo_url: https://github.com/selfhostedshow/wiki
theme:
name: 'material'
font:
text: 'Ubuntu'
code: 'Ubuntu Mono'
logo: assets/logo.png
palette:
- media: "(prefers-color-scheme: light)"
scheme: light
primary: 'amber'
accent: 'orange'
toggle:
icon: material/toggle-switch-off-outline
name: Embrace the dark side
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: 'deep orange'
accent: 'amber'
toggle:
icon: material/toggle-switch
name: Switch to light mode
extra:
social:
- icon: 'fontawesome/brands/github'
link: 'https://github.com/selfhostedshow'
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/selfhostedshow'
- icon: 'fontawesome/solid/fire'
link: 'https://selfhosted.show/'
- icon: 'fontawesome/solid/graduation-cap'
link: 'https://linuxacademy.com'
- icon: 'fontawesome/brands/linux'
link: 'https://jupiterbroadcasting.com'
- icon: 'fontawesome/brands/discord'
link: 'https://discord.gg/n49fgkp'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- toc:
permalink: true
- footnotes
- mdx_include:
base_path: docs
plugins:
- search
- minify:
minify_html: true
extra_css:
- stylesheets/extra.css