Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/rolinh/jekyll-remote-markdown
- Owner: rolinh
- Created: 2015-01-09T10:41:53.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-01-15T14:27:12.000Z (almost 10 years ago)
- Last Synced: 2023-03-27T21:59:16.464Z (over 1 year ago)
- Topics: jekyll, jekyll-plugin, markdown, remote, ruby
- Language: Ruby
- Size: 117 KB
- Stars: 11
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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 %}
```