-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
39 lines (38 loc) · 1009 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
site_name: VCSpeaker.kt Docs
site_url: https://jaoafa.github.io/VCSpeaker.kt
repo_url: https://github.com/jaoafa/VCSpeaker.kt
repo_name: jaoafa/VCSpeaker.kt
theme:
name: material
palette:
# Palette toggle for light mode
- scheme: default
primary: deep-orange
accent: deep-orange
toggle:
icon: material/weather-night
name: Switch to dark mode
# Palette toggle for dark mode
- scheme: slate
primary: deep-orange
accent: deep-orange
toggle:
icon: material/weather-sunny
name: Switch to light mode
icon:
logo: material/volume-source
repo: fontawesome/brands/github
features:
- navigation.instant
- navigation.tabs
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
plugins:
- glightbox
- search
- awesome-pages
- git-revision-date-localized