Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/timrogers/jekyll-esv
A Liquid tag plugin for Jekyll for linking to Bible passages from the ESV Bible
https://github.com/timrogers/jekyll-esv
Last synced: 13 days ago
JSON representation
A Liquid tag plugin for Jekyll for linking to Bible passages from the ESV Bible
- Host: GitHub
- URL: https://github.com/timrogers/jekyll-esv
- Owner: timrogers
- License: mit
- Created: 2015-05-03T16:16:36.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-03T16:29:12.000Z (over 9 years ago)
- Last Synced: 2024-11-24T13:43:50.243Z (about 2 months ago)
- Language: Ruby
- Size: 109 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## jekyll-esv
A Liquid tag plugin for Jekyll for linking to Bible passages from the [ESV Bible](http://esvbible.org).
[![Gem Version](https://badge.fury.io/rb/jekyll-esv.svg)](http://badge.fury.io/rb/jekyll-esv)
### Usage
As mentioned by [Jekyll's documentation](http://jekyllrb.com/docs/plugins/#installing-a-plugin) you have two options; manually import the source file or require the plugin as a `gem`.
#### Install the gem
Install the gem, add it to your Gemfile;
```ruby
gem 'jekyll-esv'
```Add the `jekyll-esv` to your site `_config.yml` file for Jekyll to import the plugin as a gem.
```ruby
gems: ['jekyll-esv']
```#### Use the tag
Use the tag `esv`, and pass to it the Bible reference you want to link to:
```liquid
{% esv "Romans 8:28-9" %}
```The output will look like this:
```html
Romans 8:28-9
```### Contributing
Use a GitHub pull request to submit contributions.
### License
This project is available for use under the MIT software license. See LICENSE.