-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
86 lines (79 loc) · 2.37 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
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: docs
book:
title: "twri r-manual"
author: "Michael Schramm"
image: "images/logo-drop.png"
repo-url: https://github.com/txwri/r-manual
repo-subdir: docs
repo-actions: [edit, issue, source]
original-date: "7/29/2022"
date: today
navbar:
logo: "images/logo-drop.png"
search: true
background: "#02233b"
foreground: "#f6f6f6"
chapters:
- index.qmd
- part: "R Basics"
chapters:
- intro.qmd
- data_exploration.qmd
- part: "Hydrology"
chapters:
- streamflow.qmd
- stage-discharge.qmd
- drainage-area-ratio.qmd
- part: "Water Quality"
chapters:
- water-quality.qmd
- load-duration.qmd
- part: "Statistical Analysis"
chapters:
- water-quality-statistics.qmd
- regression.qmd
- part: "Geospatial"
chapters:
- maps.qmd
- watershed-delineation.qmd
- raster-summary.qmd
- references.qmd
page-footer:
border: true
left: |
[Texas Water Resources Institute](https://twri.tamu.edu)
right: |
This work is licensed under</br>
[CC BY-NC 4.0
{style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"}
{style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"}
{style="height:22px!important;margin-left:3px;vertical-align:text-bottom;"}](http://creativecommons.org/licenses/by-nc/4.0/?ref=chooser-v1)
bibliography: references.yml
csl: https://raw.githubusercontent.com/TxWRI/csl/main/twri-technical-report.csl
format:
html:
# hyperlink functions in code blocks
code-link: true
# code block has grey background
code-block-bg: true
# blue bar on side of code box
code-block-border-left: "#02233b"
# wrap long lines of code
code-overflow: wrap
# theme css
theme:
light: css/twri_quarto.scss
mainfont: Crimson Text
monofont: Source Code Pro
css: css/twri.scss
# define figure sizing
fig-width: 8
fig-height: 5
# footnotes go in the margin
reference-location: margin
knitr:
opts_chunk:
dev: ragg_png
dpi: 200