-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
94 lines (86 loc) · 2.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
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
93
site_name: ZhangzrJerry
site_description: "Jerry's personal website"
plugins:
- search
- blog
nav:
- Home: index.md
- Resume: resume/index.md
- Projects: projects.md
- Blogs: blog/index.md
- Connect: connect.md
theme:
name: material
language: en
custom_dir: overrides
favicon: img/favicon.ico
logo: img/favicon.ico
features:
- search.suggest
- search.highlight
- search.share
- navigation.instant
- navigation.instant.prefetch
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- navigation.path
- navigation.tracking
- navigation.sidebar
- toc.integrate
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.image.lightbox
- content.card
language: en
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
toggle:
icon: material/brightness-7
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
toggle:
icon: material/brightness-4
name: Switch to light mode
extra_css:
- stylesheets/index.css
- stylesheets/blog.css
- stylesheets/resume.css
- stylesheets/academics.css
extra_javascript:
- javascripts/index.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-chtml.js
markdown_extensions:
- attr_list
- md_in_html
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- pymdownx.arithmatex:
generic: true
- pymdownx.tabbed:
alternate_style: true
- codehilite:
guess_lang: false
extra:
social:
- icon: fontawesome/regular/envelope
link: https://zzhangje@connect.ust.hk
# - icon: fontawesome/brands/zhihu
# link: https://www.zhihu.com/people/zhang-zi-rui-99-77
- icon: fontawesome/brands/bilibili
link: https://space.bilibili.com/504273533
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/zirui-zhang-924958319/
- icon: fontawesome/brands/orcid
link: https://orcid.org/0009-0008-4156-1652
- icon: fontawesome/brands/github
link: https://github.com/ZhangzrJerry