CCCB Website
Go to file
2019-08-14 11:46:27 +02:00
archetypes Move out datengartens into their own section 2018-05-21 18:31:39 +02:00
content Information über Umbau 2019-08-14 11:46:27 +02:00
layouts Information über Umbau 2019-08-14 11:46:27 +02:00
static/img Delete coderdojo.png 2019-03-17 18:57:43 +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 Hauptseite: Zeige Termine der nächsten 20 Tage. 2019-08-14 00:44:09 +02:00
.gitmodules change submodule to fork, add step to README, fix typo in README 2018-05-18 21:27:55 +02:00
.hugo-params Add baseURL for staging 2019-03-14 20:52:34 +01:00
build.sh Hauptseite: Zeige Termine der nächsten 20 Tage. 2019-08-14 00:44:09 +02:00
config.yaml Do away with /s prefix 2019-03-14 20:35:08 +01: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.