-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
46 lines (43 loc) · 974 Bytes
/
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
site_name: TD.Util
site_author: Edwin Hagen
repo_name: TD.Util
repo_url: https://github.com/ehagen/TD.Util
copyright: "(c) [2020-2024] Edwin Hagen / Tedon Technology BV. All rights reserved."
theme:
name: material
logo: images/favicon.png
favicon: images/favicon.ico
features:
- navigation.tabs
- navigation.tabs.sticky
- navigation.tracking
- navigation.top
- content.code.copy
- content.action.edit
- content.action.view
font:
text: Fira Sans
code: Fira Code
palette:
- scheme: default
primary: cyan
accent: cyan
toggle:
icon: material/weather-sunny
name: Light Mode
- scheme: slate
primary: cyan
accent: cyan
toggle:
icon: material/weather-night
name: Dark Mode
markdown_extensions:
- pymdownx.highlight
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.details
- admonition
- meta
extra:
social: