-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
42 lines (38 loc) · 857 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
# Project information
site_name: Christian Boin, MASC+AI
site_url: https://cboin1996.github.io/life
site_dir: public
# Repository
repo_name: cboin1996/life
repo_url: https://github.com/cboin1996/life
edit_uri: ""
# Theme information
theme:
name: material
features:
- navigation.sections
- navigation.tracking
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- toc.follow
palette:
# Palette toggle for dark mode
- scheme: slate
primary: teal
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for light mode
- scheme: default
primary: teal
toggle:
icon: material/weather-sunny
name: Switch to light mode
markdown_extensions:
- toc:
permalink: true
# Versioning plugin
extra:
version:
provider: mike