jekyll-theme-open-project 2.0.21 → 2.1.4
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/LICENSE.txt +1 -1
- data/README.md +21 -6
- data/_includes/legal.html +1 -1
- data/_includes/post-card.html +1 -1
- metadata +10 -10
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 02245f72f837557b2a6b00defc53ec67608452f229aa836eb25d40091043015c
|
|
4
|
+
data.tar.gz: a7617a367ecbaf4d93735139615c95dacacadbfc29d1ab1d6345e93c6b3b5716
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: bd674870e1f6bcc6735f75e2406652304c4b430007e8e490938b83d3f07645e9705b9ea51acfdaac826d0ec4d710a2d6226635d396854e37daa06697df2fa6f5
|
|
7
|
+
data.tar.gz: 6f99302a69d67bf4f1d0cd910bc6eb6f15ed09a55278c81e74774ae8ec31ce9f9622a49a09eeeadcfa2fbbdba6a4f649a2f0ecca3ca8f88fc76af058f2b0c1ae
|
data/LICENSE.txt
CHANGED
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
|
|
|
@@ -97,6 +100,18 @@ on the type of site you’re creating: hub or individual project site.
|
|
|
97
100
|
Further sections explain core concepts of open project and hub, and go
|
|
98
101
|
into detail about how to configure a project or hub site.
|
|
99
102
|
|
|
103
|
+
[NOTE]
|
|
104
|
+
====
|
|
105
|
+
It may be required to copy the following properties from
|
|
106
|
+
this theme’s `_config.yaml` to your site’s: `collections`, `includes_dir`.
|
|
107
|
+
|
|
108
|
+
This may be caused by changed behavior of jekyll-data gem in recent versions,
|
|
109
|
+
which is responsible for “inheritance” of `_config.yaml` between theme and site.
|
|
110
|
+
|
|
111
|
+
You can add any custom collections for your site
|
|
112
|
+
after collections copied from theme’s config.
|
|
113
|
+
====
|
|
114
|
+
|
|
100
115
|
### Building site
|
|
101
116
|
|
|
102
117
|
Execute to build the site locally and watch for changes:
|
|
@@ -252,7 +267,7 @@ For hub-wide posts, put posts under _posts/ in site root and name files e.g.
|
|
|
252
267
|
`2018-04-20-welcome-to-jekyll.markdown` (no change from the usual Jekyll setup).
|
|
253
268
|
|
|
254
269
|
If ``use_picture`` is set to "assets", author photo would be expected to
|
|
255
|
-
reside under assets/blog/authors/<author email>.jpg
|
|
270
|
+
reside under `assets/blog/authors/<author email>.jpg`.
|
|
256
271
|
|
|
257
272
|
For project posts, see below the project site section.
|
|
258
273
|
|
data/_includes/legal.html
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<span class="copyright">
|
|
2
|
-
<span class="copyright-head">Copyright ©
|
|
2
|
+
<span class="copyright-head">Copyright © {{ site.time | date: '%Y' }} {{ site.legal.name }} —</span>
|
|
3
3
|
<span class="copyright-tail">All rights reserved.</span>
|
|
4
4
|
</span>
|
|
5
5
|
|
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.
|
|
4
|
+
version: 2.1.4
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Ribose Inc.
|
|
8
|
-
autorequire:
|
|
8
|
+
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date:
|
|
11
|
+
date: 2020-11-05 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -16,14 +16,14 @@ dependencies:
|
|
|
16
16
|
requirements:
|
|
17
17
|
- - "~>"
|
|
18
18
|
- !ruby/object:Gem::Version
|
|
19
|
-
version: '
|
|
19
|
+
version: '4.0'
|
|
20
20
|
type: :runtime
|
|
21
21
|
prerelease: false
|
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
23
|
requirements:
|
|
24
24
|
- - "~>"
|
|
25
25
|
- !ruby/object:Gem::Version
|
|
26
|
-
version: '
|
|
26
|
+
version: '4.0'
|
|
27
27
|
- !ruby/object:Gem::Dependency
|
|
28
28
|
name: jekyll-seo-tag
|
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -72,14 +72,14 @@ dependencies:
|
|
|
72
72
|
requirements:
|
|
73
73
|
- - '='
|
|
74
74
|
- !ruby/object:Gem::Version
|
|
75
|
-
version: 2.
|
|
75
|
+
version: 2.1.4
|
|
76
76
|
type: :runtime
|
|
77
77
|
prerelease: false
|
|
78
78
|
version_requirements: !ruby/object:Gem::Requirement
|
|
79
79
|
requirements:
|
|
80
80
|
- - '='
|
|
81
81
|
- !ruby/object:Gem::Version
|
|
82
|
-
version: 2.
|
|
82
|
+
version: 2.1.4
|
|
83
83
|
- !ruby/object:Gem::Dependency
|
|
84
84
|
name: bundler
|
|
85
85
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -150,7 +150,7 @@ dependencies:
|
|
|
150
150
|
- - "~>"
|
|
151
151
|
- !ruby/object:Gem::Version
|
|
152
152
|
version: '1.3'
|
|
153
|
-
description:
|
|
153
|
+
description:
|
|
154
154
|
email:
|
|
155
155
|
- open.source@ribose.com
|
|
156
156
|
executables: []
|
|
@@ -225,7 +225,7 @@ homepage: https://github.com/riboseinc/jekyll-theme-open-project/
|
|
|
225
225
|
licenses:
|
|
226
226
|
- MIT
|
|
227
227
|
metadata: {}
|
|
228
|
-
post_install_message:
|
|
228
|
+
post_install_message:
|
|
229
229
|
rdoc_options: []
|
|
230
230
|
require_paths:
|
|
231
231
|
- lib
|
|
@@ -241,7 +241,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
241
241
|
version: '0'
|
|
242
242
|
requirements: []
|
|
243
243
|
rubygems_version: 3.0.6
|
|
244
|
-
signing_key:
|
|
244
|
+
signing_key:
|
|
245
245
|
specification_version: 4
|
|
246
246
|
summary: Open Project Jekyll theme
|
|
247
247
|
test_files: []
|