CCCB Website
Go to file
2018-07-19 21:49:38 +02:00
archetypes Move out datengartens into their own section 2018-05-21 18:31:39 +02:00
content Anfahrt: OpenStreetMap Link sichtbar gemacht 2018-07-15 01:36:06 +02:00
layouts Generate ics files correctly, incl. merged all.ics 2018-07-13 00:03:45 +02:00
static/img Bildergallerie 2018-07-09 00:04:25 +02:00
themes Bildergallerie 2018-07-09 00:04:25 +02:00
tools Add calendar generator 2018-07-14 22:53:59 +02:00
.gitattributes ICS Files brauchen CLRF 2018-06-11 22:50:30 +02:00
.gitignore ignore generated ics file 2018-07-19 21:49:38 +02:00
.gitmodules change submodule to fork, add step to README, fix typo in README 2018-05-18 21:27:55 +02:00
build.sh Kalender: Kommende 5 Termine über max. 14 Tage anzeigen 2018-07-15 00:52:25 +02:00
config.yaml Vorl. Datenschutzerklärung 2018-07-15 00:51:53 +02:00
README.md Add calendar generator 2018-07-14 22:53:59 +02:00
TODO.md Update TODO.md 2018-07-09 18:18:57 +02:00

Running a dev setup

  • Get Hugo: https://gohugo.io/getting-started/installing
  • Clone this repo:: git clone https://github.com/cccb/www
  • Switch directory: cd www
  • Fetch Submodules: git submodule update --recursive --remote --init
  • 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.