forked from hao-ai-lab/hao-ai-lab.github.io
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathhugo.yaml
More file actions
83 lines (75 loc) · 1.86 KB
/
hugo.yaml
File metadata and controls
83 lines (75 loc) · 1.86 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
baseURL: 'https://SJTU-DENG-Lab.github.io/'
languageCode: en-us
title: 'DENG Lab @ SJTU'
theme: 'PaperMod'
googleAnalytics: 'G-T4DXGLCH1D'
# Setup build timeout of hugo (in seconds)
# FIXME: This is a workaround for rendering differnet sizes of the gif images.
timeout: 90 # seconds
markup:
goldmark:
renderer:
unsafe: true
extensions:
passthrough:
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - $
- $
enable: true
params:
env: production
math: true
label:
icon: "/img/logo-new.png"
assets:
css:
- "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
# Define social params to avoid deprecated .Site.Social usage in Hugo >= 0.124
social:
twitter: sjtudenglab # Without '@'
facebook_admin: "" # Optional, leave empty if not used
# Optional: show social icons on home/profile if enabled by theme
socialIcons:
- name: github
url: "https://github.com/SJTU-DENG-Lab"
- name: x
url: "https://x.com/sjtudenglab"
- name: zhihu
url: "https://www.zhihu.com/people/SJTUDengLab"
menu:
main:
- identifier: Home
name: Home
url: /home/
weight: 10
- identifier: Blogs
name: Blogs
url: /blogs/
weight: 30
- identifier: People
name: People
url: /people/
weight: 50
- identifier: Publications
name: Publications
url: /publications/
weight: 60
- identifier: Contact
name: Contact
url: /contact/
weight: 70
- name: "Twitter"
url: "https://x.com/sjtudenglab"
weight: 100
- name: "Zhihu"
url: "https://www.zhihu.com/people/SJTUDengLab"
weight: 120
- name: "GitHub"
url: "https://github.com/SJTU-DENG-Lab"
weight: 120