-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
34 lines (32 loc) · 820 Bytes
/
_quarto.yml
File metadata and controls
34 lines (32 loc) · 820 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
title: "David Enders"
output-dir: docs
website:
title: "David Enders"
favicon: media/favicon.ico
twitter-card:
title: "David Enders"
description: "David Enders' personal website. Projects, resume, and blog posts."
image: media/headshot.jpg
open-graph:
title: "David Enders"
description: "David Enders' personal website. Projects, resume, and blog posts."
image: media/headshot.jpg
search: false
repo-url: https://github.com/quarto-dev/quarto-demo
navbar:
tools:
- icon: github
href: https://github.com/davidenders11
- icon: linkedin
href: https://linkedin.com/in/david-enders
right:
- href: /resume.pdf
text: Resume
- posts.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true