-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
59 lines (53 loc) · 1.22 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
site_name: "Test"
site_author: "redtide"
site_url: "https://redtide.github.io/mkdocs-test"
site_dir: "_site_mkdocs"
site_description: "MKDocs test site"
repo_name: "GitHub"
repo_url: "https://github.com/redtide/mkdocs-test"
edit_uri: "edit/master/docs/"
remote_branch: "www"
docs_dir: "docs"
copyright: "redtide"
extra:
site_web_author: "redtide"
repo_owner_url: "https://github.com/redtide"
repo_branch: "master"
markdown_extensions:
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_png
alt: short
options:
attributes:
align: absmiddle
height: 20px
width: 20px
plugins:
search: {}
blogging:
dirs:
- news/posts
locale: en
paging: true
full_content: true
show_total: false
size: 5
meta_time_format: "%Y-%m-%d %H:%M:%S"
time_format: "%Y-%m-%d %H:%M:%S"
theme:
name: null
custom_dir: "custom_theme"
highlightjs: true
hljs_light: "github"
hljs_dark: "github-dark"
nav_style: "dark"
locale: "en"
bootstrap_version: "5.3.0"
shortcuts:
help: 191 # ?
next: 78 # n
previous: 80 # p
search: 83 # s
watch:
- docs
- custom_theme