forked from iKonoChat/changelog-ikonochat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
35 lines (29 loc) · 844 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
site_name: Características de iKono Chat
site_url: https://changelog.ikono.net.co
site_author: Alejandro Herrera
site_description: En esta página web encontrarás más información relacionada con el proyecto iKono Chat y una lista de todas sus características.
nav:
- Características: index.md
- Changelog: changelog.md
theme:
favicon: assets/images/favicon.png
font:
text: montserrat
name: material
logo: assets/logo.png
features:
- toc.integrate
language: es
palette:
- media: "(prefers-color-scheme: light)"
scheme: ikono
toggle:
icon: material/weather-night
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/weather-sunny
name: Switch to light mode
extra_css:
- stylesheets/extra.css