jekyll-theme-open-project 2.0.21 → 2.1.4

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2749dc5dfc4f40390fb708b502c14232074e64a17ea7363b462d0d6925309de8
4
- data.tar.gz: 4b1ccfb038884a1e5a0a8a4e0b30d662b55b026de619849639670a6bba3f5560
3
+ metadata.gz: 02245f72f837557b2a6b00defc53ec67608452f229aa836eb25d40091043015c
4
+ data.tar.gz: a7617a367ecbaf4d93735139615c95dacacadbfc29d1ab1d6345e93c6b3b5716
5
5
  SHA512:
6
- metadata.gz: 35ad28dc2cff380d8b7c5f460282957e5305fd2cbb4717ea48ea6829f99664b5b71b417759536847220ce7f021556056acb20cd380d3e5557669782f415cf232
7
- data.tar.gz: 81e600eb5c597bdcc16cb41385915dfa2746f94dcd9621299d53e362b68bf3e622770d385d67e78d830e49967b9b694b546ac6e4923111aa802bd75e04d1a3a6
6
+ metadata.gz: bd674870e1f6bcc6735f75e2406652304c4b430007e8e490938b83d3f07645e9705b9ea51acfdaac826d0ec4d710a2d6226635d396854e37daa06697df2fa6f5
7
+ data.tar.gz: 6f99302a69d67bf4f1d0cd910bc6eb6f15ed09a55278c81e74774ae8ec31ce9f9622a49a09eeeadcfa2fbbdba6a4f649a2f0ecca3ca8f88fc76af058f2b0c1ae
@@ -1,6 +1,6 @@
1
1
  The MIT License (MIT)
2
2
 
3
- Copyright (c) 2018 Ribose
3
+ Copyright (c) 2020 Ribose
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
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
 
@@ -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
 
@@ -1,5 +1,5 @@
1
1
  <span class="copyright">
2
- <span class="copyright-head">Copyright © 2018 {{ site.legal.name }} —</span>
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
 
@@ -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.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: 2019-11-06 00:00:00.000000000 Z
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: '3.8'
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: '3.8'
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.0.21
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.0.21
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: []