-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path_quarto.yml
More file actions
90 lines (79 loc) · 1.91 KB
/
Copy path_quarto.yml
File metadata and controls
90 lines (79 loc) · 1.91 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
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
86
87
88
89
90
project:
type: book
output-dir: docs
resources:
# Automatically include static files like images, CSS, JS
- "*.png"
- "*.jpg"
- "*.jpeg"
- "*.js"
- "*.html"
- "*.css"
- "*.gitkeep"
- ".nojekyll" # Prevents Jekyll processing on GitHub Pages
book:
title: "Automated Data Processing with R"
author: "Christian Neuwirth & Maximilian Elixhauser"
date: last-modified
chapters:
- index.qmd
- 01-introduction.qmd
- 02-core-concepts.qmd
- 03-data-structures.qmd
- 04-spatial-data-structures.qmd
- 05-control-structures.qmd
- 06-functions.qmd
- 07-data-manipulation.qmd
- 08-read-write.qmd
- 09-spatial-data-manipulation.qmd
- 10-data-viz.qmd
- 11-quarto.qmd
page-navigation: true
page-footer:
center: "Copyright ©, UNIGIS Salzburg"
sidebar:
search: true
logo: "branding/UNIGIS_Salzburg_Schriftlogo_v05.png"
logo-href: "https://unigis.at/"
bibliography: references.bib
format:
html:
css: css/custom.css
theme:
- cosmo
- css/theme.scss
# Set this based on the module language:
# toc-title: "Lektionsinhalt" # ← Uncomment for German
toc-title: "Lesson Content" # ← Default for English
toc: true
toc-location: right
toc-depth: 3
code-fold: false
highlight: github
code-link: true
html-math-method: katex
smooth-scroll: true
build:
commands:
- quarto render --to html
custom-callout:
exercisebox:
icon: true
assignmentbox:
icon: true
collapsebox:
icon: false
collapse: true
appearance: minimal
editor: source
lang: en
language:
en:
callout-tip-title: "Learning Objectives"
callout-note-title: "Note"
de:
callout-tip-title: "Lernziele"
callout-note-title: "Hinweis"
filters:
- webr # a extension which allows to run R code in a web browser
- custom-callout # a extension which allows to create custom callouts