jekyll-theme-potato-hacker 1.0.2 → 1.0.5
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 +54 -2
- data/_includes/footer.html +1 -25
- data/_includes/head.html +2 -2
- data/_includes/header.html +32 -14
- data/_includes/links.html +25 -0
- data/_layouts/blog-index.html +1 -1
- data/_layouts/default.html +34 -23
- data/_layouts/post.html +1 -0
- data/_sass/_base.scss +7 -5
- data/_sass/_variables-dark.scss +1 -1
- data/assets/css/{syntax.css → highlight/base16.css} +1 -2
- data/assets/css/highlight/colorful.css +170 -0
- data/assets/css/highlight/github.css +209 -0
- data/assets/css/highlight/gruvbox.css +84 -0
- data/assets/css/highlight/molokai.css +208 -0
- data/assets/css/highlight/monokai.css +210 -0
- data/assets/css/highlight/pastie.css +146 -0
- data/assets/css/highlight/thankful_eyes.css +173 -0
- data/assets/css/highlight/tulip.css +164 -0
- metadata +25 -17
@@ -0,0 +1,146 @@
|
|
1
|
+
.highlight table td { padding: 5px; }
|
2
|
+
.highlight table pre { margin: 0; }
|
3
|
+
.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1 {
|
4
|
+
color: #888888;
|
5
|
+
}
|
6
|
+
.highlight .cp {
|
7
|
+
color: #cc0000;
|
8
|
+
font-weight: bold;
|
9
|
+
}
|
10
|
+
.highlight .cs {
|
11
|
+
color: #cc0000;
|
12
|
+
background-color: #fff0f0;
|
13
|
+
font-weight: bold;
|
14
|
+
}
|
15
|
+
.highlight .err {
|
16
|
+
color: #a61717;
|
17
|
+
background-color: #e3d2d2;
|
18
|
+
}
|
19
|
+
.highlight .gr {
|
20
|
+
color: #aa0000;
|
21
|
+
}
|
22
|
+
.highlight .gh {
|
23
|
+
color: #333333;
|
24
|
+
}
|
25
|
+
.highlight .gu {
|
26
|
+
color: #666666;
|
27
|
+
}
|
28
|
+
.highlight .gd {
|
29
|
+
color: #000000;
|
30
|
+
background-color: #ffdddd;
|
31
|
+
}
|
32
|
+
.highlight .gi {
|
33
|
+
color: #000000;
|
34
|
+
background-color: #ddffdd;
|
35
|
+
}
|
36
|
+
.highlight .ge {
|
37
|
+
font-style: italic;
|
38
|
+
}
|
39
|
+
.highlight .gs {
|
40
|
+
font-weight: bold;
|
41
|
+
}
|
42
|
+
.highlight .gl {
|
43
|
+
color: #888888;
|
44
|
+
}
|
45
|
+
.highlight .go {
|
46
|
+
color: #888888;
|
47
|
+
}
|
48
|
+
.highlight .gp {
|
49
|
+
color: #555555;
|
50
|
+
}
|
51
|
+
.highlight .gt {
|
52
|
+
color: #aa0000;
|
53
|
+
}
|
54
|
+
.highlight .k, .highlight .kc, .highlight .kd, .highlight .kn, .highlight .kr, .highlight .kv {
|
55
|
+
color: #008800;
|
56
|
+
font-weight: bold;
|
57
|
+
}
|
58
|
+
.highlight .kp {
|
59
|
+
color: #008800;
|
60
|
+
}
|
61
|
+
.highlight .kt {
|
62
|
+
color: #888888;
|
63
|
+
font-weight: bold;
|
64
|
+
}
|
65
|
+
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
|
66
|
+
color: #0000dd;
|
67
|
+
font-weight: bold;
|
68
|
+
}
|
69
|
+
.highlight .s, .highlight .sb, .highlight .sc, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .s1 {
|
70
|
+
color: #dd2200;
|
71
|
+
background-color: #fff0f0;
|
72
|
+
}
|
73
|
+
.highlight .se {
|
74
|
+
color: #0044dd;
|
75
|
+
background-color: #fff0f0;
|
76
|
+
}
|
77
|
+
.highlight .si {
|
78
|
+
color: #3333bb;
|
79
|
+
background-color: #fff0f0;
|
80
|
+
}
|
81
|
+
.highlight .sx {
|
82
|
+
color: #22bb22;
|
83
|
+
background-color: #f0fff0;
|
84
|
+
}
|
85
|
+
.highlight .sr {
|
86
|
+
color: #008800;
|
87
|
+
}
|
88
|
+
.highlight .ss {
|
89
|
+
color: #aa6600;
|
90
|
+
background-color: #fff0f0;
|
91
|
+
}
|
92
|
+
.highlight .na {
|
93
|
+
color: #336699;
|
94
|
+
}
|
95
|
+
.highlight .nb, .highlight .bp {
|
96
|
+
color: #003388;
|
97
|
+
}
|
98
|
+
.highlight .nc {
|
99
|
+
color: #bb0066;
|
100
|
+
font-weight: bold;
|
101
|
+
}
|
102
|
+
.highlight .no {
|
103
|
+
color: #003366;
|
104
|
+
font-weight: bold;
|
105
|
+
}
|
106
|
+
.highlight .nd {
|
107
|
+
color: #555555;
|
108
|
+
}
|
109
|
+
.highlight .ne {
|
110
|
+
color: #bb0066;
|
111
|
+
font-weight: bold;
|
112
|
+
}
|
113
|
+
.highlight .nf {
|
114
|
+
color: #0066bb;
|
115
|
+
font-weight: bold;
|
116
|
+
}
|
117
|
+
.highlight .nl {
|
118
|
+
color: #336699;
|
119
|
+
}
|
120
|
+
.highlight .nn {
|
121
|
+
color: #bb0066;
|
122
|
+
font-weight: bold;
|
123
|
+
}
|
124
|
+
.highlight .py {
|
125
|
+
color: #336699;
|
126
|
+
font-weight: bold;
|
127
|
+
}
|
128
|
+
.highlight .nt {
|
129
|
+
color: #bb0066;
|
130
|
+
font-weight: bold;
|
131
|
+
}
|
132
|
+
.highlight .nv, .highlight .vc {
|
133
|
+
color: #336699;
|
134
|
+
}
|
135
|
+
.highlight .vg {
|
136
|
+
color: #dd7700;
|
137
|
+
}
|
138
|
+
.highlight .vi {
|
139
|
+
color: #3333bb;
|
140
|
+
}
|
141
|
+
.highlight .ow {
|
142
|
+
color: #008800;
|
143
|
+
}
|
144
|
+
.highlight .w {
|
145
|
+
color: #bbbbbb;
|
146
|
+
}
|
@@ -0,0 +1,173 @@
|
|
1
|
+
.highlight table td { padding: 5px; }
|
2
|
+
.highlight table pre { margin: 0; }
|
3
|
+
.highlight {
|
4
|
+
color: #faf6e4;
|
5
|
+
background-color: #122b3b;
|
6
|
+
}
|
7
|
+
.highlight .gl {
|
8
|
+
color: #dee5e7;
|
9
|
+
background-color: #4e5d62;
|
10
|
+
}
|
11
|
+
.highlight .gp {
|
12
|
+
color: #a8e1fe;
|
13
|
+
font-weight: bold;
|
14
|
+
}
|
15
|
+
.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs {
|
16
|
+
color: #6c8b9f;
|
17
|
+
font-style: italic;
|
18
|
+
}
|
19
|
+
.highlight .cp {
|
20
|
+
color: #b2fd6d;
|
21
|
+
font-weight: bold;
|
22
|
+
font-style: italic;
|
23
|
+
}
|
24
|
+
.highlight .err {
|
25
|
+
color: #fefeec;
|
26
|
+
background-color: #cc0000;
|
27
|
+
}
|
28
|
+
.highlight .gr {
|
29
|
+
color: #cc0000;
|
30
|
+
font-weight: bold;
|
31
|
+
font-style: italic;
|
32
|
+
}
|
33
|
+
.highlight .k, .highlight .kd, .highlight .kv {
|
34
|
+
color: #f6dd62;
|
35
|
+
font-weight: bold;
|
36
|
+
}
|
37
|
+
.highlight .o, .highlight .ow {
|
38
|
+
color: #4df4ff;
|
39
|
+
font-weight: bold;
|
40
|
+
}
|
41
|
+
.highlight .p, .highlight .pi {
|
42
|
+
color: #4df4ff;
|
43
|
+
}
|
44
|
+
.highlight .gd {
|
45
|
+
color: #cc0000;
|
46
|
+
}
|
47
|
+
.highlight .gi {
|
48
|
+
color: #b2fd6d;
|
49
|
+
}
|
50
|
+
.highlight .ge {
|
51
|
+
font-style: italic;
|
52
|
+
}
|
53
|
+
.highlight .gs {
|
54
|
+
font-weight: bold;
|
55
|
+
}
|
56
|
+
.highlight .gt {
|
57
|
+
color: #dee5e7;
|
58
|
+
background-color: #4e5d62;
|
59
|
+
}
|
60
|
+
.highlight .kc {
|
61
|
+
color: #f696db;
|
62
|
+
font-weight: bold;
|
63
|
+
}
|
64
|
+
.highlight .kn {
|
65
|
+
color: #ffb000;
|
66
|
+
font-weight: bold;
|
67
|
+
}
|
68
|
+
.highlight .kp {
|
69
|
+
color: #ffb000;
|
70
|
+
font-weight: bold;
|
71
|
+
}
|
72
|
+
.highlight .kr {
|
73
|
+
color: #ffb000;
|
74
|
+
font-weight: bold;
|
75
|
+
}
|
76
|
+
.highlight .gh {
|
77
|
+
color: #ffb000;
|
78
|
+
font-weight: bold;
|
79
|
+
}
|
80
|
+
.highlight .gu {
|
81
|
+
color: #ffb000;
|
82
|
+
font-weight: bold;
|
83
|
+
}
|
84
|
+
.highlight .kt {
|
85
|
+
color: #b2fd6d;
|
86
|
+
font-weight: bold;
|
87
|
+
}
|
88
|
+
.highlight .no {
|
89
|
+
color: #b2fd6d;
|
90
|
+
font-weight: bold;
|
91
|
+
}
|
92
|
+
.highlight .nc {
|
93
|
+
color: #b2fd6d;
|
94
|
+
font-weight: bold;
|
95
|
+
}
|
96
|
+
.highlight .nd {
|
97
|
+
color: #b2fd6d;
|
98
|
+
font-weight: bold;
|
99
|
+
}
|
100
|
+
.highlight .nn {
|
101
|
+
color: #b2fd6d;
|
102
|
+
font-weight: bold;
|
103
|
+
}
|
104
|
+
.highlight .bp {
|
105
|
+
color: #b2fd6d;
|
106
|
+
font-weight: bold;
|
107
|
+
}
|
108
|
+
.highlight .ne {
|
109
|
+
color: #b2fd6d;
|
110
|
+
font-weight: bold;
|
111
|
+
}
|
112
|
+
.highlight .nl {
|
113
|
+
color: #ffb000;
|
114
|
+
font-weight: bold;
|
115
|
+
}
|
116
|
+
.highlight .nt {
|
117
|
+
color: #ffb000;
|
118
|
+
font-weight: bold;
|
119
|
+
}
|
120
|
+
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
|
121
|
+
color: #f696db;
|
122
|
+
font-weight: bold;
|
123
|
+
}
|
124
|
+
.highlight .ld {
|
125
|
+
color: #f696db;
|
126
|
+
font-weight: bold;
|
127
|
+
}
|
128
|
+
.highlight .ss {
|
129
|
+
color: #f696db;
|
130
|
+
font-weight: bold;
|
131
|
+
}
|
132
|
+
.highlight .s, .highlight .sb, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1 {
|
133
|
+
color: #fff0a6;
|
134
|
+
font-weight: bold;
|
135
|
+
}
|
136
|
+
.highlight .se {
|
137
|
+
color: #4df4ff;
|
138
|
+
font-weight: bold;
|
139
|
+
}
|
140
|
+
.highlight .sc {
|
141
|
+
color: #4df4ff;
|
142
|
+
font-weight: bold;
|
143
|
+
}
|
144
|
+
.highlight .si {
|
145
|
+
color: #4df4ff;
|
146
|
+
font-weight: bold;
|
147
|
+
}
|
148
|
+
.highlight .nb {
|
149
|
+
font-weight: bold;
|
150
|
+
}
|
151
|
+
.highlight .ni {
|
152
|
+
color: #999999;
|
153
|
+
font-weight: bold;
|
154
|
+
}
|
155
|
+
.highlight .w {
|
156
|
+
color: #BBBBBB;
|
157
|
+
}
|
158
|
+
.highlight .go {
|
159
|
+
color: #BBBBBB;
|
160
|
+
}
|
161
|
+
.highlight .nf {
|
162
|
+
color: #a8e1fe;
|
163
|
+
}
|
164
|
+
.highlight .py {
|
165
|
+
color: #a8e1fe;
|
166
|
+
}
|
167
|
+
.highlight .na {
|
168
|
+
color: #a8e1fe;
|
169
|
+
}
|
170
|
+
.highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi {
|
171
|
+
color: #a8e1fe;
|
172
|
+
font-weight: bold;
|
173
|
+
}
|
@@ -0,0 +1,164 @@
|
|
1
|
+
.highlight table td { padding: 5px; }
|
2
|
+
.highlight table pre { margin: 0; }
|
3
|
+
.highlight {
|
4
|
+
color: #FFFFFF;
|
5
|
+
background-color: #231529;
|
6
|
+
}
|
7
|
+
.highlight .c, .highlight .cd, .highlight .cm, .highlight .c1, .highlight .cs {
|
8
|
+
color: #6D6E70;
|
9
|
+
font-style: italic;
|
10
|
+
}
|
11
|
+
.highlight .cp {
|
12
|
+
color: #41ff5b;
|
13
|
+
font-weight: bold;
|
14
|
+
font-style: italic;
|
15
|
+
}
|
16
|
+
.highlight .err {
|
17
|
+
color: #FFFFFF;
|
18
|
+
background-color: #CC0000;
|
19
|
+
}
|
20
|
+
.highlight .gr {
|
21
|
+
color: #FFFFFF;
|
22
|
+
background-color: #CC0000;
|
23
|
+
}
|
24
|
+
.highlight .k, .highlight .kd, .highlight .kv {
|
25
|
+
color: #FFF02A;
|
26
|
+
font-weight: bold;
|
27
|
+
}
|
28
|
+
.highlight .o, .highlight .ow {
|
29
|
+
color: #41ff5b;
|
30
|
+
}
|
31
|
+
.highlight .p, .highlight .pi {
|
32
|
+
color: #41ff5b;
|
33
|
+
}
|
34
|
+
.highlight .gd {
|
35
|
+
color: #CC0000;
|
36
|
+
}
|
37
|
+
.highlight .gi {
|
38
|
+
color: #3FB34F;
|
39
|
+
}
|
40
|
+
.highlight .ge {
|
41
|
+
font-style: italic;
|
42
|
+
}
|
43
|
+
.highlight .gs {
|
44
|
+
font-weight: bold;
|
45
|
+
}
|
46
|
+
.highlight .gt {
|
47
|
+
color: #FFFFFF;
|
48
|
+
background-color: #766DAF;
|
49
|
+
}
|
50
|
+
.highlight .gl {
|
51
|
+
color: #FFFFFF;
|
52
|
+
background-color: #766DAF;
|
53
|
+
}
|
54
|
+
.highlight .kc {
|
55
|
+
color: #9f93e6;
|
56
|
+
font-weight: bold;
|
57
|
+
}
|
58
|
+
.highlight .kn {
|
59
|
+
color: #FFFFFF;
|
60
|
+
font-weight: bold;
|
61
|
+
}
|
62
|
+
.highlight .kp {
|
63
|
+
color: #FFFFFF;
|
64
|
+
font-weight: bold;
|
65
|
+
}
|
66
|
+
.highlight .kr {
|
67
|
+
color: #FFFFFF;
|
68
|
+
font-weight: bold;
|
69
|
+
}
|
70
|
+
.highlight .gh {
|
71
|
+
color: #FFFFFF;
|
72
|
+
font-weight: bold;
|
73
|
+
}
|
74
|
+
.highlight .gu {
|
75
|
+
color: #FFFFFF;
|
76
|
+
font-weight: bold;
|
77
|
+
}
|
78
|
+
.highlight .kt {
|
79
|
+
color: #FAAF4C;
|
80
|
+
font-weight: bold;
|
81
|
+
}
|
82
|
+
.highlight .no {
|
83
|
+
color: #FAAF4C;
|
84
|
+
font-weight: bold;
|
85
|
+
}
|
86
|
+
.highlight .nc {
|
87
|
+
color: #FAAF4C;
|
88
|
+
font-weight: bold;
|
89
|
+
}
|
90
|
+
.highlight .nd {
|
91
|
+
color: #FAAF4C;
|
92
|
+
font-weight: bold;
|
93
|
+
}
|
94
|
+
.highlight .nn {
|
95
|
+
color: #FAAF4C;
|
96
|
+
font-weight: bold;
|
97
|
+
}
|
98
|
+
.highlight .bp {
|
99
|
+
color: #FAAF4C;
|
100
|
+
font-weight: bold;
|
101
|
+
}
|
102
|
+
.highlight .ne {
|
103
|
+
color: #FAAF4C;
|
104
|
+
font-weight: bold;
|
105
|
+
}
|
106
|
+
.highlight .nl {
|
107
|
+
color: #9f93e6;
|
108
|
+
font-weight: bold;
|
109
|
+
}
|
110
|
+
.highlight .nt {
|
111
|
+
color: #9f93e6;
|
112
|
+
font-weight: bold;
|
113
|
+
}
|
114
|
+
.highlight .m, .highlight .mf, .highlight .mh, .highlight .mi, .highlight .il, .highlight .mo, .highlight .mb, .highlight .mx {
|
115
|
+
color: #9f93e6;
|
116
|
+
font-weight: bold;
|
117
|
+
}
|
118
|
+
.highlight .ld {
|
119
|
+
color: #9f93e6;
|
120
|
+
font-weight: bold;
|
121
|
+
}
|
122
|
+
.highlight .ss {
|
123
|
+
color: #9f93e6;
|
124
|
+
font-weight: bold;
|
125
|
+
}
|
126
|
+
.highlight .s, .highlight .sb, .highlight .sd, .highlight .s2, .highlight .sh, .highlight .sx, .highlight .sr, .highlight .s1 {
|
127
|
+
color: #fff0a6;
|
128
|
+
font-weight: bold;
|
129
|
+
}
|
130
|
+
.highlight .se {
|
131
|
+
color: #FAAF4C;
|
132
|
+
font-weight: bold;
|
133
|
+
}
|
134
|
+
.highlight .sc {
|
135
|
+
color: #FAAF4C;
|
136
|
+
font-weight: bold;
|
137
|
+
}
|
138
|
+
.highlight .si {
|
139
|
+
color: #FAAF4C;
|
140
|
+
font-weight: bold;
|
141
|
+
}
|
142
|
+
.highlight .nb {
|
143
|
+
font-weight: bold;
|
144
|
+
}
|
145
|
+
.highlight .ni {
|
146
|
+
color: #999999;
|
147
|
+
font-weight: bold;
|
148
|
+
}
|
149
|
+
.highlight .w {
|
150
|
+
color: #BBBBBB;
|
151
|
+
}
|
152
|
+
.highlight .nf {
|
153
|
+
color: #41ff5b;
|
154
|
+
}
|
155
|
+
.highlight .py {
|
156
|
+
color: #41ff5b;
|
157
|
+
}
|
158
|
+
.highlight .na {
|
159
|
+
color: #41ff5b;
|
160
|
+
}
|
161
|
+
.highlight .nv, .highlight .vc, .highlight .vg, .highlight .vi {
|
162
|
+
color: #41ff5b;
|
163
|
+
font-weight: bold;
|
164
|
+
}
|
metadata
CHANGED
@@ -1,58 +1,58 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: jekyll-theme-potato-hacker
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.0.
|
4
|
+
version: 1.0.5
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Luiz Eduardo Amaral
|
8
|
-
autorequire:
|
8
|
+
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date:
|
11
|
+
date: 2024-05-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
|
-
name:
|
14
|
+
name: bundler
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
16
16
|
requirements:
|
17
17
|
- - "~>"
|
18
18
|
- !ruby/object:Gem::Version
|
19
|
-
version:
|
19
|
+
version: 2.5.4
|
20
20
|
type: :development
|
21
21
|
prerelease: false
|
22
22
|
version_requirements: !ruby/object:Gem::Requirement
|
23
23
|
requirements:
|
24
24
|
- - "~>"
|
25
25
|
- !ruby/object:Gem::Version
|
26
|
-
version:
|
26
|
+
version: 2.5.4
|
27
27
|
- !ruby/object:Gem::Dependency
|
28
|
-
name:
|
28
|
+
name: jekyll
|
29
29
|
requirement: !ruby/object:Gem::Requirement
|
30
30
|
requirements:
|
31
31
|
- - "~>"
|
32
32
|
- !ruby/object:Gem::Version
|
33
|
-
version: '
|
33
|
+
version: '3'
|
34
34
|
type: :development
|
35
35
|
prerelease: false
|
36
36
|
version_requirements: !ruby/object:Gem::Requirement
|
37
37
|
requirements:
|
38
38
|
- - "~>"
|
39
39
|
- !ruby/object:Gem::Version
|
40
|
-
version: '
|
40
|
+
version: '3'
|
41
41
|
- !ruby/object:Gem::Dependency
|
42
42
|
name: rake
|
43
43
|
requirement: !ruby/object:Gem::Requirement
|
44
44
|
requirements:
|
45
45
|
- - "~>"
|
46
46
|
- !ruby/object:Gem::Version
|
47
|
-
version: '
|
47
|
+
version: '13'
|
48
48
|
type: :development
|
49
49
|
prerelease: false
|
50
50
|
version_requirements: !ruby/object:Gem::Requirement
|
51
51
|
requirements:
|
52
52
|
- - "~>"
|
53
53
|
- !ruby/object:Gem::Version
|
54
|
-
version: '
|
55
|
-
description:
|
54
|
+
version: '13'
|
55
|
+
description:
|
56
56
|
email:
|
57
57
|
- luizamaral306@gmail.com
|
58
58
|
executables: []
|
@@ -65,6 +65,7 @@ files:
|
|
65
65
|
- _includes/footer.html
|
66
66
|
- _includes/head.html
|
67
67
|
- _includes/header.html
|
68
|
+
- _includes/links.html
|
68
69
|
- _layouts/blog-index.html
|
69
70
|
- _layouts/default.html
|
70
71
|
- _layouts/page.html
|
@@ -144,9 +145,17 @@ files:
|
|
144
145
|
- _sass/bootstrap/mixins/_text-overflow.scss
|
145
146
|
- _sass/bootstrap/mixins/_vendor-prefixes.scss
|
146
147
|
- assets/css/font-awesome.min.css
|
148
|
+
- assets/css/highlight/base16.css
|
149
|
+
- assets/css/highlight/colorful.css
|
150
|
+
- assets/css/highlight/github.css
|
151
|
+
- assets/css/highlight/gruvbox.css
|
152
|
+
- assets/css/highlight/molokai.css
|
153
|
+
- assets/css/highlight/monokai.css
|
154
|
+
- assets/css/highlight/pastie.css
|
155
|
+
- assets/css/highlight/thankful_eyes.css
|
156
|
+
- assets/css/highlight/tulip.css
|
147
157
|
- assets/css/main-dark.scss
|
148
158
|
- assets/css/main-light.scss
|
149
|
-
- assets/css/syntax.css
|
150
159
|
- assets/img/avatar.jpg
|
151
160
|
- assets/img/icons/favicon.ico
|
152
161
|
- assets/img/opengraph.png
|
@@ -156,7 +165,7 @@ homepage: https://github.com/luxedo/jekyll-theme-potato-hacker
|
|
156
165
|
licenses:
|
157
166
|
- GPL-3.0
|
158
167
|
metadata: {}
|
159
|
-
post_install_message:
|
168
|
+
post_install_message:
|
160
169
|
rdoc_options: []
|
161
170
|
require_paths:
|
162
171
|
- lib
|
@@ -171,9 +180,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
171
180
|
- !ruby/object:Gem::Version
|
172
181
|
version: '0'
|
173
182
|
requirements: []
|
174
|
-
|
175
|
-
|
176
|
-
signing_key:
|
183
|
+
rubygems_version: 3.3.25
|
184
|
+
signing_key:
|
177
185
|
specification_version: 4
|
178
186
|
summary: A theme based on hackers and potatoes.
|
179
187
|
test_files: []
|