-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.yaml
77 lines (69 loc) · 1.5 KB
/
config.yaml
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
baseURL: "https://gnehcuyz.github.io/"
languageCode: en-us
params:
profileMode:
enabled: true
title: "Chengyu Zhang" # optional default will be site title
subtitle: "Machine Learning Engineer || Software Engineer"
imageUrl: "images/profile.jpg" # optional
imageWidth: 200 # custom size
imageHeight: 200 # custom size
socialIcons:
- name: github
url: "https://github.com/gnehcuyz"
- name: linkedin
url: "https://www.linkedin.com/in/chengyuz"
- name: email
url: "mailto:[email protected]"
# Post Settings:
ShowReadingTime: true
ShowBreadCrumbs: true
ShowCodeCopyButtons: true
ShowToc: true
# TocOpen: true
author: Chengyu Zhang
# Navbar Settings:
menu:
main:
- name: "Experience"
url: "/experience"
weight: 1
- name: "Research"
url: "/research/"
weight: 1
- name: "Projects"
url: "/projects/"
weight: 2
- name: "Blog"
url: "/posts/"
weight: 3
- name: "Reading"
url: "/reading/"
weight: 3
- name: "About"
url: "/about/"
weight: 4
- name: "Tags"
url: "/tags/"
weight: 5
title: Chengyu Zhang
theme: PaperMod
math: true
markup:
goldmark:
extensions:
passthrough:
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - \(
- \)
enable: true
renderer:
unsafe: true
disablePathToLower: true
pluralizeListTitles: false