-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
58 lines (52 loc) · 1.02 KB
/
_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
47
48
49
50
51
52
53
54
55
56
57
58
project:
type: book
output-dir: _book
book:
title: "WildHealthDB"
author: "Diego Montecino-Latorre"
date: "11/3/2024"
chapters:
- index.qmd
# - intro.qmd
# - project.qmd
# - surveillance_objective.qmd
# - field_activity.qmd
# - location.qmd
# - incident.qmd
# - source_source_records.qmd
# - specimen.qmd
# - diagnostics.qmd
- data_model.qmd
- manual.qmd
- data_dictionary.qmd
search:
type: textbox
location: sidebar
repo-url: https://github.com/dmontecino/WH_Database
#repo-actions: [edit]
downloads: [pdf]
#output-file: "WildHealthDat.pdf"
#output-file: "puto_libro"
# file:
# format: "pdf"
# # url: "https://example.com/book.pdf"
toc-title: On this page
# bibliography: references.bib
format:
html:
theme:
- cerulean
# number-depth: 9
page-layout: full
pdf:
documentclass: scrreprt
# epub:
# toc:
# true
# lang:
# en-US
# date:
# "2023-03-01"
# editor: visual
execute:
freeze: auto