summaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: 850d92ebcab28a6167ea19d98f5bd6d21c059167 (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
site_name: D. Delmar Davis

theme:
  name: material
  palette:
    primary: white
    accent: green
  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

extra:
  homepage: https://www.3dangst.com
  generator: true

copyright: Copyright © 2016 - 2025 D. Delmar Davis

plugins:
    - search
    - with-pdf
    - mermaid2

markdown_extensions:
  - pymdownx.superfences:
        # make exceptions to highlighting of code:
      custom_fences:
        - name: mermaid
          class: mermaid
          format: !!python/name:mermaid2.fence_mermaid_custom