forked from cccb-website-team/www
Add calendar generator
This commit is contained in:
parent
d55a0ee07f
commit
fbc6fe31dd
5 changed files with 101 additions and 2 deletions
4
build.sh
4
build.sh
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue