Hesham-Burawi / gci15.fossasia.org

FOSSASIA GCI Site 2015/16

Home Page:http://gci15.fossasia.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FOSSASIA GCI Site 2015/16

Build Status

Run this website on Github

Fork this repo, and it should be on http://<username>.github.io/gci15.fossasia.org now.

Running the website on Local Machine

There are three steps involved:

1. Clone Repo

First of all you need to clone the repo. You can easily do this by running any one of the below listed commands:

  • git clone https://github.com/fossasia/gci15.fossasia.org.git

or own fork version

  • git clone https://github.com/<username>/gci15.fossasia.org.git

2. Install Jekyll

gem install bundler
gem install github-pages

Use sudo if there is any permission issue

3. Running website

cd gci15.fossasia.org
jekyll serve

Now you can open the website by opening any one of the following links:

  • http://0.0.0.0:4000/
  • http://localhost:4000/

Useful Git Tricks

see GIT.md

Adding Blog Posts

see blogpost.md

Demo

You can see the current website over here.

About

FOSSASIA GCI Site 2015/16

http://gci15.fossasia.org

License:GNU General Public License v2.0


Languages

Language:HTML 93.7%Language:CSS 5.4%Language:JavaScript 0.8%Language:Ruby 0.1%