Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rolinh/jekyll-remote-markdown

Jekyll plugin to deal with remote markdown files.
https://github.com/rolinh/jekyll-remote-markdown

jekyll jekyll-plugin markdown remote ruby

Last synced: about 1 month ago
JSON representation

Jekyll plugin to deal with remote markdown files.

Awesome Lists containing this project

README

        

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

This [Jekyll](http://jekyllrb.com/) plugin allows you to use remote markdown
files content using a [Liquid](http://liquidmarkup.org/) 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:

```Markdown

{% remote_markdown https://raw.githubusercontent.com/Rolinh/jekyll-remote-markdown/master/README.md %}
```