-
Notifications
You must be signed in to change notification settings - Fork 7
/
hugo.yaml
64 lines (58 loc) · 1.27 KB
/
hugo.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
bseURL: 'http://hao-ai-lab.github.io'
languageCode: en-us
title: 'Hao AI Lab @ UCSD'
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:
extensions:
passthrough:
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - $
- $
enable: true
params:
env: production
math: true
label:
icon: "img/HAOAILAB_trimmed.jpg"
assets:
css:
- "https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"
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://twitter.com/haoailab"
weight: 100
- name: "GitHub"
url: "https://github.com/hao-ai-lab"
weight: 120