-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
43 lines (39 loc) · 964 Bytes
/
mkdocs.yml
File metadata and controls
43 lines (39 loc) · 964 Bytes
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
site_name: scaliir.de
site_url: https://www.scaliir.de/
theme:
name: material
logo: favicon.png
favicon: favicon.png
custom_dir: overrides
palette:
scheme: default
features:
- navigation.indexes
- toc.follow
- content.code.copy
plugins:
- search
- meta
# - optimize
- tags
- blog:
authors: false
archive: false
blog_toc: true
post_readtime_words_per_minute: 265
# repo_url: https://github.com/scaliir/main
markdown_extensions:
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg