jekyll-skeleton 1.2.0 → 1.2.1

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 +11 -0
  3. metadata +2 -3
  4. data/assets/style.css +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: edae9f4dafa3e60cbfcc2f25c1e6758635eaf9dd
4
- data.tar.gz: '099de9b674d08494be5fecbab184dfa320e19ee8'
3
+ metadata.gz: 7bb483fa5bbbb9d5fb2557adab3581e0d16c7787
4
+ data.tar.gz: 3f0fa0a4d025c3f6473e953db02872f2627af567
5
5
  SHA512:
6
- metadata.gz: a0897c86bb8d5d966f9c22ca6353c4ee5843debd638fa7eb5622c755ea62c83581671d925bcc5359dc62e1d1a1fda5b010d30c3b99468bf2752ffc9806c8956a
7
- data.tar.gz: 50b40db09e5c26ea9d7c0b5180a83ff7e7a319bc2c30bdffa2105af1d083767497ea7cb7bd918ad634fa71d20b5e86232de6fda69a8d7d02b5b1448b3f326727
6
+ metadata.gz: f3bf1eaf6c183c7aedbed195bacb90a37e89ea992d15bcce67e6f25f44b11e1a36a1f6bf73d7fb7e9d425aee710c2c39a888fd7a99d8006c2c3ca564eb165db8
7
+ data.tar.gz: 63b641faae278e55cfb2e1c6716b760485dc04b00b93eecc427ed76030e8c76f0852f590b862129d43d28d50fe4148d95b59a52082852ff0a37f6c138d40a02f
data/README.md CHANGED
@@ -1,5 +1,7 @@
1
1
  # jekyll-skeleton #
2
2
 
3
+ [![Gem Version](https://badge.fury.io/rb/jekyll-skeleton.svg)](https://badge.fury.io/rb/jekyll-skeleton)
4
+
3
5
  Super simple implementation of [Skeleton CSS](http://getskeleton.com) as a Jekyll theme.
4
6
 
5
7
  ## Why? ##
@@ -34,6 +36,15 @@ It's just a skeleton, after all ;)
34
36
 
35
37
  You can add custom CSS in `assets/style.css` in your Jekyll site and it'll automatically be included.
36
38
 
39
+ ## Adding Related Posts ##
40
+
41
+ To list related posts at the end of a post, add the following line to your `_config.yaml`:
42
+
43
+ include_related_posts: true
44
+
45
+ Then, the top 5 related posts will be listed.
46
+ See Jekyll's [docs](https://jekyllrb.com/docs/variables/#site-variables) for more information on what this means.
47
+
37
48
  ## Contributing
38
49
 
39
50
  Bug reports and pull requests are welcome on GitHub at https://github.com/awochna/jekyll-skeleton. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [Contributor Covenant](http://contributor-covenant.org) code of conduct.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-skeleton
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Alex Wynter
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-02-20 00:00:00.000000000 Z
11
+ date: 2017-02-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -72,7 +72,6 @@ files:
72
72
  - _sass/skeleton/normalize.scss
73
73
  - _sass/skeleton/skeleton.scss
74
74
  - _sass/skeleton/syntax.scss
75
- - assets/style.css
76
75
  - assets/style.scss
77
76
  homepage: https://github.com/awochna/jekyll-skeleton
78
77
  licenses:
data/assets/style.css DELETED
File without changes