-
-
Notifications
You must be signed in to change notification settings - Fork 44
/
mkdocs.yml
67 lines (63 loc) · 1.82 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
site_name: "mkdocs-git-revision-date-localized-plugin"
site_description: "Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file."
copyright: 'Copyright © 2022'
repo_url: https://github.com/timvink/mkdocs-git-revision-date-localized-plugin
nav:
- index.md
- available-variables.md
- How to:
- howto/specify-locale.md
- howto/custom-styling.md
- howto/override-a-theme.md
- options.md
theme:
name: material
custom_dir: docs/overrides
icon:
logo: material/calendar-outline
repo: fontawesome/brands/github
features:
- content.tabs.link
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
primary: blue
accent: blue
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/toggle-switch
name: Switch to light mode
primary: blue
accent: blue
plugins:
- search
- git-authors:
exclude:
- index.md
- git-revision-date-localized:
type: timeago
timezone: Europe/Amsterdam
locale: en
fallback_to_build_date: false
enable_creation_date: true
markdown_extensions:
- meta
- admonition
- pymdownx.keys
- pymdownx.highlight
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.details
- pymdownx.tabbed:
alternate_style: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- site/overrides/.icons