All Projects → fossasia → Gci15.fossasia.org

fossasia / Gci15.fossasia.org

Licence: gpl-2.0
FOSSASIA Google Code-In Website 2015/16 http://gci15.fossasia.org

Programming Languages

HTML
75241 projects
ruby
36898 projects - #4 most used programming language
CSS
56736 projects
javascript
184084 projects - #8 most used programming language

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].