-
Notifications
You must be signed in to change notification settings - Fork 9
/
mkdocs.yml
95 lines (89 loc) · 2.49 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
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
site_name: Jupiter Broadcasting - Show Notes
site_url: https://notes.jupiterbroadcasting.com
repo_url: https://github.com/selfhostedshow/show-notes
repo_name: selfhostedshow/show-notes
edit_uri: edit/main/docs/
theme:
name: material
language: en
icon:
repo: fontawesome/brands/github
logo: fontawesome/regular/folder-open
palette:
- media: "(prefers-color-scheme: light)"
scheme: light
primary: light blue
accent: white
toggle:
icon: material/toggle-switch-off-outline
name: Embrace the dark side
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: light blue
accent: white
toggle:
icon: material/toggle-switch
name: Switch to light mode
font:
code: Jet Brains Mono
features:
- navigation.tabs
- navigation.top
- toc.integrate
- search.share
custom_dir: theme
plugins:
- search
markdown_extensions:
- abbr
- admonition # enables coloured blocks mid article
- attr_list # improves image handling
- pymdownx.details # enables collapsible admonitions
- footnotes
- meta # adds support for front matter
- toc:
permalink: true
toc_depth: 4
- pymdownx.highlight: # code highlighting
linenums: true
- pymdownx.tabbed # enables tabs for embedded blocks
- pymdownx.snippets
- pymdownx.superfences # allows for the nesting of code blocks inside other blocks
- pymdownx.keys
copyright: 2021-2024 © Jupiter Broadcasting
extra_css:
- /show-themes.css
extra:
shows:
self-hosted:
fireside_url: https://selfhosted.show
acronym: SSH
coder-radio:
fireside_url: https://coder.show
acronym: CR
linux-action-news:
fireside_url: https://linuxactionnews.com
acronym: LAN
linux-unplugged:
fireside_url: https://linuxunplugged.com
acronym: LUP
jupiter-extras:
fireside_url: https://extras.show
acronym: JE
office-hours:
fireside_url: https://www.officehours.hair
acronym: OFH
use_fireside_json: true
social:
- icon: 'fontawesome/brands/twitter'
link: 'https://twitter.com/jupiterbroadcasting'
name: Twitter
- icon: 'fontawesome/solid/globe'
link: 'https://jupiterbroadcasting.com'
name: Website
- icon: 'fontawesome/brands/telegram'
link: 'https://www.jupiterbroadcasting.com/telegram'
name: Telegram
- icon: 'fontawesome/brands/discord'
link: 'https://selfhosted.show/discord'
name: Self-Hosted Discord