Archived
0
0
Fork 0
This repository has been archived on 2025-03-09. You can view files and clone it, but cannot push or open issues or pull requests.
www/build.sh
2025-02-11 23:12:21 +01:00

7 lines
210 B
Bash
Executable file

#!/bin/sh
hugo $(cat .hugo-params)
./tools/merge_cals.py
upcoming="$(tools/gen_upcoming.py static/all.ics 20 5 | tr '\n' ' ')"
cp static/all.ics public/all.ics
sed -i "s#CALENDAR#$upcoming#g" public/index.html