-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
42 lines (40 loc) · 883 Bytes
/
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
site_name: Chenxing Luo
site_author: Chenxing Luo
site_description: Chenxing Luo's homepage and academic notes
site_analytics:
google: G-HVVEZZZNJV
theme:
name: null
custom_dir: blanc
copyright: 2024, Chenxing
markdown_extensions:
- smarty
- pymdownx.arithmatex:
preview: false
- pymdownx.magiclink
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- pymdownx.snippets
- pymdownx.extra
- pymdownx.critic
- pymdownx.tilde
- pymdownx.smartsymbols
- pymdownx.keys
- mdx_truly_sane_lists:
nested_indent: 2
truly_sane: true
- markdown_captions
- attr_list
plugins:
- search
- compile_sass
- mkdocs_wikilinks_enabler
- mkdocs_subpages
- mkdocs_blogging
- jinja2_load_extensions:
extensions:
- jinja2_time.TimeExtension
- jinja2.ext.loopcontrols
- minify:
minify_html: true