-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
46 lines (43 loc) · 1.13 KB
/
_quarto.yml
File metadata and controls
46 lines (43 loc) · 1.13 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
46
project:
type: website
output-dir: docs
website:
title: "Home"
google-analytics: "G-RX5RKNN2C2"
page-navigation: true
open-graph: true # https://quarto.org/docs/websites/website-tools.html#open-graph
page-footer: "© 2026 Christopher Jacobs | Researcher at Clemson University"
navbar:
search: false
title: Christopher Jacobs
right:
- href: index.qmd
text: Home
- href: projects/index.qmd
text: Projects
- href: research/current_research/index.qmd
text: Research
- href: publications/index.qmd
text: Publications
- href: blog/index.qmd
text: Blog
# - href: art/index.qmd
# text: Art/Media
resources:
- "files/"
- "icons/"
- "*.pdf"
- "JacobsChristopher_Resume.pdf"
- "projects/volume/images/**"
- "projects/images/**"
- "research/current_research/images/**"
- "research/past_research/VIPR/2024/images/**"
- "research/past_research/VIPR/2025/images/**"
- "research/past_research/musiplexity/images/**"
- CNAME
format:
html:
css: styles.scss
mainfont: "monospace"
fontsize: 20p
theme: [cosmo, styles.scss]