-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
98 lines (92 loc) · 2.18 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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
site_name: Maarten's House of Hackery
site_description: Maarten's House of Hackery
site_url: https://vgijssel.github.io/setup
site_author: Maarten van Gijssel
repo_name: setup
repo_url: https://github.com/vgijssel/setup
edit_uri: https://github.com/vgijssel/setup/edit/master/docs/
docs_dir: docs
site_dir: tmp/docs_output
use_directory_urls: true
strict: true
theme:
name: material
features:
- navigation.tabs
# - navigation.tabs.sticky
- navigation.tracking # Anchor tracking
- navigation.top # Back to top
- navigation.sections # Useful for an overview
- navigation.indexes # Needed for an overview
- navigation.instant
- navigation.instant.progress
- search.suggest
- search.highlight
- search.share
- content.action.edit
- content.action.view
- content.code.copy
- content.code.annotate
- content.tabs.link
- toc.follow
markdown_extensions:
- footnotes
- nl2br
- attr_list
- sane_lists
- meta
- smarty
- tables
- def_list
- pymdownx.arithmatex:
generic: true
- pymdownx.details
- pymdownx.magiclink
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- pymdownx.highlight:
use_pygments: true
anchor_linenums: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- admonition
- toc:
permalink: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
plugins:
- search
# - pub-debugger:
# console_log:
# enabled: true
- pub-blog:
blog_dir: 02_blog
- pub-meta
- pub-obsidian:
- pub-social:
og:
enabled: true
locale: en_us
# https://mkdocs-publisher.github.io/setup/seo-and-sharing/pub-minifier/
- pub-minifier:
svg:
enabled: true
html:
enabled: true
css:
enabled: true
js:
enabled: true
jpeg:
enabled: true