kiko-minus 0.2.0 → 0.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 +20 -6
- data/assets/img/logos/favicon-16x16.png +0 -0
- data/assets/img/logos/favicon-32x32.png +0 -0
- data/assets/img_archive/favicon-16x16-2019-04-15-13-59-44-e9bf4e2f46cb5b94135c82ed11a7303c.png +0 -0
- data/assets/img_archive/favicon-32x32-2019-04-15-13-59-45-220710db31b5b79ecc3276beeb369e06.png +0 -0
- metadata +32 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: da4791fe35c493d2e1ff338870e7929f67dce7a9e8d4c23d8f4807fde163ab74
|
|
4
|
+
data.tar.gz: 9988d660e333e42f9bbf6a4e1589c8269f657910d6ded69d221c85a8a2e49333
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: ab9994553a651025a96ce5a9eaa5acd1ef8fc2f935e6d792c4f461db1741307876aad09e5549069a0d317a608799f852a8c2570e2048388e3bad63c27d6f864f
|
|
7
|
+
data.tar.gz: 1363a4e0e88aa730e16a31eb9ae3e061bcf5dfa3acff0c9e2cc82895cb7b568f5b74479b64ec92352b21aee3a190a51aeeef78d6566dd6d0f4f38c48fd65dd71
|
data/README.md
CHANGED
|
@@ -1,11 +1,25 @@
|
|
|
1
1
|
# kiko-minus
|
|
2
2
|
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
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
|
|
|
Binary file
|
|
Binary file
|
data/assets/img_archive/favicon-16x16-2019-04-15-13-59-44-e9bf4e2f46cb5b94135c82ed11a7303c.png
ADDED
|
Binary file
|
data/assets/img_archive/favicon-32x32-2019-04-15-13-59-45-220710db31b5b79ecc3276beeb369e06.png
ADDED
|
Binary file
|
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.
|
|
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-
|
|
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
|