summaryrefslogtreecommitdiff
path: root/mkdocs.yml
diff options
context:
space:
mode:
Diffstat (limited to 'mkdocs.yml')
-rw-r--r--mkdocs.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml
new file mode 100644
index 0000000..bebd094
--- /dev/null
+++ b/mkdocs.yml
@@ -0,0 +1,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