-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
86 lines (78 loc) · 1.83 KB
/
Copy path_quarto.yml
File metadata and controls
86 lines (78 loc) · 1.83 KB
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
project:
type: book
output-dir: _book
resources:
- "/.nojekyll"
- "match/" # standalone DuckDB-WASM Match app (see chapters: data-access, helpers, api)
# pre-render:
# - libs/pre-render.R
post-render:
- libs/post-render.R
editor:
mode: source
execute:
echo: false
warning: false
book:
title: "CalCOFI.io"
subtitle: "Documentation"
description: "Documentation for open-Source products at CalCOFI.io developed
for California Cooperative Oceanic Fisheries Investigations (CalCOFI.org)"
author:
- name: "Benjamin D. Best"
orcid: 0000-0002-2686-0784
email: ben@oceanmetrics.io
affiliations:
- name: Ocean Metrics LLC
- name: "Erin Satterthwaite"
email: esatterthwaite@ucsd.edu
affiliations:
- name: UC San Diego - Scripps Institution of Oceanography
city: San Diego
state: CA
# author:
# - ""
date: today
date-format: "YYYY-MM-DD"
site-url: https://calcofi.io/docs/
repo-url: https://github.com/CalCOFI/docs/
repo-actions: [edit]
downloads: [pdf, docx, epub]
sharing: [twitter, facebook, linkedin]
google-analytics: "G-0HVK8TDMCF"
search: true
page-navigation: true
chapters:
- index.qmd
- reports.qmd
- apps.qmd
- maps.qmd
- db.qmd
- data-access.qmd
- helpers.qmd
- api.qmd
- portals.qmd
- status.qmd
- refs.qmd
bibliography: ["refs/packages.bib"]
bibliographystyle: apa
link-citations: true
format:
html:
theme: cosmo
# css: libs/style.css
toc: true
number-sections: true
docx:
toc: true
echo: false
number-sections: true
highlight-style: github
keep-md: true # see libs/post-render.R
pdf:
documentclass: scrreprt
# keep-tex: true # for debugging
# include-in-header: libs/preamble.tex
nocite: |
@*
epub: default