kiko-minus 0.2.0 → 0.2.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: e04ebb64bcb2ec490074108d05c26b3fe736f9a4ddcb5d4c02cd986340fa7db3
4
- data.tar.gz: fd5956e918f3e95cee93727388be3059c43270f373d93ac2a7ff9d0c4ec345cc
3
+ metadata.gz: da4791fe35c493d2e1ff338870e7929f67dce7a9e8d4c23d8f4807fde163ab74
4
+ data.tar.gz: 9988d660e333e42f9bbf6a4e1589c8269f657910d6ded69d221c85a8a2e49333
5
5
  SHA512:
6
- metadata.gz: 0eb5264f3461640bbb679d4cd9486da9a9b2aa52a8fd731439e2dd41e50f052a986a3936c14bd28fc945cdd842b11d99a6d48aad9a54c9917612eac0797ae315
7
- data.tar.gz: 5e8e3ca95230656d67993850fbfed8c2cd24519fab8cc7bfe8a36d41e0c831203512d22f9ec94328099ccaffb52fae20197d1f1928c927711a0479ed416d956a
6
+ metadata.gz: ab9994553a651025a96ce5a9eaa5acd1ef8fc2f935e6d792c4f461db1741307876aad09e5549069a0d317a608799f852a8c2570e2048388e3bad63c27d6f864f
7
+ data.tar.gz: 1363a4e0e88aa730e16a31eb9ae3e061bcf5dfa3acff0c9e2cc82895cb7b568f5b74479b64ec92352b21aee3a190a51aeeef78d6566dd6d0f4f38c48fd65dd71
data/README.md CHANGED
@@ -1,11 +1,25 @@
1
1
  # kiko-minus
2
2
 
3
- Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes`, your sass files in `_sass` and any other assets in `assets`.
4
-
5
- To experiment with this code, add some sample content and run `bundle exec jekyll serve` this directory is setup just like a Jekyll site!
6
-
7
- TODO: Delete this and the text above, and describe your gem
8
-
3
+ kiko-minus is a minimalistic Jekyll theme based on [kiko-plus](https://github.com/aweekj/Kiko-plus)
4
+
5
+ While the design and styles are largely inherited from the original theme, kiko-minus comes with many additional features including an emphasis on privacy and speed, automatically compressed images, gzip compression, and SEO optimization.
6
+
7
+ ## Features
8
+ - Ready for use with GitLab or GitHub pages
9
+ - Syntax highlighting
10
+ - Automatic image compression
11
+ - Brotli, Zopfli, and Gzip compression
12
+ - Fully responsive
13
+ - Automatic pagination
14
+ - Automatic sitemap generation
15
+ - Automatic page generation based on tags & collections (in progress)
16
+ - Structured data (in progress)
17
+ - SEO support (in progress)
18
+ - LaTeX support (in progress)
19
+ - Comments with ISSO (in progress)
20
+ - Analytics with Fathom (in progress)
21
+ - No third party requests or cookies (unless using Fathom or ISSO)
22
+ - Automatic RSS feed (in progress)
9
23
 
10
24
  ## Installation
11
25
 
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: 0.2.0
4
+ version: 0.2.1
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-10 00:00:00.000000000 Z
11
+ date: 2019-04-15 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -80,6 +80,34 @@ dependencies:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
82
  version: '2.1'
83
+ - !ruby/object:Gem::Dependency
84
+ name: image_optim
85
+ requirement: !ruby/object:Gem::Requirement
86
+ requirements:
87
+ - - "~>"
88
+ - !ruby/object:Gem::Version
89
+ version: '0.26'
90
+ type: :runtime
91
+ prerelease: false
92
+ version_requirements: !ruby/object:Gem::Requirement
93
+ requirements:
94
+ - - "~>"
95
+ - !ruby/object:Gem::Version
96
+ version: '0.26'
97
+ - !ruby/object:Gem::Dependency
98
+ name: image_optim_pack
99
+ requirement: !ruby/object:Gem::Requirement
100
+ requirements:
101
+ - - "~>"
102
+ - !ruby/object:Gem::Version
103
+ version: '0.5'
104
+ type: :runtime
105
+ prerelease: false
106
+ version_requirements: !ruby/object:Gem::Requirement
107
+ requirements:
108
+ - - "~>"
109
+ - !ruby/object:Gem::Version
110
+ version: '0.5'
83
111
  - !ruby/object:Gem::Dependency
84
112
  name: bundler
85
113
  requirement: !ruby/object:Gem::Requirement
@@ -117,6 +145,8 @@ files:
117
145
  - assets/css/style.scss
118
146
  - assets/img/logos/favicon-16x16.png
119
147
  - assets/img/logos/favicon-32x32.png
148
+ - assets/img_archive/favicon-16x16-2019-04-15-13-59-44-e9bf4e2f46cb5b94135c82ed11a7303c.png
149
+ - assets/img_archive/favicon-32x32-2019-04-15-13-59-45-220710db31b5b79ecc3276beeb369e06.png
120
150
  homepage: https://gitlab.com/areebk/kiko-minus
121
151
  licenses:
122
152
  - MIT