This repository has been archived by the owner on Mar 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
62 lines (58 loc) · 1.41 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
# Project information
site_name: h7b
site_description: h7b public vault
site_author: h7b
site_url: https://h7b2.netlify.app/
# Repository
repo_name: h7b/h7b-mkdocs-obsidian-public
repo_url: https://github.com/h7b/h7b-mkdocs-obsidian-public
edit_uri: ""
# Configuration
theme:
name: material
favicon: assets/meta/favicons.png
icon:
logo: material/library
repo: fontawesome/brands/git-alt
font:
text: Roboto
code: Roboto Mono
language: en
palette:
# Light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
# Dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: indigo
accent: indigo
toggle:
icon: material/toggle-switch
name: Switch to light mode
features:
- navigation.indexes
- navigation.top
- navigation.tabs
- navigation.expand
- navigation.footer
- navigation.instant
- navigation.tracking
- search.suggest
- search.highlight
- content.code.copy
- content.action.view
- toc.follow
# Extensions
plugins:
- blog
- search
markdown_extensions:
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true