From 46895b46a6be7f9a838859403df77ac685acf5f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dimitri=20Ko=CC=88nig?= Date: Sat, 9 May 2015 17:14:20 +0200 Subject: [PATCH] Added remote_file_content tag plugin --- site/_docs/plugins.md | 1 + 1 file changed, 1 insertion(+) diff --git a/site/_docs/plugins.md b/site/_docs/plugins.md index 8fcf564c..03357c44 100644 --- a/site/_docs/plugins.md +++ b/site/_docs/plugins.md @@ -592,6 +592,7 @@ LESS.js files during generation. - [jekyll-mermaid](https://github.com/jasonbellamy/jekyll-mermaid): Simplify the creation of mermaid diagrams and flowcharts in your posts and pages. - [twa](https://github.com/Ezmyrelda/twa): Twemoji Awesome plugin for Jekyll. Liquid tag allowing you to use twitter emoji in your jekyll pages. - [jekyll-files](https://github.com/x43x61x69/jekyll-files) by [Zhi-Wei Cai](http://vox.vg/): Output relative path strings and other info regarding specific assets. +- [Fetch remote file content](https://github.com/dimitri-koenig/jekyll-plugins) by [Dimitri König](https://www.dimitrikoenig.net/): Using `remote_file_content` tag you can fetch the content of a remote file and include it as if you would put the content right into your markdown file yourself. Very useful for including code from github repo's to always have a current repo version. #### Collections