-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
67 lines (60 loc) · 1.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
project:
type: book
output-dir: docs
comments:
hypothesis: false
execute:
freeze: auto
book:
title: "Site Mapping Guide"
author: "International Organisation for Migration"
cover-image: cover.png
favicon: logo.png
page-navigation: true
repo-actions: []
downloads: [pdf, epub]
license: "CC BY-NC"
open-graph: true
google-analytics: "G-1VKZ523FKH"
sidebar:
logo: logo.png
chapters:
- index.qmd
- part: "Part 1 - Preparation"
chapters:
- part1/identify-requirements.qmd
- part1/deciding-on-an-approach.qmd
- part: "Part 2 - Obtaining imagery"
chapters:
- part2/satellite-imagery.qmd
- part2/UAV.qmd
- part: "Part 3 - Developing Maps"
chapters:
- part3/tracing.qmd
- part3/composing-maps.qmd
- part3/collaboration.qmd
- part: "Annexes"
chapters:
- annexes/acknowledgements.qmd
- annexes/glossary.qmd
- annexes/references.qmd
bibliography: references.bib
format:
html:
link-external-icon: true
link-external-newwindow: true
cover-image: cover.png
logo: logo.png
theme: cosmo
status: "draft"
date-modified: today
epub:
cover-image: cover.png
toc: true
pdf:
documentclass: book
classoption: [onecolumn, oneside]
papersize: A4
number-sections: true
toc: true
lof: true