hacked-jekyll 3.0.0 → 3.1.0
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 +0 -2
- data/_layouts/home.html +2 -2
- metadata +3 -27
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 9b4859e1c881ee4c543fc65efdf6e12891f4a68e88d80ed3ec8ca233adfb6611
|
|
4
|
+
data.tar.gz: 67102ddee82a35cb58dcfaf8de2cf60cd5fc5b030e0c5a74cdaeff1e957b4e78
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 0ee3781397e0e6bf0632ae71f409a823af7195919ab5e0ffa17bafe16cb43ae1765fc0c6a7b7e2a3315975b88236f41961e8d7567f2632d1368beffab5709ef9
|
|
7
|
+
data.tar.gz: 622083da5634dc90017821164fae4c10bd62b510912d71899a1822a6fbebb5d3084846d2d0cd830406dddec68efcc5183f466dd6cec8cf5e44b1eb737303c3fe
|
data/README.md
CHANGED
|
@@ -6,8 +6,6 @@ The style is rebooted through [normalize.css](https://necolas.github.io/normaliz
|
|
|
6
6
|
|
|
7
7
|
See the [demo](https://piazzai.github.io/hacked-jekyll) to check the end result.
|
|
8
8
|
|
|
9
|
-

|
|
10
|
-
|
|
11
9
|
## Installation
|
|
12
10
|
|
|
13
11
|
The theme can be installed as usual by cloning this repository and editing the files. However, it is far more convenient to install it as a gem, in which case all the files you do not want or need to customize remain hidden from view, but will still be read and processed during build.
|
data/_layouts/home.html
CHANGED
|
@@ -41,7 +41,7 @@ layout: default
|
|
|
41
41
|
{{ quote_key }}<span class="key">{{ pair.key }}</span>{{ quote_key }}:
|
|
42
42
|
{{ quote_value }}<span class="value"><span id="typed"></span></span>{{ quote_value }}
|
|
43
43
|
{%- elsif pair.value.first.key -%}
|
|
44
|
-
{{ quote_key }}<span class="key">{{ pair.key }}</span>{{ quote_key }}:
|
|
44
|
+
{{ quote_key }}<span class="key">{{ pair.key }}</span>{{ quote_key }}: {
|
|
45
45
|
{% for value in pair.value -%}
|
|
46
46
|
{% if value.url -%}
|
|
47
47
|
<p class="ms">
|
|
@@ -61,7 +61,7 @@ layout: default
|
|
|
61
61
|
</p>
|
|
62
62
|
{% endif -%}
|
|
63
63
|
{%- endfor -%}
|
|
64
|
-
|
|
64
|
+
}
|
|
65
65
|
{%- elsif pair.value.first -%}
|
|
66
66
|
{{ quote_key }}<span class="key">{{ pair.key }}</span>{{ quote_key }}: [
|
|
67
67
|
{% for value in pair.value -%}
|
metadata
CHANGED
|
@@ -1,14 +1,13 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: hacked-jekyll
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 3.
|
|
4
|
+
version: 3.1.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- piazzai
|
|
8
|
-
autorequire:
|
|
9
8
|
bindir: bin
|
|
10
9
|
cert_chain: []
|
|
11
|
-
date:
|
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
|
12
11
|
dependencies:
|
|
13
12
|
- !ruby/object:Gem::Dependency
|
|
14
13
|
name: github-pages
|
|
@@ -24,27 +23,6 @@ dependencies:
|
|
|
24
23
|
- - "~>"
|
|
25
24
|
- !ruby/object:Gem::Version
|
|
26
25
|
version: '231'
|
|
27
|
-
- !ruby/object:Gem::Dependency
|
|
28
|
-
name: webrick
|
|
29
|
-
requirement: !ruby/object:Gem::Requirement
|
|
30
|
-
requirements:
|
|
31
|
-
- - "~>"
|
|
32
|
-
- !ruby/object:Gem::Version
|
|
33
|
-
version: '1.8'
|
|
34
|
-
- - '='
|
|
35
|
-
- !ruby/object:Gem::Version
|
|
36
|
-
version: 1.8.1
|
|
37
|
-
type: :runtime
|
|
38
|
-
prerelease: false
|
|
39
|
-
version_requirements: !ruby/object:Gem::Requirement
|
|
40
|
-
requirements:
|
|
41
|
-
- - "~>"
|
|
42
|
-
- !ruby/object:Gem::Version
|
|
43
|
-
version: '1.8'
|
|
44
|
-
- - '='
|
|
45
|
-
- !ruby/object:Gem::Version
|
|
46
|
-
version: 1.8.1
|
|
47
|
-
description:
|
|
48
26
|
email:
|
|
49
27
|
- 42124135+piazzai@users.noreply.github.com
|
|
50
28
|
executables: []
|
|
@@ -76,7 +54,6 @@ homepage: https://github.com/piazzai/hacked-jekyll
|
|
|
76
54
|
licenses:
|
|
77
55
|
- MIT
|
|
78
56
|
metadata: {}
|
|
79
|
-
post_install_message:
|
|
80
57
|
rdoc_options: []
|
|
81
58
|
require_paths:
|
|
82
59
|
- lib
|
|
@@ -91,8 +68,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
91
68
|
- !ruby/object:Gem::Version
|
|
92
69
|
version: '0'
|
|
93
70
|
requirements: []
|
|
94
|
-
rubygems_version: 3.
|
|
95
|
-
signing_key:
|
|
71
|
+
rubygems_version: 3.6.9
|
|
96
72
|
specification_version: 4
|
|
97
73
|
summary: Jekyll microtheme that looks like JSON
|
|
98
74
|
test_files: []
|