-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmkdocs.yml
More file actions
93 lines (93 loc) · 2.92 KB
/
mkdocs.yml
File metadata and controls
93 lines (93 loc) · 2.92 KB
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
site_name: PomoBar
site_url: https://semanticdata.github.io/obsidian-pomodoro/
site_description: Documentation for the PomoBar plugin for Obsidian.
repo_url: https://github.com/semanticdata/obsidian-pomodoro
repo_name: PomoBar
# edit_uri: edit/master/docs/
site_author: Miguel Pimentel
copyright: Copyright © 2025 <a target="_blank" href="https://miguelpimentel.do/">Miguel Pimentel</a>
theme:
name: material
icon:
logo: material/timer
font:
text: Roboto
code: Roboto Mono
palette:
# Palette toggle for automatic mode
- 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: deep orange
accent: indigo
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: deep orange
toggle:
icon: material/brightness-4
name: Switch to system preference
features:
- search.suggest
- search.highlight
- content.tabs.link
- navigation.footer
- navigation.instant
- navigation.instant.progress
- navigation.sections
- navigation.top
# - navigation.expand
# - content.action.edit
# - content.action.view
nav:
- "Getting Started":
- "Introduction": index.md
- "Installation": installation.md
- "Guides":
- "Usage": usage.md
- "Configuration": configuration.md
- "Customization": customization.md
- "Troubleshooting": troubleshooting.md
- "Use Cases & Workflows": use-cases.md
- "FAQ": faq.md
- "Development":
- "Contributing": development.md
- "API Reference": api.md
- "Changelog": changelog.md
plugins:
- search
- minify:
minify_html: true
minify_js: true
minify_css: true
htmlmin_opts:
remove_comments: true
cache_safe: true
- git-authors:
enabled: false
show_email_address: true
href: "https://github.com/semanticdata/"
markdown_extensions:
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/semanticdata/
name: semanticdata on GitHub
- icon: fontawesome/brands/mastodon
link: https://social.lol/@database
name: Miguel Pimentel on Mastodon
# - icon: fontawesome/brands/codepen
# link: https://codepen.io/semanticdata
# name: semanticdata on Codepen