forked from selfhostedshow/wiki
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
41 lines (39 loc) · 1.04 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
site_name: Self-Hosted Show Wiki
site_url: https://wiki.selfhosted.show
repo_url: https://github.com/selfhostedshow/wiki
theme:
name: 'material'
palette:
primary: 'amber'
accent: 'orange'
text: 'Ubuntu'
code: 'Ubuntu Mono'
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://fireside.com'
- icon: 'fontawesome/solid/microphone'
link: 'https://pocketcasts.com'
- 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
- mdx_include:
base_path: docs
plugins:
- search
- minify:
minify_html: true
strict: true