Skip to content
This repository has been archived by the owner on Dec 27, 2019. It is now read-only.

Adding Gemfile depend and instructions #9

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
source "https://rubygems.org"

gem 'json'
gem 'hash-joiner'
gem 'open-uri-cached'
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,13 @@

Add this file to `_plugins` in the root of your Jekyll site.

Add dependencies from Gemfile to your jekyll site's Gemfile

# Run
`bundle install`
`jekyll build`
`jekyll serve`

# Configure

This plugin reads settings from the `_config.yml` file. Add settings as attributes or an array of attributes for multiple files.
Expand Down