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.
- Host: GitHub
- URL: https://github.com/edsu/jekyll-wikidata
- Owner: edsu
- License: mit
- Created: 2015-05-28T17:19:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-15T08:31:36.000Z (about 11 years ago)
- Last Synced: 2024-10-12T06:01:12.060Z (over 1 year ago)
- Language: CSS
- Size: 195 KB
- Stars: 5
- Watchers: 3
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Jekyll::Wikidata
[](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