-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
40 lines (36 loc) · 859 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
project:
type: website
execute-dir: file
resources:
- CNAME
- audio
- video
website:
title: "Blog"
google-analytics: "G-MGFSRVFVLF"
navbar:
background: "#28535c"
right:
- about.qmd
- icon: wordpress
href: https://benjaminhlina.com
- icon: github
href: https://github.com/benjaminhlina
- text: "{{< iconify simple-icons bluesky >}}"
href: https://bsky.app/profile/benjaminhlina.bsky.social
- icon: mortarboard
href: https://scholar.google.com/citations?user=upRdN9AAAAAJ&hl=en
format:
html:
theme: cosmo
css: styles.css
toc: true
toc-title: "Contents"
number-sections: true
toc-expand: true
number-offset: 1
number-depth: 4
# link-external-icon: true
# link-external-newwindow: true
execute:
freeze: auto