-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
80 lines (80 loc) · 2.74 KB
/
mkdocs.yml
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
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
site_name: hogent-mkdocs
site_url: https://hogent.be
repo_url: https://github.com/HoGentTIN/hogent-mkdocs # Change this to your own Git repository (or leave it out).
copyright: Copyright © HOGENT (<a href="https://hogent.be">https://hogent.be</a>)
# If you want MkDocs to automatically generate a table of contents, then remove the complete `nav` section.
# See https://www.mkdocs.org/user-guide/writing-your-docs/#configure-pages-and-navigation for more information.
# Use `index.md` as the default file for the homepage. MkDocs will automatically pick this file up.
# See https://www.mkdocs.org/user-guide/writing-your-docs/#index-pages for more information.
nav:
- Home: ./index.md
- Basic examples: ./examples/h1.md
- Advanced examples: ./examples/h2.md
- Links: ./links.md
theme:
name: material # https://squidfunk.github.io/mkdocs-material/setup/
favicon: https://hogenttin.github.io/cdn/favicon/favicon.ico
features:
- content.code.copy
- navigation.path
- navigation.top
- navigation.tracking
- toc.integrate
- toc.follow
font:
text: Montserrat
code: Inconsolata
logo: https://hogenttin.github.io/cdn/logo/HOGENT_Neg.png
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
markdown_extensions:
- footnotes
- pymdownx.arithmatex:
generic: true
- pymdownx.caret
- pymdownx.emoji
- pymdownx.highlight:
anchor_linenums: true
auto_title: true
linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.saneheaders
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.tasklist
- pymdownx.tilde
- toc:
permalink: true
plugins:
- git-authors:
show_email_address: false # Disabled to prevent spam when your non-HOGENT e-mail address is used.
- git-revision-date-localized:
enable_creation_date: true
type: datetime
# Don't forget to adjust your CI pipeline to get all the info necessary:
# https://github.com/timvink/mkdocs-git-revision-date-localized-plugin?tab=readme-ov-file#note-when-using-build-environments
- plantuml:
puml_url: https://www.plantuml.com/plantuml/
num_workers: 8
- search
extra_javascript:
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js