labrea-theme 0.0.1 → 0.0.2
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 +5 -5
- data/README.md +2 -2
- data/_includes/image-gallery.html +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
|
-
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
2
|
+
SHA256:
|
|
3
|
+
metadata.gz: 3166a6c4b5f0c4fee9a208451967d420d1cb0a97e54c08e704c6b1bdefa653fd
|
|
4
|
+
data.tar.gz: 66b03177de8cdcdb1a3ac9ab2d6298902632a2d45908ef09ad700637723764ce
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 96d16d148bea141ea062ce4020a9d734c7e96e466c0e43d51d0ce9ba1d3a68e20747997846417752ac8843ba49a214054ec6997ea0fce03e199fbf6de20db8a1
|
|
7
|
+
data.tar.gz: dc63280f068b7fcde7607ecebd65c3a66f1998a4b95741a5b745deefa1c6bdfd98e3a0b4df57ef17d485eedb94aee54309826cd44ed5e2d0edc9b7e1a4e451ec
|
data/README.md
CHANGED
|
@@ -8,14 +8,14 @@ A [Jekyll](http://jekyllrb.com/) theme based on [Ace](https://github.com/aliou/a
|
|
|
8
8
|
Add this to your Jekyll site's `Gemfile`:
|
|
9
9
|
|
|
10
10
|
```ruby
|
|
11
|
-
gem "labrea"
|
|
11
|
+
gem "labrea-theme"
|
|
12
12
|
gem "jekyll-paginate" # if you want pagination enabled
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
And add this line to your Jekyll site's `_config.yml`:
|
|
16
16
|
|
|
17
17
|
```yaml
|
|
18
|
-
theme: labrea
|
|
18
|
+
theme: labrea-theme
|
|
19
19
|
```
|
|
20
20
|
|
|
21
21
|
and ensure you have `jekyll-paginate` listed under gems in your `_config.yaml`:
|
|
@@ -4,4 +4,4 @@
|
|
|
4
4
|
.image-gallery a img {width: 100%; display: block;}
|
|
5
5
|
</style>
|
|
6
6
|
|
|
7
|
-
<p class="image-gallery">{% for file in site.static_files %}{% if file.path contains include.folder %}{% if file.extname == '.jpg' or file.extname == '.jpeg' or file.extname == '.JPG' or file.extname == '.JPEG' %}<a href="{{ file.path }}"><img src="//images.weserv.nl/?url={{ site.url | replace: 'http://','' | replace: 'https://','' }}{{ file.path }}&w=300&h=300&output=jpg&q=50&t=square" /></a>{% endif %}{% endif %}{% endfor %}</p>
|
|
7
|
+
<p class="image-gallery">{% for file in site.static_files %}{% if file.path contains include.folder %}{% if file.extname == '.jpg' or file.extname == '.jpeg' or file.extname == '.JPG' or file.extname == '.JPEG' %}<a href="{{ file.path | prepend: site.baseurl }}"><img src="//images.weserv.nl/?url={{ site.url | replace: 'http://','' | replace: 'https://',''}}{{ site.baseurl }}{{ file.path }}&w=300&h=300&output=jpg&q=50&t=square" /></a>{% endif %}{% endif %}{% endfor %}</p>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: labrea-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.0.
|
|
4
|
+
version: 0.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- noah
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-05-
|
|
11
|
+
date: 2018-05-04 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -96,7 +96,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
96
96
|
version: '0'
|
|
97
97
|
requirements: []
|
|
98
98
|
rubyforge_project:
|
|
99
|
-
rubygems_version: 2.
|
|
99
|
+
rubygems_version: 2.7.6
|
|
100
100
|
signing_key:
|
|
101
101
|
specification_version: 4
|
|
102
102
|
summary: A simple Jekyll theme for journalling based on ace-theme.
|