summaryrefslogtreecommitdiff
path: root/mkdocs.yml
blob: bebd0947e78b938f62c5f8cca97feef5bf94aaee (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
site_name: Bartender, Whiskey is served here.

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.expand
  custom_dir: overrides
  
extra:
  homepage: https://www.digithink.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