Add calendar generator

This commit is contained in:
Daniel Molkentin 2018-07-14 22:53:59 +02:00
parent d55a0ee07f
commit fbc6fe31dd
5 changed files with 101 additions and 2 deletions

View file

@ -8,6 +8,7 @@ Running a dev setup
* run hugo webserver: `hugo serve`
* Point your browser to `http://localhost:1313/s/`
* To ready your site for upload, run "./build.sh", which also generates all.ics
and adds the calendar table to index.html
Every change you make on the project will be reflected in your browser as
long as `hugo serve` is running.