-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
49 lines (43 loc) · 928 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
48
49
project:
type: website
resources:
- "resume.pdf"
preview:
port: 3000
browser: false
format:
html:
theme:
- litera
- theme.scss
toc: true
html-math-method: katex
callout-icon: false
callout-appearance: simple
page-layout: full
grid:
sidebar-width: 300px
body-width: 900px
website:
title: "Joeyonng"
search:
location: sidebar
type: textbox
navbar:
title: "Joeyonng"
pinned: true
left:
- href: "https://joeyonng.github.io/joeyonng-notebook/"
text: "Notebook"
- href: "Notes/index.md" # Not "Notes" since it causes no highlight in navbar
text: "Pages"
- href: "index.md"
text: "About"
right:
- href: "https://joeyonng.github.io/joeyonng-backyard/"
text: "Backyard"
sidebar:
- title: "Pages"
collapse-level: 1
search: true
contents: "Notes"