-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
84 lines (69 loc) · 1.52 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
77
78
79
80
81
82
83
# Project Information
site_name: Doragd (Guodun Li)
site_url: https://doragd.github.io
site_description: Doragd's Blog and Wiki.
site_author: Doragd
# Repository
repo_url: https://github.com/doragd/doragd.github.io
repo_name: Doragd-Wiki
edit_uri: 'blob/master/docs'
# Copyright
copyright: 'Copyright © 2019 - 2023 Doragd'
# Nav
nav:
- 首页:
- 关于我: index.md
# Theme
theme:
name: 'material'
language: 'zh'
feature:
tabs: true
palette:
primary: white
accent: red
include_search_page: false
search_index_only: true
font:
text: 'Noto Sans'
code: 'Source Code Pro'
# Extension
markdown_extensions:
- admonition
- def_list
- codehilite:
guess_lang: false
- toc:
permalink: true
- footnotes
- meta
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
plugins:
- search
- minify:
minify_html: true
extra_javascript:
- 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML'
extra:
social:
- type: 'github'
link: 'https://github.com/doragd'
- type: 'twitter'
link: 'https://twitter.com/ChangeGd'
disqus: 'reDoragd'
manifest: 'manifest.webmanifest'