-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
199 lines (191 loc) · 6.85 KB
/
Copy pathmkdocs.yml
File metadata and controls
199 lines (191 loc) · 6.85 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
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: News from Loop and Learn
theme:
name: material
language: en
features:
- navigation.footer
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.top
- search.suggest
- search.highlight
- content.code.annotate
- content.tooltips
logo: lnl-newsletter-logo.png
favicon: lnl-newsletter-logo.png
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
# repo_url: https://github.com/LoopKit/Loop
extra_css:
- stylesheets/extra.css
- stylesheets/primary-color.css
markdown_extensions:
- meta
- abbr
- admonition
- attr_list
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.highlight
- pymdownx.mark
- pymdownx.tilde
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.superfences:
# make exceptions to highlighting of code:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.snippets:
auto_append:
- includes/tooltip-list.txt
- toc:
permalink: true
permalink_title: Anchor link to this Header on this Page
toc_depth: 3
title: Headers on this Page
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
plugins:
- open-in-new-tab
- search
- htmlproofer:
enabled: !ENV [CHECK_BROKEN_LINKS, False]
raise_error_after_finish: true
- unused_files:
enabled: !ENV [CHECK_UNUSED_FILES, False]
excluded_files:
- .DS_Store
- build/.DS_Store
- gh-actions/.DS_Store
- gh-actions/img/.DS_Store
- loop-logo.png
- stylesheets/extra.css
- stylesheets/primary-color.css
use_directory_urls: !ENV [CHECK_BROKEN_LINKS, True]
nav:
- Current: 'index.md'
- Edition by Date:
- '2026-06-25': 'edition/2026-06-25.md'
- '2026-06-05': 'edition/2026-06-05.md'
- '2026-05-29': 'edition/2026-05-29.md'
- '2026-05-17': 'edition/2026-05-17.md'
- '2026-04-23': 'edition/2026-04-23.md'
- '2026-03-27': 'edition/2026-03-27.md'
- '2026-03-04': 'edition/2026-03-04.md'
- '2026-02-28': 'edition/2026-02-28.md'
- '2026-02-14': 'edition/2026-02-14.md'
- '2026-01-23': 'edition/2026-01-23.md'
- '2026-01-03': 'edition/2026-01-03.md'
- '2025':
- '2025 October - December':
- '2025-12-20': 'edition/2025-12-20.md'
- '2025-11-26': 'edition/2025-11-26.md'
- '2025-11-04': 'edition/2025-11-04.md'
- '2025-10-16': 'edition/2025-10-16.md'
- '2025 July - September':
- '2025-09-19': 'edition/2025-09-19.md'
- '2025-08-26': 'edition/2025-08-26.md'
- '2025-08-02': 'edition/2025-08-02.md'
- '2025-07-07': 'edition/2025-07-07.md'
- '2025 April - June':
- '2025-06-10': 'edition/2025-06-10.md'
- '2025-05-24': 'edition/2025-05-24.md'
- '2025-05-11': 'edition/2025-05-11.md'
- '2025-04-27': 'edition/2025-04-27.md'
- '2025-04-07': 'edition/2025-04-07.md'
- '2025 January - March':
- '2025-03-19': 'edition/2025-03-19.md'
- '2025-03-04': 'edition/2025-03-04.md'
- '2025-02-24': 'edition/2025-02-24.md'
- '2025-02-10': 'edition/2025-02-10.md'
- '2025-01-22': 'edition/2025-01-22.md'
- '2025-01-07': 'edition/2025-01-07.md'
- '2024':
- '2024 December':
- '2024-12-23': 'edition/2024-12-23.md'
- '2024-12-08': 'edition/2024-12-08.md'
- '2024 November':
- '2024-11-27': 'edition/2024-11-27.md'
- '2024-11-14': 'edition/2024-11-14.md'
- '2024-11-04': 'edition/2024-11-04.md'
- '2024 October':
- '2024-10-25': 'edition/2024-10-25.md'
- '2024-10-13': 'edition/2024-10-13.md'
- '2024-10-06': 'edition/2024-10-06.md'
- '2024 September':
- '2024-09-18': 'edition/2024-09-18.md'
- '2024-09-09': 'edition/2024-09-09.md'
- '2024 August':
- '2024-08-19': 'edition/2024-08-19.md'
- '2024 July':
- '2024-07-31': 'edition/2024-07-31.md'
- '2024-07-15': 'edition/2024-07-15.md'
- '2024 June':
- '2024-06-30': 'edition/2024-06-30.md'
- '2024-06-13': 'edition/2024-06-13.md'
- '2024-06-02': 'edition/2024-06-02.md'
- '2024 May':
- '2024-05-26': 'edition/2024-05-26.md'
- '2024-05-12': 'edition/2024-05-12.md'
- '2024 April':
- '2024-04-30': 'edition/2024-04-30.md'
- '2024-04-17': 'edition/2024-04-17.md'
- '2024-04-08': 'edition/2024-04-08.md'
- '2024 March':
- '2024-03-26': 'edition/2024-03-26.md'
- '2024-03-18': 'edition/2024-03-18.md'
- '2024-03-09': 'edition/2024-03-09.md'
- '2024-03-05': 'edition/2024-03-05.md'
- '2024 February':
- '2024-02-27': 'edition/2024-02-27.md'
- '2024-02-21': 'edition/2024-02-21.md'
- '2024-02-12': 'edition/2024-02-12.md'
- '2024-02-05': 'edition/2024-02-05.md'
- '2024 January':
- '2024-01-28': 'edition/2024-01-28.md'
- '2024-01-21': 'edition/2024-01-21.md'
- '2024-01-11': 'edition/2024-01-11.md'
- '2024-01-02': 'edition/2024-01-02.md'
- '2023':
- '2023 December':
- '2023-12-24': 'edition/2023-12-24.md'
- '2023-12-18': 'edition/2023-12-18.md'
- '2023-12-11': 'edition/2023-12-11.md'
- '2023-12-04': 'edition/2023-12-04.md'
- '2023 November':
- '2023-11-26': 'edition/2023-11-26.md'
- '2023-11-19': 'edition/2023-11-19.md'
- '2023-11-12': 'edition/2023-11-12.md'
- '2023-11-06': 'edition/2023-11-06.md'
- '2023 October':
- '2023-10-30': 'edition/2023-10-30.md'
- '2023-10-22': 'edition/2023-10-22.md'
- '2023-10-15': 'edition/2023-10-15.md'
- '2023-10-08': 'edition/2023-10-08.md'
- '2023-10-01': 'edition/2023-10-01.md'
- '2023 September':
- '2023-09-24': 'edition/2023-09-24.md'
- '2023-09-17': 'edition/2023-09-17.md'
- '2023-09-11': 'edition/2023-09-11.md'
- Translation: 'translate.md'