-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
42 lines (36 loc) · 992 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
site_name: Viet Than Blogging
site_url: https://vietthan.github.io
theme:
name: material
logo: assets/lego_me.png
font:
text: Roboto
palette:
- scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
primary: teal
accent: red
# Palette toggle for dark mode
- scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
primary: teal
accent: red
plugins:
- blog
nav:
- index.md
- Blog:
- blog/index.md
extra:
consent:
title: Cookie consent
description: >-
"This site use cookies to recognize your repeated visits and preferences, as well
as to measure the effectiveness of our documentation and whether users
find what they're searching for. With your consent, you're helping us to
make our documentation better." is what Material for Mkdocs want me to say.
Honestly I don't know what I'm doing.