This is a GitHub Pages site build with Jekyll and hosted on GitHub Pages.
- Clone this branch
- Install Jekyll:
gem install jekyll - Make sure everything is setup with
bundle install - Run
jekyll serve --watch - Access the docs at
http://localhost:4000
jerkyll serve --watchwill compile the Jekyll and Sass files into static assets in the _site folder each time a file is saved. That folder is excluded from the repo.- There is no easy way to use Jekyll plugins with GitHub pages, so none are used here.
- The repositories are injected via
site.github.public_repositoriesobject. In production, GitHub sends it real data. For local builds, static data is used