CCCB Website
Go to file
2019-03-13 23:48:35 +01:00
archetypes Move out datengartens into their own section 2018-05-21 18:31:39 +02:00
content Add DG98, update DG97 video 2019-03-12 21:15:24 +01:00
layouts ICS: Link als DETAILS text 2018-07-19 21:51:03 +02:00
static/img remove ungutes foto 2018-12-02 18:47:50 +01:00
themes Beautiful Hugo: point to available revision 2018-08-15 01:51:53 +02:00
tools try to make it look like python 2018-08-15 00:49:24 +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
.gitlab-ci.yml Allow specifying per-branch parameters 2019-03-13 23:46:54 +01:00
.gitmodules change submodule to fork, add step to README, fix typo in README 2018-05-18 21:27:55 +02:00
.hugo-params Adjust hugo params for master 2019-03-13 23:48:35 +01:00
build.sh Allow specifying per-branch parameters 2019-03-13 23:46:54 +01:00
config.yaml Fix config.yaml for use with hugo >= 0.44 2018-08-15 01:15:09 +02:00
LICENSE Add LICENSE 2018-08-14 23:11:06 +02:00
README.md Update README.md 2018-08-16 22:13:41 +02:00
requirements.txt try to make it look like python 2018-08-15 00:49:24 +02:00
TODO.md Update TODO.md 2018-07-09 18:18:57 +02:00

pipeline status

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.