CCCB Website
Go to file
Daniel Molkentin dd4e68b439 Datengärten regelmäßig ohne Titel anzeigen...
...außer es gibt einen Eintrag, dann nur diesen anzeigen.
2018-06-11 21:22:47 +02:00
archetypes Move out datengartens into their own section 2018-05-21 18:31:39 +02:00
content Logo für Amatuerfunker 2018-06-11 21:22:22 +02:00
layouts Datengärten regelmäßig ohne Titel anzeigen... 2018-06-11 21:22:47 +02:00
static/img Logo für Amatuerfunker 2018-06-11 21:22:22 +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 Fix blog post URL 2018-05-22 08:29:40 +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.