2018-07-13 00:03:33 +02:00
|
|
|
#!/usr/bin/env sh
|
|
|
|
|
2019-03-13 23:45:59 +01:00
|
|
|
hugo $(cat .hugo-params)
|
2018-07-14 22:53:59 +02:00
|
|
|
tools/merge_cals.py
|
2018-07-15 00:52:03 +02:00
|
|
|
upcoming="$(tools/gen_upcoming.py static/all.ics 14 5|tr '\n' ' ')"
|
2018-08-16 23:22:24 +02:00
|
|
|
cp static/all.ics public/all.ics
|
2018-07-14 22:53:59 +02:00
|
|
|
sed -i "s#CALENDAR#$upcoming#g" public/index.html
|