-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
41 lines (38 loc) · 968 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
project:
type: website
execute-dir: project
output-dir: docs
execute:
freeze: auto
website:
title: "Angel Chen"
favicon: images/60fps_parrot.gif
repo-url: https://github.com/angelchen7/angelchen7.github.io
navbar:
background: primary
left:
- href: index.qmd
text: "Home"
- about.qmd
- selected.qmd
- workshops.qmd
- presentations.qmd
- projects.qmd
right:
- icon: envelope-fill
href: mailto:[email protected]
- icon: file-text-fill
href: https://github.com/angelchen7/angelchen7.github.io/blob/main/files/AngelChenCV_July2024.pdf
- icon: linkedin
href: https://www.linkedin.com/in/angel-chen77/
- icon: github
href: https://github.com/angelchen7/
format:
html:
theme:
light: light_theme.scss
dark: dark_theme.scss
mainfont: Lato
toc: true
link-external-newwindow: true
link-external-icon: false