This is a statically generated site, created using jekyll
Currently, having just moved the site over, the entirety of the site sits in _layouts/default.html
.
For docs see the official documentation
To run and develop the site locally:
- Install a full Ruby development environment
- Install Jekyll and bundler gems:
$ gem install jekyll bundler
- clone and open this repo
$ git clone [email protected]:color-code/colorcode-org-za.git $ cd colorcode-org-za
- Build the site and make it available on a local server
As you make changes, the site will automatically rebuild itself.
$ bundle exec jekyll serve