nsbingham / jekyll-remote-markdown

Jekyll plugin to deal with remote markdown files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jekyll-remote-markdown - Remote markdown file plugin for Jekyll

This Jekyll plugin allows you to use remote markdown files content using a Liquid tag in your local markdown file.

Usage

To install this plugin, simply drop the remote_markdown.rb file into the _plugins folder at the root of your Jekyll site (create the folder if it does not yet exist). The file will be loaded before Jekyll generates your site.

To use it, simply use the remote_markdown tag in your local markdown file, like this example:

<!-- load remote readme file from github -->
{% remote_markdown https://raw.githubusercontent.com/Rolinh/jekyll-remote-markdown/master/README.md %}

About

Jekyll plugin to deal with remote markdown files.


Languages

Language:Ruby 100.0%