Code4SA / code4sa.github.io

Code for SA website

Home Page:http://code4sa.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

code4sa.github.io

Code4SA Website (http://code4sa.org/).

The site runs on Jekyll (http://jekyllrb.com/) a simple, blog-aware, static site generator.

Local development

To get the site up and running in your local environment, clone the repository with

git clone git@github.com: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.

Deployment

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/.

About

Code for SA website

http://code4sa.org

License:MIT License


Languages

Language:JavaScript 76.6%Language:CSS 19.2%Language:HTML 3.6%Language:Less 0.5%Language:Python 0.1%Language:SCSS 0.0%Language:Ruby 0.0%