This repository was archived by the owner on Sep 27, 2018. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +8
-3
lines changed
Expand file tree Collapse file tree 2 files changed +8
-3
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,12 @@ h1. Jekyll Image Encode
22
33This Jekyll plugin fetches images from the web and renders their according base64 codes.
44
5- Be sure to know your reasons when using it.
5+ For example, a **1x1 clear PNG** would become:
6+
7+ pre. <img src="data:image;base64, iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAAXNSR0IArs4c
8+ 6QAAAAxJREFUCNdj+P//PwAF/gL+3MxZ5wAAAABJRU5ErkJggg== " />
9+
10+ Be sure to know your reasons when using this plugin.
611
712
813h2. Installation
@@ -30,4 +35,4 @@ pre. <img src="{% base64 http://example.org/image.png %}" />
3035
3136h2. License
3237
33- Jekyll Image Embed is released under the "MIT License":http://www.opensource.org/licenses/MIT.
38+ Jekyll Image Embed is released under the "MIT License":http://www.opensource.org/licenses/MIT.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ Gem::Specification.new do |s|
55 s . summary = "Jekyll Image Encode"
66 s . description = "Jekyll tag that renders base64 codes of images fetched from the web"
77 s . authors = [ "GSI" ]
8- s . email = '2013 @groovy-skills.com'
8+ s . email = 'rubygems.org @groovy-skills.com'
99 s . files = Dir . glob ( 'lib/**/*' ) # `git ls-files`.split($/)
1010 s . homepage = 'https://github.com/GSI/' + s . name
1111 s . license = 'MIT'
You can’t perform that action at this time.
0 commit comments