-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
39 lines (35 loc) · 793 Bytes
/
_quarto.yml
File metadata and controls
39 lines (35 loc) · 793 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
project:
type: book
output-dir: _book
book:
title: "Tampa Bay Open Science Workshop"
repo-url: https://github.com/tbep-tech/tbep-os-workshop
date: last-modified
reader-mode: true
downloads: pdf
page-footer:
left: |
Website created by Marcus Beck and Chris Anastasiou, with attribution to external content
right: |
This book was built with <a href="https://quarto.org/" target="_blank">Quarto</a>
chapters:
- index.qmd
- basics.qmd
- collaborate.qmd
- impact.qmd
- implement.qmd
- resources.qmd
- references.qmd
- codeofconduct.qmd
bibliography: refs.bib
format:
html:
theme: cosmo
css: styles.css
code-tools:
source: repo
pdf:
documentclass: scrreprt
execute:
echo: false
warning: false