kiko-minus 1.0.2 → 1.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +14 -0
  3. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 86b7e7187b367fc7eb1acabcf7babf29acafbea588848a743fe3045af8aadaf5
4
- data.tar.gz: be9b40210ef2745a5868fd5eb4c93549e7b7aa79ea5594f141daded87f671151
3
+ metadata.gz: 551a425d447569f9d57e9d468dba5b9672efe0c7d2de55bd65a291f8cd9066a5
4
+ data.tar.gz: 3f121819a9c1da1e53267a5959a4d35bdd3e33c358831bdc05c5448c439e6a60
5
5
  SHA512:
6
- metadata.gz: f415eaedfb51b13c8a8952eb6a28dad9792260da381e945433e6edd95ef715c79e9c596a1a98f520229e86b629c07cb58ed0065c0a95471aa5e4793834bc44e1
7
- data.tar.gz: ada9cc3b0811fa01d51005683a09e977e73f781756c5787f844872acceee9d6ee29f5fd6c11e1c4586504966bfad0cc6eeb6a8a58995134ff3ff68dee674c09d
6
+ metadata.gz: 109233c998e97572074033a648cb72c2b1c17460ebe83511d18f0176723b8b850e0c513516c003dbcfe4974e535767203450d7c039d61d0f5575101008377921
7
+ data.tar.gz: 280252e8451a9f2db509c81b9806aa8070aa30953ae219267355bf678ef077f74c2216f9edbb9367cffc7edee50ddba4860af004cb7597fb5ef6dc69a3bea063
data/README.md CHANGED
@@ -26,6 +26,8 @@ While the design and styles are largely inherited from the original theme, kiko-
26
26
 
27
27
  ## Installation
28
28
 
29
+ You can use kiko-minus on your site after scaffolding with `jekyll new`:
30
+
29
31
  Add this line to your Jekyll site's `Gemfile`:
30
32
 
31
33
  ```ruby
@@ -42,6 +44,8 @@ Or install it yourself as:
42
44
 
43
45
  $ gem install kiko-minus
44
46
 
47
+ Finally, make sure to follow the directions [below](https://github.com/ask616/kiko-minus#pagination) to enable pagination on your home page.
48
+
45
49
  ## Contents
46
50
  kiko-minus has an assortment of components to minimize additional needed configuration, so that all you need to do is add your posts to `_posts/` and be ready to go.
47
51
 
@@ -81,6 +85,16 @@ Inside `kiko-minus/`:
81
85
 
82
86
  ## Usage
83
87
 
88
+ ### Pagination
89
+ On your `index.md` and any other post list pages that you want paginated (such as category and tag pages), you'll need to add some configuration to each page's front matter. At the very least, you will need the following:
90
+
91
+ ```
92
+ pagination:
93
+ enabled: true
94
+ ```
95
+
96
+ For more configuration options, you can read the plugin's [docs](https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#site-configuration).
97
+
84
98
  ### Custom Stylesheets
85
99
  To add your own stylesheet, uncomment the `css` entry in `_config.yml`, and add the location of the stylesheet as its `src`.
86
100
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kiko-minus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Areeb Khan
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-04-26 00:00:00.000000000 Z
11
+ date: 2019-04-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll