-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
244 lines (234 loc) · 6.33 KB
/
mkdocs.yml
File metadata and controls
244 lines (234 loc) · 6.33 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
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
site_name: Top of Mind
site_url: https://topofmind.dev
site_description: >-
Landon's personal life and coding blog
site_author: Landon Clipp
repo_name: LandonTClipp.github.io
repo_url: https://github.com/LandonTClipp/LandonTClipp.github.io
edit_uri: edit/main/docs
theme:
name: material
custom_dir: overrides
favicon: assets/images/favicon.svg
font:
header: Press Start 2P
icon:
logo: material/pine-tree
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
toggle:
icon: material/toggle-switch
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
features:
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.code.select
- content.footnote.tooltips
- content.tabs.link
- content.tooltips
- navigation.expand
- navigation.indexes
- navigation.path
- navigation.sections
- navigation.tabs
- navigation.tracking
- navigation.top
- navigation.instant
- navigation.instant.prefetch
- navigation.instant.progress
- toc.follow
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- material.extensions.preview:
sources:
include:
- "notes/**"
- "blog/*"
targets:
include:
- "notes/*"
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.details
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
auto_title: true
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.inlinehilite
- pymdownx.snippets:
auto_append:
- includes/abbreviations.md
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tilde
- pymdownx.caret
- pymdownx.mark
- toc:
permalink: true
plugins:
- rss:
match_path: "blog/posts/.*"
date_from_meta:
as_creation: date
as_update: date
datetime_format: "%Y-%m-%d"
default_timezone: "America/Chicago"
default_time: "12:00"
categories:
- categories
- tags
- macros:
module_name: code/macros
- blog:
archive: true
blog_toc: true
categories_allowed:
- AWS
- Career
- Cloud
- Golang
- GPU Virtualization
- Grafana
- Math
- Misc
- Poems
- Programming
- Python
- RV
- System Administration
- System Design
categories_pagination: true
draft: true
post_excerpt: required
post_readtime: true
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
auto_caption: true
caption_position: bottom
- meta
- social:
cards_layout_dir: layouts
cards_layout: custom
debug: false
- search
- typeset:
enabled: true
- open-in-new-tab
nav:
- index.md
#- Conventions: conventions.md
- Blog:
- blog/index.md
- Notes:
- notes/index.md
- Programming:
- Bash: notes/programming/bash.md
- Computer Science: notes/programming/computer-science.md
- Golang: notes/programming/golang.md
- Javascript: notes/programming/javascript.md
- Leetcode: notes/programming/leetcode.md
- Python: notes/programming/python.md
- Tools: notes/programming/tools.md
- Vim: notes/programming/vim.md
- YAML: notes/programming/yaml.md
- System Administration:
- Databases: notes/sysadmin/databases.md
- Filesystems:
- notes/sysadmin/cvmfs.md
- notes/sysadmin/nfs.md
- Hardware:
- BMC: notes/sysadmin/bmc.md
- CPU: notes/sysadmin/cpu.md
- GPU: notes/sysadmin/gpu.md
- Misc: notes/sysadmin/misc.md
- Storage: notes/sysadmin/storage.md
- Kubernetes: notes/sysadmin/k8s.md
- Linux:
- CLI Tools: notes/sysadmin/linux/cli-tools.md
- Hugepages: notes/sysadmin/linux/hugepages.md
- Mailing Lists: notes/sysadmin/linux/mailing-lists.md
- Misc: notes/sysadmin/linux/misc.md
- Systemd: notes/sysadmin/linux/systemd.md
- TTY: notes/sysadmin/linux/tty.md
- Networking:
- General: notes/sysadmin/networking.md
- Infiniband: notes/sysadmin/infiniband.md
- OpenStack: notes/sysadmin/openstack.md
- OSI: notes/sysadmin/osi-model.md
- SDN: notes/sysadmin/software-defined-networking.md
- Tracing: notes/sysadmin/network-tracing.md
- PCIe: notes/sysadmin/pcie.md
- Repositories: notes/sysadmin/repositories.md
- Security:
- HTTP: notes/sysadmin/security.md
- GPG: notes/sysadmin/gpg.md
- Timekeeping: notes/sysadmin/timekeeping.md
- Virutalization: notes/sysadmin/virtualization.md
- System Design:
- Databases: notes/system-design/databases.md
- "System Design Interview: An Insider's Guide": notes/system-design/system-design-interview-alex-xu.md
- Tools: notes/system-design/tools.md
- Misc:
- Suggested Readings: misc/suggested-readings.md
- Word of the Day: misc/word-of-the-day.md
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/LandonTClipp
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/landonclipp/
analytics:
provider: google
property: G-F9YVCCMVEX
extra_css:
- stylesheets/extra.css
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
watch:
- includes
- code
# TODO: Get this working :'(
#hooks:
# - overrides/hooks/links.py