consolo 0.1.0 → 0.1.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 +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 713e6067a97a0f2c806639ef2466a9af6a3d1bc277448f339168e3050d184863
|
4
|
+
data.tar.gz: 8f56dab697b5b413496150977f2fd5abc18b490b1e899344ea77b17efca32fc5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 85efa66c9fa3666dce1d574ca84a7cfc2a49880f4eefa0f8efcd21d08411988c152d9aa8abe68d1361c60d81ebca93f28846b7663d9ff5b639857f46d00093e1
|
7
|
+
data.tar.gz: 349b662f0159c1aacf3c7525910b212013bb30da68b4dd7ab3402bf7fdeb57d7caaa7c0b4d9774e961ae6bd0f0f524876305075ec52b6a2a735437721fced51c
|
data/README.md
CHANGED
@@ -6,7 +6,7 @@ It is forked from [jekyll-theme-console](https://github.com/b2a3e8/jekyll-theme-
|
|
6
6
|
**consolo** refines the general look of the original theme, standardizes content, and greatly improves on extensibility.
|
7
7
|
Parts of the installation guide also come from the original theme.
|
8
8
|
|
9
|
-
[Live Demo](https://forthoney.github.io/)(aka my own blog)
|
9
|
+
[Live Demo](https://forthoney.github.io/) (aka my own blog)
|
10
10
|
|
11
11
|
## Screenshots
|
12
12
|
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: consolo
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.1.
|
4
|
+
version: 0.1.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Forthoney
|
@@ -82,7 +82,8 @@ files:
|
|
82
82
|
homepage: https://github.com/Forthoney/consolo
|
83
83
|
licenses:
|
84
84
|
- MIT
|
85
|
-
metadata:
|
85
|
+
metadata:
|
86
|
+
github_repo: ssh://github.com/Forthoney/consolo
|
86
87
|
post_install_message:
|
87
88
|
rdoc_options: []
|
88
89
|
require_paths:
|