Skip to content

hummusonrails/jekyll-github-repo-plugin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Jekyll GitHub Repo Tag

A liquid tag to display a GitHub repository in an organized clean way.

##Dependencies & Installation

###Dependencies

You will need the following dependencies to build your Jekyll project with this plugin:

gem install json
gem install open-uri

You will also need to have bootstrap 3 and font-awesome 4 for the default style.

<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css">
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css">

###Installation

Copy github_repo_tag.rb into your _plugins folder of your Jekyll project.

##Usage

Syntax: {% render_github_repo [user/repo] %}

Feel free to modify the html and style as you desire.

##Examples

{% render_github_repo flower-pot/jekyll-github-repo-plugin %}

Would generate a box as it is in this article.

About

A Jekyll plugin to display a GitHub repository nicely and organized in a post

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%