-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
71 lines (64 loc) · 2.18 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
site_name: Stream.of(consciousness)
site_url: https://sed-i.github.io/
remote_name: origin
remote_branch: gh-pages
nav:
- Home:
- Bookmarks: index.md
- 'Zen-collage': 'zen.md'
- 'Organizational culture': 'org-culture.md'
- Blog:
- 'Simple bird house': 'blog/simple-bird-house.md'
- 'Simple diy desk': 'blog/simple-diy-desk.md'
- 'Degoogled android phone': 'blog/degoogle.md'
- 'eBPF summit 2023 CTF': 'blog/ebpf-summit-2023-ctf.md'
- Sodastream: 'blog/sodastream.md'
- '5 stars': 'blog/five-star-rank.md'
- 'Reading lists':
- '2024': 'reading-list/2024.md'
- '2023': 'reading-list/2023.md'
- 'Get up to speed': 'reading-list/get-up-to-speed.md'
- Culture: 'reading-list/culture.md'
- Process: 'reading-list/process.md'
- 'Comic relief': 'reading-list/comic-relief.md'
- Software:
- Cheatsheet:
- Git: 'software/cheatsheet/git.md'
- "*craft": 'software/cheatsheet/starcraft.md'
- 'Python multiprocessing': 'software/cheatsheet/python-multiprocessing.md'
- Archives: 'software/cheatsheet/archives.md'
- 'Conventional X': 'software/cheatsheet/conventional.md'
- 'Remote host': 'software/cheatsheet/remote-host.md'
- 'SSH': 'software/cheatsheet/ssh.md'
- 'Privacy online': 'software/cheatsheet/privacy-online.md'
- 'Exif tool': 'software/cheatsheet/exiftool.md'
- 'Bug report': 'software/cheatsheet/bug-report.md'
- jq: 'software/cheatsheet/jq.md'
- text: 'software/cheatsheet/text.md'
- binary: 'software/cheatsheet/binary.md'
- ps: 'software/cheatsheet/ps.md'
- strace: 'software/cheatsheet/strace.md'
- urls: 'software/cheatsheet/urls.md'
terminal-theme: &terminal-theme
name: terminal
palette: gruvbox_dark
material-theme: &material-theme
name: material
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.expand
#theme: *terminal-theme
theme: *material-theme
plugins:
- search
markdown_extensions:
- tables
- footnotes
- toc:
permalink: "#"
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format