-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
45 lines (42 loc) · 1.04 KB
/
_quarto.yml
File metadata and controls
45 lines (42 loc) · 1.04 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
project:
type: website
execute-dir: project
output-dir: docs
execute:
freeze: auto
website:
title: "Angel Chen"
favicon: images/pigeon.png
repo-url: https://github.com/angelchen7/angelchen7.github.io
navbar:
background: primary
left:
- href: index.qmd
text: "Home 🏠"
- about.qmd
- selected.qmd
- publications.qmd
- text: "Other Products"
menu:
- packages.qmd
- apps.qmd
- workshops.qmd
- projects.qmd
right:
- icon: envelope-fill
href: mailto:angel777chen@gmail.com
- 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