-
Notifications
You must be signed in to change notification settings - Fork 871
Expand file tree
/
Copy path_config.yml
More file actions
137 lines (115 loc) · 4.61 KB
/
_config.yml
File metadata and controls
137 lines (115 loc) · 4.61 KB
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# --------------------------------------------------
# BASIC SITE INFO
# --------------------------------------------------
title: Hanlin Cai # Main site title (appears in browser tab & RSS)
tagline: Here is personal website of Hanlin Cai. Powered by Jekyll, based on the Minimal Mistakes theme. # Optional short tagline, used by some layouts
description: Here is personal website of Hanlin Cai, PhD Student at the University of Cambridge. # Strongly recommended for SEO & social cards
# TIP ── For local development you can comment out `url`
# and build with relative paths. In production you want this set.
url: https://caihanlin.com
# --------------------------------------------------
# AUTHOR / PROFILE DATA
# --------------------------------------------------
owner:
name: Hanlin Cai
avatar: cam_logo.png # 剑桥校徽(正方形)
# bio: Dream big, stay positive, work hard, and enjoy the journey.
email: hc663@cam.ac.uk
# cv: https://caihanlin.com/file/CV-HanlinCAI.pdf
# Social networking links are used in author-bio sidebar. Update and remove as you like.
twitter: lancecai2002
github: GuangLun2000
linkedin: hanlincai
scholar: https://scholar.google.com/citations?user=8igSoWgAAAAJ
researchgate: https://www.researchgate.net/profile/Hanlin-Cai
zhihu: https://www.zhihu.com/people/chlire
xiaohongshu: 5c27848f0000000005030c6f
instagram: lancecai2002
bilibili: 594030035
# facebook: caihanlin2002
# lastfm:
# tumblr:
# --------------------------------------------------
# SEARCH-ENGINE VERIFICATION & ANALYTICS
# --------------------------------------------------
google_verify: "SkiyuGpJOKT74vv5GmXLvYXXDkXy4v8VWPtbelYz3Hs"
# bing_verify: "" # https://ssl.bing.com/webmaster/configure/verify/ownership Option 2 content= goes here
# google_analytics: "G-XXXXXXX" # GA-4 property ID
# --------------------------------------------------
# TOP NAVIGATION BAR
# `external: true` opens the link in a new tab.
# --------------------------------------------------
links:
- title: About Me
url: /
- title: Publications
url: /publications/
- title: Services
url: /services/
- title: Awards
url: /awards/
- title: Hobbies
url: /hobbies/
- title: Blogs
url: /blogs/
- title: 中文
url: /cn/
# --------------------------------------------------
# BUILD & RENDERING OPTIONS
# --------------------------------------------------
timezone: Asia/Shanghai # IANA time-zone ID (China/Beijing is invalid)
future: true # Render posts dated in the future
highlighter: rouge # Code highlighter; Rouge is default in MM
# markdown: kramdown # Jekyll default; uncomment to force
# pygments: true # Legacy option (Rouge supersedes this)
# --------------------------------------------------
# PERMALINK STRUCTURE
# --------------------------------------------------
permalink: /:categories/:title # e.g. /tech/my-post/
# --------------------------------------------------
# KRAMDOWN (Markdown engine) SETTINGS
# --------------------------------------------------
kramdown:
auto_ids: true
footnote_nr: 1
entity_output: as_char
toc_levels: 1..6
enable_coderay: false
# coderay:
# coderay_line_numbers:
# coderay_line_numbers_start: 1
# coderay_tab_width: 4
# coderay_bold_every: 10
# coderay_css: class
# --------------------------------------------------
# DISQUS COMMENT SYSTEM
# --------------------------------------------------
disqus:
shortname: lancecai
# include: [".htaccess"]
# exclude: ["lib", "config.rb", "Capfile", "config", "log", "Rakefile", "Rakefile.rb", "tmp", "less", "minimal-mistakes.sublime-project", "minimal-mistakes.sublime-workspace"]
# --------------------------------------------------
# INCLUDE / EXCLUDE Lists
# --------------------------------------------------
include: [".htaccess"] # Files to force-include in the build
exclude: # Folders/files ignored during build
- "lib"
- "config.rb"
- "Capfile"
- "config"
- "log"
- "Rakefile"
- "Rakefile.rb"
- "tmp"
- "less"
- "minimal-mistakes.sublime-project"
- "minimal-mistakes.sublime-workspace"
# --------------------------------------------------
# OPTIONAL PLUG-INS (uncomment once gems are added)
# --------------------------------------------------
plugins:
- jekyll-feed # Auto-generate RSS feed
- jekyll-sitemap # Auto-generate sitemap.xml
- jekyll-seo-tag # Adds SEO meta tags & JSON-LD
# - jekyll-picture-tag # Responsive images & WebP/AVIF
# - jekyll-archives # Year/month archive pages