Skip to content

Latest commit

 

History

History
26 lines (22 loc) · 822 Bytes

README.md

File metadata and controls

26 lines (22 loc) · 822 Bytes

This is a statically generated site, created using jekyll

Structure

Currently, having just moved the site over, the entirety of the site sits in _layouts/default.html.

Developer

For docs see the official documentation

To run and develop the site locally:

  1. Install a full Ruby development environment
  2. Install Jekyll and bundler gems:
    $ gem install jekyll bundler
  3. clone and open this repo
    $ git clone [email protected]:color-code/colorcode-org-za.git
    $ cd colorcode-org-za
  4. Build the site and make it available on a local server
    $ bundle exec jekyll serve
    As you make changes, the site will automatically rebuild itself.