This repository was archived by the owner on Sep 27, 2018. It is now read-only.
File tree 2 files changed +8
-3
lines changed
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
2
2
3
3
This Jekyll plugin fetches images from the web and renders their according base64 codes.
4
4
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.
6
11
7
12
8
13
h2. Installation
@@ -30,4 +35,4 @@ pre. <img src="{% base64 http://example.org/image.png %}" />
30
35
31
36
h2. License
32
37
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|
5
5
s . summary = "Jekyll Image Encode"
6
6
s . description = "Jekyll tag that renders base64 codes of images fetched from the web"
7
7
s . authors = [ "GSI" ]
8
- s . email = '2013 @groovy-skills.com'
8
+ s . email = 'rubygems.org @groovy-skills.com'
9
9
s . files = Dir . glob ( 'lib/**/*' ) # `git ls-files`.split($/)
10
10
s . homepage = 'https://github.com/GSI/' + s . name
11
11
s . license = 'MIT'
You can’t perform that action at this time.
0 commit comments