-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path_quarto.yml
More file actions
44 lines (39 loc) · 1.15 KB
/
_quarto.yml
File metadata and controls
44 lines (39 loc) · 1.15 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
project:
type: book
output-dir: docs
profile:
default: OER
book:
title: Data Analysis for the Language Sciences
subtitle: A very gentle introduction to statistics and data visualisation in `R`
author:
- name: Elen Le Foll
orcid: 0000-0002-5839-8010
email: elefoll@uni-koeln.de
license: CC BY-NC-SA
sidebar:
title: Data Analysis for the<br>Language Sciences
subtitle: Work in progress!
tools:
- icon: envelope
href: mailto:elefoll@uni-koeln.de
page-footer:
background: light
left: <a href="https://www.elenlefoll.eu">Elen Le Foll</a>
center: Data Analysis for the Language Sciences
right: <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/">CC BY-NC-SA</a>
site-url: https://elenlefoll.github.io/RstatsTexbook/
repo-url: https://github.com/elenlefoll/RstatsTextbook/
repo-branch: main
reader-mode: true
engine: knitr
execute:
message: false
warning: false
cache: true
freeze: auto
bibliography:
- references.bib
- grateful-refs.bib
csl: unified-style-sheet-for-linguistics.csl
from: markdown+emoji # https://github.com/quarto-dev/quarto-cli/issues/4492#issuecomment-1548655951