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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +9 -6
  3. data/_includes/post-card.html +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2749dc5dfc4f40390fb708b502c14232074e64a17ea7363b462d0d6925309de8
4
- data.tar.gz: 4b1ccfb038884a1e5a0a8a4e0b30d662b55b026de619849639670a6bba3f5560
3
+ metadata.gz: 67895bba66b798d6dccfe020f1c239af3b45cb67a795d7cb05d3ddfa12bbd5a3
4
+ data.tar.gz: 466dbfb966dad21b9c384346d65e59ae23d79a337a5aab868131294248b6f2f8
5
5
  SHA512:
6
- metadata.gz: 35ad28dc2cff380d8b7c5f460282957e5305fd2cbb4717ea48ea6829f99664b5b71b417759536847220ce7f021556056acb20cd380d3e5557669782f415cf232
7
- data.tar.gz: 81e600eb5c597bdcc16cb41385915dfa2746f94dcd9621299d53e362b68bf3e622770d385d67e78d830e49967b9b694b546ac6e4923111aa802bd75e04d1a3a6
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
- If you aren’t using Ruby often, the recommended way to install it is with RVM.
46
- Refer to RVM docs and use it to install a fresh Ruby version.
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 2.4.4, it’s known to not work under 2.3
49
- and it hasn’t been tested on newer versions.
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
 
@@ -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.21
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: 2019-11-06 00:00:00.000000000 Z
11
+ date: 2020-03-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll