-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
54 lines (54 loc) · 1.25 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
site_name: 金牛智道一号的财富安全世界
site_description: 金牛智道一号的财富安全世界,记录投资成长的一点一滴
site_author: 邱承
copyright: 金牛智道 2021
site_url: https://wealth_safe_world.markqiu.cn/
base_url: /
repo_name: markqiu/jinniuai_wealth_safe_world
repo_url: https://github.com/markqiu/jinniuai_wealth_safe_world
theme:
name: 'material'
logo: 'images/logo.png'
favicon: 'images/logo.png'
language: zh
palette:
primary: blue
accent: indigo
scheme: default
tabs: true
#instant: true
features:
- search.suggest
- search.highlight
markdown_extensions:
- abbr
- admonition
- codehilite:
linenums: true
- markdown.extensions.toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
plugins:
- search:
prebuild_index: false
- minify:
minify_html: true
- git-revision-date-localized:
type: datetime
- awesome-pages
- macros