jekyll-theme-open-project 2.0.21 → 2.0.22
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 +9 -6
- data/_includes/post-card.html +1 -1
- 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: 67895bba66b798d6dccfe020f1c239af3b45cb67a795d7cb05d3ddfa12bbd5a3
|
|
4
|
+
data.tar.gz: 466dbfb966dad21b9c384346d65e59ae23d79a337a5aab868131294248b6f2f8
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: a9fd67e6e3e53cd16486989c50cb9971ef75896f9b6d34b8954473b9422328e8685f7e688ae92f2bab912e5c9532e89059428a6df65b3839696ddb09537c686d
|
|
7
|
+
data.tar.gz: eb2b85b4f52efe587ef1caa2b3c36a081b6efb3fe0748b573be4552b19574baf7ccaba21a8db86e85639663c592e615cbb694c12292a15bb78d6d446ed638930
|
data/README.md
CHANGED
|
@@ -40,13 +40,16 @@ to AWS S3.
|
|
|
40
40
|
|
|
41
41
|
## Starting a site with this theme
|
|
42
42
|
|
|
43
|
-
### Getting started with Ruby
|
|
43
|
+
### Getting started with Ruby and Jekyll
|
|
44
44
|
|
|
45
|
-
|
|
46
|
-
|
|
45
|
+
The currently recommended Ruby version is 2.6.
|
|
46
|
+
(In case you aren’t using Ruby often, the easiest way to install one may be with RVM.)
|
|
47
47
|
|
|
48
|
-
The currently recommended version is
|
|
49
|
-
|
|
48
|
+
The currently recommended Jekyll version is 3 or newer
|
|
49
|
+
(read about [Jekyll installation](https://jekyllrb.com/docs/#instructions)).
|
|
50
|
+
|
|
51
|
+
Note: this theme is known to not work with Ruby older than 2.3,
|
|
52
|
+
and hasn’t been tested on newer versions.
|
|
50
53
|
|
|
51
54
|
### Start new Jekyll site
|
|
52
55
|
|
|
@@ -252,7 +255,7 @@ For hub-wide posts, put posts under _posts/ in site root and name files e.g.
|
|
|
252
255
|
`2018-04-20-welcome-to-jekyll.markdown` (no change from the usual Jekyll setup).
|
|
253
256
|
|
|
254
257
|
If ``use_picture`` is set to "assets", author photo would be expected to
|
|
255
|
-
reside under assets/blog/authors/<author email>.jpg
|
|
258
|
+
reside under `assets/blog/authors/<author email>.jpg`.
|
|
256
259
|
|
|
257
260
|
For project posts, see below the project site section.
|
|
258
261
|
|
data/_includes/post-card.html
CHANGED
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
</header>
|
|
50
50
|
|
|
51
51
|
<p class="body">
|
|
52
|
-
{{ include.post.excerpt | remove: '<p>' | remove: '</p>' | remove: '<div class="presentation">' | remove: '</div>' }}
|
|
52
|
+
{{ include.post.excerpt | remove: '<p>' | remove: '</p>' | remove: '<div class="presentation">' | remove: '<div class="paragraph">' | remove: '</div>' }}
|
|
53
53
|
</p>
|
|
54
54
|
|
|
55
55
|
<footer class="meta">
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-theme-open-project
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.0.
|
|
4
|
+
version: 2.0.22
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-03-06 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|