-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_quarto.yml
More file actions
45 lines (42 loc) · 1.07 KB
/
Copy path_quarto.yml
File metadata and controls
45 lines (42 loc) · 1.07 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
project:
type: book
output-dir: docs
book:
title: "Processing Geospatial Big Data with Delta Lake, Sparklyr, and Apache Sedona in R"
author: "Rodgers Iradukunda"
search: true
site-url: https://rog33zy.github.io/apache-sedona-r-tutorial.github.io/
repo-url: https://github.com/rog33zy/apache-sedona-r-tutorial.github.io
repo-actions: [edit, issue]
sidebar:
style: docked
background: light
date: today
chapters:
- index.qmd
- preprocessing_one.qmd
- preprocessing_two.qmd
- preprocessing_three.qmd
- preprocessing_four.qmd
- preprocessing_five.qmd
format:
html:
theme: cosmo # or replace with [default, style/custom.scss] if you want custom styling
fontsize: "18px"
linestretch: 1.6
smooth-scroll: true
toc-depth: 3
grid:
sidebar-width: 300px
body-width: 900px
margin-width: 300px
code-link: true
code-tools:
toggle: true
highlight-style: printing
code-block-bg: true
code-overflow: wrap
reference-location: margin
mermaid:
theme: neutral
editor: visual