Skip to content
This repository was archived by the owner on Sep 27, 2018. It is now read-only.

Commit 1a72b55

Browse files
author
GSI2013
committed
added clear-PNG example to README
1 parent b5baabe commit 1a72b55

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

README.textile

+7-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,12 @@ h1. Jekyll Image Encode
22

33
This 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

813
h2. Installation
@@ -30,4 +35,4 @@ pre. <img src="{% base64 http://example.org/image.png %}" />
3035

3136
h2. 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.

jekyll_image_encode.gemspec

+1-1
Original file line numberDiff line numberDiff 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'

0 commit comments

Comments
 (0)