CCCB Website
Go to file
2018-05-20 23:22:43 +02:00
archetypes Initial commit 2018-05-18 01:30:59 +02:00
content More fixes to DG pages 2018-05-20 20:49:50 +02:00
layouts More concise location for CCCB 2018-05-20 15:55:44 +02:00
static/img Amateuerfunk und Datengarten hinzugefuegt 2018-05-18 13:33:20 +02:00
themes FF theme: Fix icons after theme fork switched to FontAwesome 5 2018-05-20 23:22:43 +02:00
tools Add conversion tool 2018-05-20 22:54:37 +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.toml config: Taxonomie und Datumsformat 2018-05-18 13:34:57 +02:00
README.md change submodule to fork, add step to README, fix typo in README 2018-05-18 21:27:55 +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
  • 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.