fixed config + ics timezone

This commit is contained in:
murmeldin 2025-04-16 18:36:08 +02:00
parent e91ab5473d
commit ccdaa9d95d
6 changed files with 50 additions and 55 deletions

View file

@ -3,6 +3,8 @@
set -e
set -x
rm -rf public/ # delete old generated files
hugo $(cat .hugo-params)
./tools/merge_cals.py
upcoming="$(tools/gen_upcoming.py static/all.ics 20 5 | tr '\n' ' ')"