Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
66 changes: 35 additions & 31 deletions _archiv/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,19 @@


## What's in the file `programm.html`
The HTML file should consist of two parts, a metadata head and the actual text
body.
The HTML file should consist of two parts, a metadata header and the actual
text body.

### Metadata head
### Metadata header

---
layout: program
title: "Kursprogramm ESS 20XX"
programm_pdf: /2025/img/ESS20XX-Programm.pdf
programm_img: /2025/img/ESS20XX-Programm.png
---
```yaml
---
layout: program
title: "Kursprogramm ESS 20XX"
programm_pdf: /20XX/img/ESS20XX-Programm.pdf
programm_img: /20XX/img/ESS20XX-Programm.png
---
```


### Text body
Expand All @@ -48,31 +50,33 @@ body.

## How to set up a course

The HTML file should consist of two parts, a metadata head and the actual text
body.
The HTML file should consist of two parts, a metadata header and the actual
text body.
First of all, please name the file with a meaningful title.

### Metadata head
### Metadata header

---
title: Fancy course on important stuff
title-short: Fancy course
label: fancy
lang: Deutsch oder English
costs: 20
teachers: Awesome teacher
requirements:
- basic knowledge of stuff
software:
- average software
target-audience: Beginners
slots:
- Mi1
- Mi2
- Mi3
- Mi4
room: tba
---
```yaml
---
title: Fancy course on important stuff
title-short: Fancy course
label: fancy
lang: Deutsch oder English
costs: 20
teachers: Awesome teacher
requirements:
- basic knowledge of stuff
software:
- average software
target-audience: Beginners
slots:
- Mi1
- Mi2
- Mi3
- Mi4
room: tba
---
```

The costs depend on the course length: a slot of 3 hours costs 5 Euros.

Expand Down