Skip to content

10bytes/indix.github.io

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Indix Open Source Website

Build Status

Setup

bundle install
bundle exec middleman serve

By default, all Github information is populated on the client side. But if a lot of users access from the same location, the API might be throttled. It might be ideal to use client side generation for development, and generate the information in deploy time for prod. To generate the Github information on build/deploy, do:

GITHUB_API=<user>:<token> bundle exec middleman build #or serve

Releases

No releases published

Packages

No packages published

Languages

  • HTML 37.5%
  • CSS 31.1%
  • Ruby 16.2%
  • JavaScript 14.8%
  • Shell 0.4%