-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathmkdocs.yml
More file actions
107 lines (101 loc) · 2.75 KB
/
Copy pathmkdocs.yml
File metadata and controls
107 lines (101 loc) · 2.75 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
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
site_name: The Bootloader
site_url: https://thebootloader.net
theme:
name: material
custom_dir: overrides
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
favicon:
icon: assets/images/favicon.png
features:
- navigation.tabs
- navigation.instant
- navigation.instant.prefetch
- navigation.tracking
- navigation.sections
- navigation.indexes
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
icon:
logo: fontawesome/solid/microphone
markdown_extensions:
- attr_list
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.superfences
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format:
!!python/name:pymdownx.superfences.fence_code_format # Function to add two numbers
watch:
- overrides
extra:
social:
- icon: fontawesome/solid/microphone
link: https://feeds.captivate.fm/thebootloader/
- icon: fontawesome/solid/rss
link: https://thebootloader.net/feed_rss_created.xml
- icon: simple/youtube
link: https://youtube.com/@thebootloader
- icon: simple/bluesky
link: https://bsky.app/profile/thebootloader.net
- icon: simple/github
link: https://github.com/prcutler/the-bootloader
- icon: /fontawesome/regular/envelope
name: Send an email
link: mailto:paul@paulcutler.org
plugins:
- search
- awesome-nav
- social:
cards_layout: default/accent
cards_layout_options:
background_image: assets/images/boards-background.jpg
background_color: transparent
- rss:
match_path: "episodes/.*"
date_from_meta:
as_creation: date.created
as_update: date.updated
abstract_chars_count: -1
- document-dates:
position: bottom
type: date
date_format: "%Y-%m-%d"
time_format: "%H:%M:%S"
show_author: false
recently-updated: true
- git-authors