-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
76 lines (64 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
site_url: https://rammusxu.github.io/toolkit
site_author: Rammus Xu
site_description: It's Rammus Toolkit. A collection of snippets, examples and solutions.
site_name: Rammus Toolkit
repo_url: https://github.com/RammusXu/toolkit
theme:
name: material
icon:
logo: material/toolbox
language: en
markdown_extensions:
- codehilite
- pymdownx.magiclink
- pymdownx.highlight
- pymdownx.superfences
- admonition
# https://squidfunk.github.io/mkdocs-material/reference/formatting/
- pymdownx.critic
- pymdownx.caret
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
# https://squidfunk.github.io/mkdocs-material/reference/content-tabs/#grouping-code-blocks
- pymdownx.tabbed:
alternate_style: true
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown/#table-of-contents
- toc:
permalink: true
# https://squidfunk.github.io/mkdocs-material/setup/extensions/python-markdown-extensions/?h=pymdownx+emoji#emoji
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
# https://squidfunk.github.io/mkdocs-material/reference/diagrams/
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
copyright: |
<a rel="license" href="http://creativecommons.org/licenses/by-nc-nd/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-nd/4.0/88x31.png" /></a>
<br> Copyright © 2015- Rammus Xu
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/rammusxu
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/rammusxu
disqus: rammusxu
analytics:
provider: google
property: G-E7VTEXK0WQ
plugins:
- search:
lang:
- en
- zh
- git-revision-date-localized:
enable_creation_date: true
- minify:
minify_html: true
# https://squidfunk.github.io/mkdocs-material/reference/data-tables/#mkdocsyml
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js