forked from GDSL-UL/san
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
48 lines (43 loc) · 951 Bytes
/
_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
project:
type: book
output-dir: docs
book:
title: "Spatial Modelling for Data Scientists"
author: "Francisco Rowe, Dani Arribas-Bel"
search: true
site-url: https://gdsl-ul.github.io/san/
repo-url: https://github.com/GDSL-UL/san
repo-actions: [edit, issue]
sidebar:
style: docked
background: light
date: today
downloads: [pdf, epub]
chapters:
- index.qmd
- 01-overview.qmd
- 02-spatial_data.qmd
- 03-data-wrangling.qmd
- 04-points.qmd
- 05-flows.qmd
- 06-spatial-econometrics.qmd
- 07-multilevel-01.qmd
- 08-multilevel-02.qmd
- 09-gwr.qmd
- 10-st_analysis.qmd
- 11-datasets.qmd
- references.qmd
bibliography: references.bib
format:
html:
toc: true
theme: [default, theme.scss]
css: style.css
code-copy: true
grid:
sidebar-width: 200px
body-width: 900px
margin-width: 300px
pdf:
documentclass: scrreprt
editor: visual