-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
57 lines (54 loc) · 1.76 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
site_name: obsidian-workflow-template-docs
repo_url: https://github.com/mathisgauthey/obsidian-workflow-template
repo_name: mathisgauthey/obsidian-workflow-template-docs
markdown_extensions:
- def_list
- pymdownx.tasklist:
custom_checkbox: true
- footnotes
- toc:
permalink: true
- admonition
- pymdownx.details
- pymdownx.superfences
theme:
name: material
icon:
repo: fontawesome/brands/github
features:
- navigation.tabs
- navigation.tabs.sticky
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
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to system preference
nav:
- Home: index.md
- Getting Started:
- Why should you use this template?: getting-started/why-should-you-use-this-template.md
- Requirements: getting-started/requirements.md
- Installation: getting-started/installation.md
- File Structure: getting-started/file-structure.md
- Auto-upload to website: getting-started/auto-upload-to-website.md
- Usage:
- Tasks and projects creation: usage/tasks-and-projects-creation.md
- Tasks and projects management: usage/tasks-and-projects-management.md
- Journaling: usage/journaling.md
- Passions backlog: usage/passions-backlog.md
- Read-it-later: usage/read-it-later.md
- Github-publisher: usage/github-publisher.md
- Template files: usage/template-files.md