Add calendar generator

This commit is contained in:
Daniel Molkentin 2018-07-14 22:53:59 +02:00
parent d55a0ee07f
commit fbc6fe31dd
5 changed files with 101 additions and 2 deletions

View file

@ -1,4 +1,6 @@
#!/usr/bin/env sh
tools/merge_cals.py
hugo
tools/merge_cals.py
upcoming="$(tools/gen_upcoming.py static/all.ics 7 7|tr '\n' ' ')"
sed -i "s#CALENDAR#$upcoming#g" public/index.html