CCCB Website
Go to file
Daniel Molkentin 02fc98af46 Merge branch 'staging' into 'production'
datengarten: Fix listing order

See merge request cccb/www!22
2020-01-23 17:59:47 +01:00
archetypes Move out datengartens into their own section 2018-05-21 18:31:39 +02:00
content datengarten: Fix listing order 2020-01-23 17:57:36 +01: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 Remove stray artifacts from previous builds 2019-08-14 11:46:28 +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 Merge branch 'staging' 2019-03-14 21:02:51 +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 Minor documentation update 2019-09-04 21:41:42 +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/
  • 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.