Skip to content

Commit

Permalink
dummy testing for calendar logic
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Krug committed Feb 11, 2025
1 parent a9927ed commit d94203a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@
hugo $(cat .hugo-params)
./tools/merge_cals.py
upcoming="$(tools/gen_upcoming.py static/all.ics 20 5 | tr '\n' ' ')"
echo $upcoming
cat public/index.html
cp static/all.ics public/all.ics
sed -i "s#CALENDAR#$upcoming#g" public/index.html

cat public/index.html
echo $upcoming

0 comments on commit d94203a

Please sign in to comment.