Note that openbsd needs erlang-wx
[akkoma] / docs / mkdocs.yml
1 site_name: Akkoma Documentation
2 theme:
3 favicon: 'images/akko_badday.png'
4 name: 'material'
5 custom_dir: 'theme'
6 # Disable google fonts
7 font: false
8 logo: 'images/akko_badday.png'
9 features:
10 - tabs
11 palette:
12 primary: 'deep purple'
13 accent: 'blue grey'
14
15 extra_css:
16 - css/extra.css
17 repo_name: 'AkkomaGang/akkoma'
18 repo_url: 'https://akkoma.dev/AkkomaGang/akkoma'
19
20 extra:
21 repo_icon: gitea
22
23 markdown_extensions:
24 # Note/warning blocks https://squidfunk.github.io/mkdocs-material/extensions/admonition/
25 - admonition
26 - codehilite:
27 guess_lang: false
28 # Make it possible to link to every header https://squidfunk.github.io/mkdocs-material/extensions/permalinks/
29 - toc:
30 permalink: true
31 - pymdownx.tasklist:
32 custom_checkbox: true
33 - pymdownx.superfences
34 - pymdownx.tabbed
35 - pymdownx.details
36 - markdown_include.include:
37 base_path: docs