-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
46 lines (43 loc) · 873 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
41
42
43
44
45
46
project:
type: website
output-dir: docs
website:
title: "Jesse Onland"
site-url: "https://jdonland.github.io/"
favicon: image.jpg
search: false
page-footer: ""
draft-mode: unlinked
navbar:
left:
- href: index.qmd
text: Home
- href: posts.qmd
text: Projects
- href: links.qmd
text: Links
- href: resume.pdf
text: Resume
format:
html:
reference-location: margin
citation-location: margin
theme:
- simplex
- theme.scss
mainfont: Palatino
linkcolor: "#dc2828"
grid:
sidebar-width: 300px
body-width: 723px
margin-width: 300px
code-copy: false
code-fold: true
lightbox: true
anchor-sections: false
link-external-newwindow: true
date-format: long
execute:
warning: false
message: false
editor: source