An open API service indexing awesome lists of open source software.

https://github.com/edsu/jekyll-wikidata

A Jekyll plugin for Wikidata.
https://github.com/edsu/jekyll-wikidata

Last synced: over 1 year ago
JSON representation

A Jekyll plugin for Wikidata.

Awesome Lists containing this project

README

          

# Jekyll::Wikidata

[![Build Status](https://travis-ci.org/edsu/jekyll-wikidata.svg)](http://travis-ci.org/edsu/jekyll-wikidata)

This [Jekyll](http://jekyllrb.com/) plugin lets you integrate data from [Wikidata](https://wikidata.org) into your Jekyll static site.

## Installation

Add this line to your application's Gemfile:

gem 'jekyll-wikidata'

And then execute:

$ bundle

Or install it yourself as:

$ gem install jekyll-wikidata

## Usage

TODO: Write usage instructions here

## Contributing

1. Fork it ( https://github.com/[my-github-username]/jekyll-wikidata/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request