OLD website
Code4SA Website (http://code4sa.org/).
The site is relatively simple to set up, and runs on Jekyll (http://jekyllrb.com/) a simple, blog-aware, static site generator.
To get the site up and running in your local environment, clone the repository with
git clone [email protected]:Code4SA/code4sa.github.io.git
cd code4sa.github.io
Install Jekyll and dependencies with
bundle install
Then run the Jekyll server with
bundle exec jekyll serve --watch
The site should then be running on http://localhost:4000/ and will reflect changes as you make them.
The site is served by github pages, so to deploy to production simply:
git push
and bask in the glory of your updates at http://code4sa.org/.