-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathhugo.yaml
More file actions
91 lines (85 loc) · 1.97 KB
/
hugo.yaml
File metadata and controls
91 lines (85 loc) · 1.97 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
baseURL: 'https://haoailab.com/'
languageCode: en-us
title: 'Hao AI Lab @ UCSD'
theme: 'PaperMod'
googleAnalytics: 'G-T4DXGLCH1D'
enableRobotsTXT: true
# Setup build timeout of hugo (in seconds)
# FIXME: This is a workaround for rendering differnet sizes of the gif images.
timeout: 90 # seconds
pagination:
pagerSize: 200
markup:
goldmark:
extensions:
passthrough:
delimiters:
block:
- - \[
- \]
- - $$
- $$
inline:
- - $
- $
enable: true
renderer:
unsafe: true
params:
env: production
math: true
description: "Hao AI Lab at UC San Diego — researching efficient and scalable machine learning systems, LLM serving, distributed training, and open-source AI infrastructure."
keywords:
- "Hao AI Lab"
- "UCSD"
- "machine learning systems"
- "LLM serving"
- "distributed systems"
- "AI research"
- "Hao Zhang"
- "large language models"
- "efficient inference"
- "open source AI"
images:
- "img/HAOAILAB_trimmed.jpg"
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: Projects
name: Projects
url: /projects/
weight: 40
- identifier: Talks
name: Talks
url: /talks/
weight: 45
- 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