CCCB Website
Go to file
2018-05-21 03:28:30 +02:00
archetypes Initial commit 2018-05-18 01:30:59 +02:00
content Move out dg posts 2018-05-21 03:28:30 +02:00
layouts More concise location for CCCB 2018-05-20 15:55:44 +02:00
static/img modified links, fixed image 2018-05-21 02:05:17 +02:00
themes update submodules 2018-05-21 01:11:04 +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 change logo file 2018-05-20 23:13:32 +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.