-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
93 lines (80 loc) · 2.14 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
84
85
86
87
88
89
90
91
92
# Project Information
site_name: Notes for notes-hi
site_description: by Hedzr
site_author: Hedzr Studio Authors
site_url: https://hedzr.com
strict: false
# Repository
repo_name: 'hedzr/notes-hi'
repo_url: 'https://github.com/hedzr/notes-hi'
edit_uri: 'https://%USER%.github.io/notes-hi/pre-edit/?ref='
# Copyright
copyright: 'Copyright © 2019 - 2021 Hezdr Studio'
google_analytics:
# - 'UA-124463512-x'
# - 'auto'
extra_javascript:
- statics/javascripts/extra.js
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML
extra_css:
- 'statics/css/extra.css?v=16'
extra:
pagetime: 'on'
manifest: 'manifest.webmanifest'
theme:
name: material
features:
- tabs
language: zh
palette:
primary: blue grey
accent: brown
# font: false
# include_search_page: false
# search_index_only: true
# favicon: 'favicon.ico'
# logo:
# icon: 'school'
font:
text: 'Titillium Web' # apercu, serif,'Fira Sans',serif
code: 'Fira Mono'
markdown_extensions:
# https://squidfunk.github.io/mkdocs-material/extensions/admonition/
- admonition
# https://squidfunk.github.io/mkdocs-material/extensions/codehilite/
- codehilite:
guess_lang: false
# https://squidfunk.github.io/mkdocs-material/extensions/permalinks/
- toc:
permalink: true
- def_list
# https://squidfunk.github.io/mkdocs-material/extensions/footnotes/
- footnotes
# https://squidfunk.github.io/mkdocs-material/extensions/metadata/
- meta
# https://squidfunk.github.io/mkdocs-material/extensions/pymdown/
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tabbed
- pymdownx.tilde
nav:
- Home: index.md
- About:
- About: about/index.md
- Tests:
- Test1: tests/test1.md
- Test2: tests/test2.md