forked from gerkovink/markup
-
Notifications
You must be signed in to change notification settings - Fork 0
/
_quarto.yml
84 lines (77 loc) · 2.14 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
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
project:
type: website
output-dir: docs
website:
page-navigation: true
title: "Markup Languages and Reproducible Programming in Statistics"
description: "Homepage for MLaRPiS @ Utrecht University"
site-url: "https://www.gerkovink.com/markup/"
repo-url: https://github.com/gerkovink/markup
repo-actions: [edit, issue]
open-graph: true
page-footer:
right: "Built with [Quarto](https://quarto.org/)."
left: "© made by Gerko Vink - use as you please"
background: "#5287C6" #5287C6 #F3965E
sidebar:
background: "#5287C6" #5287C6
logo: "images/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/gerkovink
text: "GitHub organization"
- icon: person-fill
text: "Gerko"
menu:
- text: Discussion and questions
url: https://github.com/gerkovink/markup2023/issues
- text: Email
url: mailto:[email protected]
style: "docked"
search: true
collapse-level: 1
contents:
- section: "Course information"
contents:
- href: course-overview.qmd
text: Overview
- href: course-syllabus.qmd
text: Syllabus
- href: course-support.qmd
text: Support
- href: course-team.qmd
text: Teaching team
- href: index.qmd
text: Schedule
- section: "Portfolio"
contents:
- href: portfolio.qmd
text: Deliverables
- section: "Weekly materials"
contents:
- href: weeks/week-1.qmd
text: "Week 1"
- href: weeks/week-2.qmd
text: "Week 2"
- href: weeks/week-3.qmd
text: "Week 3"
- href: weeks/week-4.qmd
text: "Week 4"
- href: weeks/week-5.qmd
text: "Week 5"
- href: weeks/week-6.qmd
text: "Week 6"
format:
html:
theme:
light: [cosmo, theme.scss]
dark: [cosmo, theme-dark.scss]
mainfont: "Atkinson Hyperlegible"
code-copy: true
code-overflow: wrap
toc: true
execute:
freeze: auto
editor: visual