-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path_quarto.yml
46 lines (42 loc) · 1.06 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
project:
type: website
editor:
render-on-save: true
#pre-render: homework/convertExercises.sh
website:
title: "🧠 EEG-2024"
sidebar:
style: "docked"
search: true
contents:
- section: "Course"
contents:
- href: course.qmd
text: ℹ️ Organisation
- href: schedule.qmd
text: 📆 Schedule
- section: "Projects"
contents:
- href: semesterproject.qmd
text: 📋 Descriptions
- href: grading.qmd
text: 🛠️ Grading
- href: milestones.qmd
text: 🎯 Milestones
- section: "Exercises"
contents:
- href: exercises/exercises.qmd
text: 🏋️♂️ Exercise sheets
- section: "Resources"
contents:
- href: bibliography.qmd
text: 📚 Bibliography
- href: software.qmd
text: 💻 Software
format:
html:
theme:
- yeti
- css/styles.scss
css: css/styles.css
toc: true