kiko-minus 1.0.1 → 1.0.2

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 +9 -0
  3. metadata +1 -1
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 697dd15e8c5079eb1f5d31bba98c1c293ee30c93df583ff8a77607e4eb166786
4
- data.tar.gz: 430f1234ff32809fa52aa94c5d09a42eb6fe4dfb0aa62164a61e62a5c91018b3
3
+ metadata.gz: 86b7e7187b367fc7eb1acabcf7babf29acafbea588848a743fe3045af8aadaf5
4
+ data.tar.gz: be9b40210ef2745a5868fd5eb4c93549e7b7aa79ea5594f141daded87f671151
5
5
  SHA512:
6
- metadata.gz: 56a1f188f846b77e49b49634ff63b2d21057175b26e6ba3187d94e426faec5f3a7d9358825ec265a5feaaa365bac4a5a20ba6812dfe409c070893d711982e0c1
7
- data.tar.gz: 82dabc81285892e1fd7b911e5a02e9f8b94ee14b669053259ff1c3417ea520489b8638a1a7ab6abced395a8f700a075c8bfae1b4519e6c09d93ed2aa9b24aed2
6
+ metadata.gz: f415eaedfb51b13c8a8952eb6a28dad9792260da381e945433e6edd95ef715c79e9c596a1a98f520229e86b629c07cb58ed0065c0a95471aa5e4793834bc44e1
7
+ data.tar.gz: ada9cc3b0811fa01d51005683a09e977e73f781756c5787f844872acceee9d6ee29f5fd6c11e1c4586504966bfad0cc6eeb6a8a58995134ff3ff68dee674c09d
data/README.md CHANGED
@@ -104,6 +104,15 @@ fathom('trackPageview');
104
104
 
105
105
  In this case, the script is hosted at https://mysite.dev/analytics/tracker.js, and its site ID is ABCDE.
106
106
 
107
+ ### Gzip Compression
108
+ If configured, kiko-minus will automatically create gzipped versions of your text files that will be served by default if GitHub or GitLab pages, or if otherwise configured on your host. As explained in the plugin's [usage](https://github.com/philnash/jekyll-zopfli#usage), the site must be built in production mode to create the gzipped bundles by setting the `JEKYLL_ENV` environment variable as such:
109
+
110
+ ```
111
+ JEKYLL_ENV=production bundle exec jekyll build
112
+ ```
113
+
114
+ This is done because creating the bundles can be slow, and so should only be done in production mode.
115
+
107
116
  ### Category and Tag Pages
108
117
  The plugin [jekyll-paginate-v2](https://github.com/sverrirs/jekyll-paginate-v2/) lets us paginate on categories and tags (and much more!). The directions for enabling pagination can be found in their [docs](https://github.com/sverrirs/jekyll-paginate-v2/blob/master/README-GENERATOR.md#paginate-categories-tags-locales), and an example is provided here with [wikipedia articles](https://github.com/ask616/kiko-minus/blob/master/categories/wikipedia.md) page. It is _highly_ recommended that you use the `filtered-home` layout for these pages.
109
118
 
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: kiko-minus
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.1
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Areeb Khan