Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/andreyakinshin/remote-include


https://github.com/andreyakinshin/remote-include

Last synced: 25 days ago
JSON representation

Awesome Lists containing this project

README

        

remote-include
==============

A remote include plugin for Jekyll.

It's like {% include file.html %} but instead of grabbing files from your _includes directory it gets the file from a remote URL.

```
{% remote_include https://raw.githubusercontent.com/jekyll/jekyll/master/README.markdown %}
```

## Pull requests welcome

I did the bare minimum to get this working, plus it's the only thing I've ever written in Ruby so I have no idea what I'm doing.