-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy path_quarto.yml
49 lines (36 loc) · 996 Bytes
/
_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
project:
type: website
output-dir: docs
website:
page-navigation: true
title: "Hello, I'm Chi"
site-url: https://andreaczhang.github.io
favicon: misc/info/favicon.png
repo-url: https://github.com/andreaczhang/andreaczhang.github.io
repo-actions: [edit, issue]
page-footer:
left: "© Copyright 2024, Chi Zhang"
right:
- icon: github
href: https://github.com/andreaczhang/andreaczhang.github.io
navbar:
background: "#A9CCE3"
search: true
right:
- text: "Projects"
href: projects/projects.qmd
- text: "Teaching"
href: teaching/teaching.qmd
- text: "R packages"
href: rpkg/rpkg.qmd
- text: "Talks"
href: talks/talks.qmd
- text: "Blog/notes"
href: blog/blog.qmd
- text: "About me"
href: about_me.qmd
- text: "CV"
href: misc/info/CV-CZ-2407.pdf
format:
html:
theme: styles.scss