-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
43 lines (39 loc) · 859 Bytes
/
_quarto.yml
File metadata and controls
43 lines (39 loc) · 859 Bytes
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
project:
type: website
output-dir: docs
execute:
freeze: auto
website:
title: Nathan Wu
twitter-card:
creator: "@NathanJWu"
site-url: https://nathanw23.github.io
favicon: favicon.png
navbar:
left:
- href: index.qmd
text: Home
- text: Research
menu:
- text: Papers
href: papers.qmd
- text: Posters
href: posters.qmd
- href: posts.qmd
text: Blog
- href: resources.qmd
text: Resources
right:
- icon: github
href: https://github.com/nathanw23
- icon: twitter
href: https://twitter.com/NathanJWu
page-footer:
left: "This website is built with ❤️ and [Quarto](https://quarto.org/)"
right: "© 2026 Nathan Wu"
format:
html:
theme: flatly
css: styles.css
toc: true
page-layout: full