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.
- checksums.yaml +4 -4
- data/README.md +11 -0
- metadata +2 -3
- data/assets/style.css +0 -0
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 7bb483fa5bbbb9d5fb2557adab3581e0d16c7787
|
4
|
+
data.tar.gz: 3f0fa0a4d025c3f6473e953db02872f2627af567
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f3bf1eaf6c183c7aedbed195bacb90a37e89ea992d15bcce67e6f25f44b11e1a36a1f6bf73d7fb7e9d425aee710c2c39a888fd7a99d8006c2c3ca564eb165db8
|
7
|
+
data.tar.gz: 63b641faae278e55cfb2e1c6716b760485dc04b00b93eecc427ed76030e8c76f0852f590b862129d43d28d50fe4148d95b59a52082852ff0a37f6c138d40a02f
|
data/README.md
CHANGED
@@ -1,5 +1,7 @@
|
|
1
1
|
# jekyll-skeleton #
|
2
2
|
|
3
|
+
[](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.
|
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-
|
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
|