-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
66 lines (65 loc) · 2.05 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
site_name: Zettel Notes Documentation
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
theme:
name: material
favicon: favicon.ico
logo: android-chrome-512x512.png
features:
- navigation.indexes
- navigation.instant
- navigation.instant.progress
- navigation.footer
- search.suggest
- search.highlight
- content.code.copy
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/brightness-auto
name: Switch to light mode
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: white
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
toggle:
icon: material/brightness-4
name: Switch to light mode
extra_css:
- assets/stylesheets/style.css
plugins:
- search
- privacy
copyright: <a href="#__consent">Change cookie settings</a>
extra:
generator: false
analytics:
provider: google
property: G-R1E2DWQVC1
consent:
title: Cookie consent
description:
We 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 use
social:
- icon: fontawesome/solid/paper-plane
link: https://t.me/zettelnotes
- icon: fontawesome/brands/youtube
link: https://youtube.com/@zettelnotes
- icon: fontawesome/brands/reddit
link: https://www.reddit.com/r/Zettelkasten/comments/npr00a/introducing_my_new_android_app_for_zettelkasten/
- icon: fontawesome/brands/github
link: https://github.com/damionx7/Zettel-Notes-Documentation/
- icon: fontawesome/solid/envelope
link: mailto:[email protected]