Skip to content
FOSSASIA GCI Site 2015/16
Branch: gh-pages
Clone or download
Pull request Compare This branch is 233 commits behind fossasia:gh-pages.
Fetching latest commit…
Cannot retrieve the latest commit at this time.
Permalink
Type Name Latest commit message Commit time
Failed to load latest commit information.
_data
css
fonts/codropsicons
img
js
scss
stylesheets
.gitignore
.travis.yml
CNAME
FETCH_HEAD
GIT.md
Gemfile
LICENSE
README.md
favicon.ico
index.html
loadblog.html
master
params.json

README.md

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

Clone Repo

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

or own fork version

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

Install Jekyll

gem install bundler
gem install github-pages

Use sudo if there is any permission issue

Running website

cd gci15.fossasia.org
jekyll serve

Go to

http://0.0.0.0:4000/ or http://localhost:4000/

Useful Git Tricks

see GIT.md

Demo

You can see the current website over here.

You can’t perform that action at this time.