www/build.sh

7 lines
162 B
Bash
Executable file

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