-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
executable file
·62 lines (59 loc) · 1.33 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
site_name: windforce17's blog
site_description: Windforce17's blog
site_author: Windforce17
site_url: https://windforce17.github.io/blog/
# Repository
repo_name: 'Windforce17/blog'
repo_url: 'https://github.com/Windforce17/blog'
edit_uri: 'blob/master/docs/'
# Copyright
copyright: 'Copyright © 2016 - 2018 Windforce17'
theme:
name: 'material'
language: 'zh'
palette:
primary: 'white'
accent: 'red'
icon:
logo: 'material/school'
features:
- tabs
font:
text: 'Fira Sans'
code: 'Fira Mono'
extra_javascript:
- 'https://cdnjs.loli.net/ajax/libs/pangu/3.3.0/pangu.min.js'
- '_static/js/extra.js'
- 'https://cdn.bootcss.com/mathjax/2.7.2/MathJax.js?config=TeX-MML-AM_CHTML'
extra:
search:
lang:
- zh-CN
disqus: 'Windforce17'
copyright: 'CC BY-NC-SA 4.0'
extra_css:
- '_static/css/extra.css'
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
- def_list
- footnotes
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.keys
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde