-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
45 lines (40 loc) · 957 Bytes
/
_quarto.yml
File metadata and controls
45 lines (40 loc) · 957 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
35
36
37
38
39
40
41
42
43
44
project:
type: website
output-dir: docs
website:
title: "Phil Henrickson"
navbar:
left:
- href: index.qmd
text: Home
- href: background.qmd
text: Background
- text: Projects
menu:
- href: boardgames.qmd
text: "Board Games"
- href: cfb.qmd
text: "College Football"
- href: workshops.qmd
text: Workshops
- href: talks.qmd
text: Talks
# menu:
# - href: boardgames.qmd
# text: "Board Games"
# - href: cfb.qmd
# text: "College Football"
# text: Talks
# - href: talks.qmd
# text: "Talks"
right:
- icon: github
href: http://github.com/phenrickson/
- icon: linkedin
href: https://www.linkedin.com/in/phenrickson/
format:
html:
theme: cerulean
css: styles.css
toc: true
editor: source