jekyll-theme-open-project 1.0.7 → 1.0.8

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +10 -2
  3. data/_layouts/blog-index.html +3 -1
  4. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: c40140289c0ec2310cbe872577217d035ea81f4c71abec0780c2de08c8d9a2c7
4
- data.tar.gz: c42852bd98debb6960ccad661021287e6e912f851ebd5c5e3dff685952de94ea
3
+ metadata.gz: 5dca1856e2da6abf324306f255b3d3ca6ecb73286c4a4d0694c206368e114c19
4
+ data.tar.gz: ec8de8b3f2837a14f1d0b82b9b209a3b8ae61791270afd5c53e5bc71eb29453b
5
5
  SHA512:
6
- metadata.gz: 38e10161d0f12edc3135c062711398f19455d8895a680a9419f809f768db0c5e81af14d65a8c5fbc8c34c35e4090043afc55779a821bf191b915392f783d92b1
7
- data.tar.gz: '09a8dd8717f0def5ac3579fa3d53c97ba21d5ee212ff7dd40f57eb67e46c13d4a15ffaa56f3651b0f0fd9ce5f6237a71a8124bb1ec98eb9585378f319a7680a6'
6
+ metadata.gz: 2ed6716c2dec0af80b0c713c30efbc1ea6c870864d6d249d7ce89cd6ba9a3cd9679ae68c96d789303419ea7952018bb878a41dff28520ac0b21d0ed3c9e9b56b
7
+ data.tar.gz: 8ea4e3883fc39fcedfda033fae647e9d09b2ea561be3abbf821ba6baa4c59e8833be19a4025e309793c90e8854e55b29ed9d0905667ad876ff88dcaed6185279
data/README.md CHANGED
@@ -185,12 +185,20 @@ hero_include: index-page-hero.html
185
185
 
186
186
  In general, posts are authored as per usual Jekyll setup.
187
187
 
188
- The following _additional_ data is expected within post document frontmatter:
188
+ It is recommended that you provide explicit hand-crafted post excerpts,
189
+ as automatically-generated excerpts may break post card markup.
190
+
191
+ Theme also anticipates author information within frontmatter.
192
+ Together with excerpts, here’s how post frontmatter (in addition to anything
193
+ already required by Jekyll) looks like:
189
194
 
190
195
  ```yaml
191
196
  ---
197
+ excerpt: >-
198
+ Post excerpt goes here, and supports inline formatting only.
199
+
192
200
  author:
193
- email: <author’s email>
201
+ email: <author’s email; associated Gravatar will be shown>
194
202
  name: <author’s full name>
195
203
  social_links:
196
204
  - https://twitter.com/username
@@ -3,7 +3,9 @@ layout: default
3
3
  ---
4
4
 
5
5
  <section class="items">
6
- {% include assets/symbol.svg %}
6
+ {% if site.is_hub %}
7
+ {% include assets/symbol.svg %}
8
+ {% endif %}
7
9
 
8
10
  {% for item in site.posts_combined %}
9
11
  {% include post-card.html post=item %}
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-open-project
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.7
4
+ version: 1.0.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ribose Inc.