-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
59 lines (49 loc) · 1.26 KB
/
_quarto.yml
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
project:
type: website
format:
html:
css: styles.css
website:
title: "Alex Chen's Blog"
bread-crumbs: false
site-url: https://alexchen4ai.github.io/blog
favicon: images/favicon.ico
navbar:
left:
- text: "Home"
href: index.qmd
- text: "Articles"
href: notes.qmd
- text: "News"
href: news.qmd
right:
- icon: github
href: https://github.com/alexchen4ai
- icon: linkedin
href: https://www.linkedin.com/in/wei-chen-stanford
sidebar:
- id: notes
title: "Notes"
style: "floating"
align: left
contents:
- section: "🗣️ **Large language models**"
contents: "notes/Large Language Model/*"
- text: "---"
- section: "💡 **Diffusion models**"
contents: "notes/Diffusion Model/*"
- section: "♾ **Math Theories**"
contents: "notes/Math Theories/*"
- id: news
title: "News"
style: "floating"
align: left
contents:
- section: "**Personal thoughts**"
contents: "news/Personal thoughts/*"
- text: "---"
- section: "**Research news**"
contents: "news/Research news/*"
# comments:
# utterances:
# repo: alexchen4ai/blog