-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
51 lines (44 loc) · 1.11 KB
/
_quarto.yml
File metadata and controls
51 lines (44 loc) · 1.11 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
47
48
49
project:
type: website
output-dir: docs
website:
title: "Bailey Jørgensen"
favicon: images/lineguy.png
navbar:
title: BAILEY JØRGENSEN, MSc
#logo: #file path for logo in images folder
#logo-alt: "my alt text"
right:
- href: index.qmd
text: PORTFOLIO
- href: about.qmd
text: About
# - href: resources.qmd
# text: Resources
- href: cv.qmd
text: Resume
# - href: contact.qmd
- text: Contact
menu:
- text: LinkedIn
icon: linkedin
href: https://www.linkedin.com/in/bailey-jorgensen-a0a467271/
target: _blank
- text: Email
icon: envelope
href: mailto:bjorgensen@alfmuseum.org
target: _blank
page-footer:
background: dark
left: '{{< fa copyright >}} 2025, Bailey Jørgensen'
right: This website is built with {{< fa brands github title="The GitHub octocat logo" >}}
format:
html:
theme: styles.scss
css: styles.css
mainfont: Roboto
fontcolor: "#FFFFFF"
toc: false
page-layout: full
resources:
- "**/*.pdf"