Skip to content
This repository has been archived by the owner on Apr 16, 2021. It is now read-only.

This adds a link_url filter which acts like the link tag, except it works with variables.

License

Notifications You must be signed in to change notification settings

DakuTree/jekyll-link-url-filter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Jekyll Link URL Filter Gem Version License: MIT

Jekyll Link URL Filter is a ruby gem for Jekyll static site generator.
This adds a link_url filter which acts like the link tag, except it works with variables.

Installation

Add this line to your Gemfile:

group :jekyll_plugins do
  gem "jekyll-link-url-filter"
end

And then execute:

$ bundle

Alternatively install the gem yourself as:

$ gem install jekyll-link-url-filter

and put this in your _config.yml

plugins:
  - jekyll-link-url-filter

Usage

Use it like any other filter.

Examples: {{ this_is_a_variable_path | link }}
{{ /about/ | link }}

About

This adds a link_url filter which acts like the link tag, except it works with variables.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages