-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
154 lines (146 loc) · 5.03 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
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
# 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://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
plugins:
- 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:
- '2024-11-14': 'edition/2024-11-14.md'
- '2024-11-04': 'edition/2024-11-04.md'
- '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-09-18': 'edition/2024-09-18.md'
- '2024-09-09': 'edition/2024-09-09.md'
- '2024-08-19': 'edition/2024-08-19.md'
- '2024-07-31': 'edition/2024-07-31.md'
- '2024-07-15': 'edition/2024-07-15.md'
- '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':
- '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'