Skip to content

stevenmccord/jekyll-plugins

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Some of my own Jekyll plugins

Installation

Clone this repo and move the files into your jekyll _plugin folder. If it does not exist, then create one

Usage

remote_file_content

Perfect for fetching the file content from a github repository, without any usage of additional javascript. E.x.

{% highlight javascript tabsize=4 %}
{% remote_file_content https://raw.githubusercontent.com/dimitri-koenig/jekyll-gulp-optimizations/master/gulpfile.js %}
{% endhighlight %}

Live demo

About

My own Jekyll plugins

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%