-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
36 lines (32 loc) · 720 Bytes
/
Copy path_quarto.yml
File metadata and controls
36 lines (32 loc) · 720 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
project:
type: website
output-dir: docs
website:
title: "Carmen Hoyt"
#favicon: images/my-favicon.png
navbar:
#title: false
#logo: images/my-logo.png
#logo-alt: "my alt text"
left:
- href: index.qmd
text: Home
- about.qmd
- href: Resources.qmd
text: Resources
- posts.qmd
#- text: CV
#href: CV/my-cv.pdf
page-footer:
background: light #or dark
left: Copyright 2025, Carmen Hoyt
right: This website is built with {{< fa brands github title="GitHub icon" >}}.
format:
html:
theme: styles.scss
mainfont: Quicksand
#light: sandstone
#dark: slate
css: styles.css
toc: false
page-layout: full