-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathmkdocs.yml
79 lines (77 loc) · 2.33 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
67
68
69
70
71
72
73
74
75
76
77
78
79
# site settings
site_name: Zettel Notes
site_url: https://www.zettelnotes.com
docs_dir: docs
repo_name: damionx7/zettel-Notes-Documentation/
repo_url: https://github.com/damionx7/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.png
icon:
logo: material/note
font:
text: Inter
code: Fira Code
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: green
accent: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
accent: green
toggle:
icon: material/brightness-4
name: Switch to light mode
extra_css:
- assets/stylesheets/style.css
plugins:
- search
- privacy
- git-revision-date-localized
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]