Skip to content

shoes/shoesrb.com

gh-pages
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
css
 
 
img
 
 
js
 
 
lib
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

shoesrb.com

The website for shoes!

Getting going

$ gem install jekyll
$ jekyll serve
$ open http://localhost:4000

Wooo!

Building the contributors page.

The contributors pages is built by adding the cumulative commits from all members of the community (all contributors to all repos in the Shoes organization). You will need to set a GITHUB_TOKEN in a .env file and then run ruby lib/data_builder.rb.

This will generate two data files which are saved in the _data directory: repos.yml and community.yml. community.yml is the data used with the liquid template in contribute.html page to render the community section.

API Endpoints:

Members of Shoes: https://api.github.com/orgs/shoes/members
Contributors to Specific Repo: https://api.github.com/repos/shoes/shoes4/contributors
List all repos :https://api.github.com/orgs/shoes/repos