https://github.com/jekyll/jekyll-test-gem-plugin
Wouldn't it be cool if you could ship Jekyll plugins as gems?
https://github.com/jekyll/jekyll-test-gem-plugin
Last synced: 5 months ago
JSON representation
Wouldn't it be cool if you could ship Jekyll plugins as gems?
- Host: GitHub
- URL: https://github.com/jekyll/jekyll-test-gem-plugin
- Owner: jekyll
- License: mit
- Created: 2013-10-04T19:36:25.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2025-02-05T19:47:58.000Z (11 months ago)
- Last Synced: 2025-07-27T23:42:06.005Z (6 months ago)
- Language: Ruby
- Size: 32.2 KB
- Stars: 7
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: History.markdown
- License: LICENSE.txt
Awesome Lists containing this project
README
# JekyllTestPlugin
Testing Jekyll's `gem` configuration option, which allows the straight
inclusion of plugins as rubygems into Jekyll instead of just `.rb`
files.
## Installation
Add this line to your application's Gemfile:
gem 'jekyll_test_plugin'
And then execute:
$ bundle
Or install it yourself as:
$ gem install jekyll_test_plugin
## Usage
DON'T USE THIS IT'S JUST FOR TESTING. :smile:
## Contributing
1. Fork it
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 new Pull Request