-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
41 lines (37 loc) · 850 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
project:
type: website
# execute-dir: project
output-dir: docs
website:
title: "Mack White"
favicon: images/fishy_logo.jpg
navbar:
background: primary
left:
- text: "Home"
href: index.qmd
- text: "Research"
href: Research.qmd
- text: "CV"
href: CV.qmd
- text: "From the Field"
href: Pics.qmd
right:
- icon: github
href: https://github.com/mackwhite
- text: Google Scholar
href: https://scholar.google.com/citations?user=hLHcmSYAAAAJ&hl=en&oi=sra
page-footer:
# center:
background: secondary
format:
html:
theme:
light: macklight.scss
dark: mackdark.scss
mainfont: Open Sans
# css: styles.css
toc: true
link-external-newwindow: true
link-external-icon: false
# editor: visual