-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
55 lines (50 loc) · 1.44 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
project:
type: website
website:
title: "SMADA"
page-navigation: true
repo-url: "https://github.com/joeroe/smada"
repo-actions: [source, issue]
navbar:
left:
- href: index.qmd
text: "Overview"
- href: info.qmd
text: "Information"
- href: schedule.qmd
text: "Schedule"
- sidebar:tutorials
- href: bibliography.qmd
text: "Bibliography"
sidebar:
- title: "Home"
- id: tutorials
title: "Tutorials"
style: docked
contents:
- tutorials/introduction.qmd
- section: "Exploring archaeological data"
contents:
- tutorials/eda_with_r.qmd
- tutorials/visualising_distributions.qmd
- tutorials/visualising_relationships.qmd
- tutorials/summary_statistics.qmd
- section: "Working with archaeological data"
contents:
- tutorials/tidy_data.qmd
- tutorials/workflows.qmd
- tutorials/replication.qmd
- section: "Modelling archaeological data"
contents:
- tutorials/testing.qmd
- tutorials/regression.qmd
- tutorials/multivariate.qmd
- tutorials/.review.qmd
format:
html:
theme: cosmo
css: styles.css
toc: true
include-in-header:
text: |
<script async src="https://umami.joeroe.io/script.js" data-website-id="d5755f67-004e-415f-8855-425405fdd537"></script>