Skip to content

rolinh/jekyll-remote-markdown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages