Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreyakinshin/remote-include
https://github.com/andreyakinshin/remote-include
Last synced: 25 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/andreyakinshin/remote-include
- Owner: AndreyAkinshin
- Created: 2015-02-02T02:41:22.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2015-02-02T02:48:17.000Z (almost 10 years ago)
- Last Synced: 2023-03-28T00:49:13.934Z (over 1 year ago)
- Language: Ruby
- Size: 91.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.