-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
41 lines (38 loc) · 864 Bytes
/
_quarto.yml
File metadata and controls
41 lines (38 loc) · 864 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
project:
type: website
output-dir: docs
website:
title: "bayesTPC Tutorials"
navbar:
background: "primary"
foreground: "light"
logo: "images/vblogoedit.png"
left:
- href: about.qmd
text: About bayesTPC
- href: startup.qmd
text: Getting Started
- href: intro.qmd
text: Tutorials
- href: BT_temp.qmd
text: Bluetongue Refit
- href: team.qmd
text: "Team"
right:
- icon: github
href: https://github.com/VectorByteOrg/bayesTPC-tutorials
- icon: twitter
href: https://twitter.com/vectorbite_rcn
search: TRUE
format:
html:
page-layout: full
theme: cosmo
css: styles.css
toc: true
fig-align: center
fig-width: 6
fig-height: 4.5
fig-format: png
fig-cap-location: bottom
editor: source