This commit is contained in:
L3D 2023-11-01 16:13:21 +01:00
commit 31ca1248fd
No known key found for this signature in database
GPG key ID: AD65B920933B4B20
2 changed files with 6 additions and 1 deletions

View file

@ -43,3 +43,8 @@ build assets
source lektor/bin/activate
./node_modules/.bin/esbuild assets/js/custom/nodes/schedule.js --bundle --outfile=assets/rendered_schedule.js
```
# Get latest schedule
```
wget https://cfp.hackwerk.fun/november-geekend-23-2023/schedule/export/schedule.json -O assets/schedule.json
```

File diff suppressed because one or more lines are too long