-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
85 lines (80 loc) · 2.01 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
84
85
project:
type: book
output-dir: docs
book:
title: "World Reference Base for Soil Resources"
author: "IUSS Working Group WRB"
contributor: "Lauren O'Brien"
date: "2022-07-22"
isbn: 979-8-9862451-1-9
language: en
license: https://creativecommons.org/licenses/by/4.0/legalcode
page-navigation: true
publisher: "International Union of Soil Sciences (IUSS)"
publisher-place: "Vienna, Austria"
cover-image: images/cover.png
cover-image-alt: 'An image of the cover of the World Reference Base for Soil Resources, 4th edition, showing pictures of soils and landscapes from around the world.'
output-file: "WRB-Soil-4e"
site-url: https://obrl-soil.github.io/wrbsoil2022/
repo-url: https://github.com/obrl-soil/wrbsoil2022
repo-branch: main
reader-mode: true
search: true
sharing:
- twitter
- linkedin
image: images/cover.png
chapters:
- index.qmd
- foreword.qmd
- preface.qmd
- acknowledgements.qmd
- list-of-acronyms.qmd
- chapter-01.qmd
- chapter-02.qmd
- chapter-03.qmd
- chapter-04.qmd
- chapter-05.qmd
- chapter-06.qmd
- chapter-07.qmd
- annex-01-field-guide.qmd
- annex-02-analytical-procedures.qmd
- annex-03-horizon-layer-designations.qmd
- annex-04-soil-description-sheet.qmd
- annex-05-database-setup.qmd
- annex-06-rsg-colours.qmd
bibliography: references.bib
format:
html:
theme: cosmo
citations-hover: true
footnotes-hover: true
number-sections: true
number-depth: 3
date-modified: last-modified
logo: images/cover.png
appendix-style: none
css: styles.css
mermaid:
theme: neutral
epub:
epub-cover-image: images/cover.png
toc-depth: 4
split-level: 2
pdf:
documentclass: scrbook
papersize: A4
links-as-notes: true
toc-depth: 4
editor: visual
# global knitr options
knitr:
opts_chunk:
comment: "#>"
collapse: true
fig.align: 'center'
echo: false
message: false
warning: false
fig.show: 'hold'
results: 'hold'