-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yaml
46 lines (39 loc) · 977 Bytes
/
mkdocs.yaml
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: iLaTeX
site_url: https://liblaf.github.io/ilatex/
repo_url: https://github.com/liblaf/ilatex
edit_uri: edit/main/docs/
theme:
name: material
palette:
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-3
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
features:
- navigation.instant
- navigation.instant.progress
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.prune
- navigation.indexes
- toc.follow
- navigation.top
- search.suggest
- search.highlight
- search.share
- navigation.footer
- content.action.edit
- content.action.view
plugins:
- search
- social
- git-revision-date-localized:
enable_creation_date: true
fallback_to_build_date: true