blob: 93b2fe9330bce55c3f1ee9e351b41a79689bd2b1 (
plain)
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
|
site_name: D. Delmar Davis
theme:
name: material
palette:
primary: white
accent: red
font:
# text: Courier Prime
text: JetBrains Mono
# text: Share Tech Mono
logo: images/think2t.png.svg
favicon: images/favicon.png
features:
- navigation.sections
#- navigation.expand
- navigation.tabs
custom_dir: overrides
extra:
homepage: https://www.digithink.com
generator: true
copyright: Copyright © 2016 - 2025 D. Delmar Davis
plugins:
- search
- with-pdf:
cover_subtitle: Notes on Systems
render_js: true
#relaxedjs_path: /usr/local/bin/relaxed
headless_chrome_path: google-chrome
exclude_pages:
- 'zeearchive/'
- mermaid2
markdown_extensions:
- pymdownx.superfences:
# make exceptions to highlighting of code:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:mermaid2.fence_mermaid_custom
|