-
Notifications
You must be signed in to change notification settings - Fork 1
/
_quarto.yml
58 lines (51 loc) · 1.32 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
57
58
project:
type: website
render:
- "*.qmd"
- "!posts/drafts/**/*.qmd"
resources:
- "_redirects"
execute:
freeze: true
website:
title: "Cynthia Huang"
site-url: https://www.cynthiahqy.com
description: "Cynthia Huang's Website"
open-graph: true
twitter-card:
creator: "@cynthiahqy"
repo-url: https://github.com/cynthiahqy/digital-garden
repo-actions: [edit, issue]
navbar:
right:
- now.qmd
- blog.qmd
- sidebar:gallery
- research.qmd
- text: Talks
href: https://talks.cynthiahqy.com
- CV.qmd
- icon: github
href: https://github.com/cynthiahqy
- icon: linkedin
href: https://www.linkedin.com/in/cynthiahqy/
# - icon: twitter
# href: https://twitter.com/cynthiahqy
# - icon: envelope-at-fill
# href: mailto:[email protected]
- icon: rss
href: blog.xml
sidebar:
- id: gallery
title: "Gallery"
contents:
- gallery.qmd
- gallery/sketchbook/index.qmd
- gallery/podcasts.qmd
page-footer:
right: "This website is built with ❤️ and [Quarto](https://quarto.org/), by Cynthia Huang. License: [CC BY-SA 4.0](https://creativecommons.org/licenses/by-sa/4.0/)."
format:
html:
theme: simplex
css: styles.css
from: markdown+emoji