distorted 0.4.0 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/README.md +12 -3
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e1181821dd315d48e4ce82143c730732ac31f4bb4b378158573decd3f1084387
|
4
|
+
data.tar.gz: b46049e34f5b54e16fa2b51f49eb86b197efe21eb62850cd298a33dada9146bc
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6b9cf9d534cc0792ba890bac2fe59f3bf8dc6f22244639fb8fe88cca6ae2e5f08af7937536a34001a849f840c5122bf1d8b99b473a3fa55e16aa24230d64ec82
|
7
|
+
data.tar.gz: af4e3630631416c55289b52553b0ea71859d5f8e020b4071d6d076344cae7090849435ad167538dc47baa62ff1a6ff178da4f91874f6f5337e722bbe551ae40c
|
data/README.md
CHANGED
@@ -37,10 +37,13 @@ Images are fairly well supported and are enabled by default. Video support is ve
|
|
37
37
|
|
38
38
|
## Installation
|
39
39
|
|
40
|
-
Add
|
40
|
+
Add to your site's Gemfile:
|
41
41
|
|
42
42
|
```ruby
|
43
|
-
|
43
|
+
group :jekyll_plugins do
|
44
|
+
gem 'distorted-jekyll'
|
45
|
+
gem 'distorted'
|
46
|
+
end
|
44
47
|
```
|
45
48
|
|
46
49
|
And then execute:
|
@@ -107,6 +110,12 @@ Or, for a DD grid:
|
|
107
110
|
|
108
111
|
Here's an example of embedding an example image in a Jekyll demo site's first post. No site configuration was changed aside from installing the Gem.
|
109
112
|
|
113
|
+
The Markdown:
|
114
|
+
|
115
|
+
```
|
116
|
+

|
117
|
+
```
|
118
|
+
|
110
119
|
The log output:
|
111
120
|
|
112
121
|
```
|
@@ -135,7 +144,7 @@ And the actual template output that ends up in the final page:
|
|
135
144
|
<source srcset="/jekyll/update/2020/06/17/DistorteD-small.webp" media="(max-width: 400px)" />
|
136
145
|
<source srcset="/jekyll/update/2020/06/17/DistorteD-medium.webp" media="(min-width: 800px)" />
|
137
146
|
<source srcset="/jekyll/update/2020/06/17/DistorteD-large.webp" media="(min-width: 1500px)" />
|
138
|
-
<img src="/jekyll/update/2020/06/17/DistorteD.png" alt="DistorteD logo" title="
|
147
|
+
<img src="/jekyll/update/2020/06/17/DistorteD.png" alt="DistorteD logo" title="This is so cool" loading="eager" />
|
139
148
|
</picture>
|
140
149
|
</a>
|
141
150
|
<span style="clear: left;"></span>
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: distorted
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.4.
|
4
|
+
version: 0.4.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Allison Reid
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2020-06-
|
11
|
+
date: 2020-06-21 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|