generated from kirenz/course-template-quarto
-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
85 lines (77 loc) · 2.17 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
85
project:
type: website
execute:
freeze: auto
website:
page-navigation: true
title: "Data Analytics with Statistics"
description: "Homepage for Data Analytics with Statistics at HdM Stuttgart, WS 23/24."
site-url: "https://data-analytics-ws2324.github.io/website/"
repo-url: https://github.com/data-analytics-ws2324/website
repo-actions: [edit, issue]
open-graph: true
image: "/images/logo.png"
favicon: "/images/logo.png"
search:
type: overlay
page-footer:
left: |
© [Jan Kirenz](https://www.kirenz.com/), 2023
center:
- text: "Schedule"
href: index.qmd
- text: "Syllabus"
href: course-syllabus.qmd
right:
- icon: person-circle
- text: "Moodle"
href: https://moodle.hdm-stuttgart.de/login/index.php
aria-label: Moodle
# background: "#325b74"
sidebar:
# background: "#325b74"
logo: "images/logo.png"
pinned: true
align: center
tools:
- icon: github
href: https://github.com/data-analytics-ws2324
text: "GitHub organization"
- icon: person-fill
text: "Moodle"
href: https://moodle.hdm-stuttgart.de/course/view.php?id=16202
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: index.qmd
text: Schedule
- section: "Programming"
contents:
- href: programming-requirements.qmd
text: Requirements
# - href: programming-troubleshooting.qmd
# text: Troubleshooting
- section: "Project"
contents:
- href: project-description.qmd
text: Description
- href: project-tips-resources.qmd
text: Tips + resources
format:
html:
toc: true
theme:
light: [cosmo, style/course.scss]
dark: [cosmo, style/course.scss, style/dark.scss]
mainfont: "Atkinson Hyperlegible"
code-copy: true
code-overflow: wrap