CCCB Website
Go to file
2018-07-09 01:43:33 +02:00
archetypes Move out datengartens into their own section 2018-05-21 18:31:39 +02:00
content Fix typos/spelling/grammar 2018-07-09 00:05:56 +02:00
layouts Fix schedule.xml rendering 2018-06-11 22:49:04 +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 conversion tool 2018-05-20 22:54:37 +02:00
.gitattributes ICS Files brauchen CLRF 2018-06-11 22:50:30 +02:00
.gitignore Initial commit 2018-05-18 01:30:59 +02:00
.gitmodules change submodule to fork, add step to README, fix typo in README 2018-05-18 21:27:55 +02:00
config.yaml config: no quotes needed for mediaTypes 2018-07-09 01:43:33 +02:00
README.md git submodule init missed 2018-05-21 02:05:17 +02:00
TODO.md Add TODO file to track progress 2018-05-18 01:37:08 +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

Every change you make on the project will be reflected in your browser as long as hugo serve is running.