mgm-jekyll-bulma 0.1.1 → 0.1.2
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/_includes/archive-listing.html +41 -0
- data/_includes/callout_socialmedia.html +56 -0
- data/_includes/callouts.html +11 -10
- data/_includes/footer.html +7 -4
- data/_includes/header.html +17 -28
- data/_includes/hero.html +9 -2
- data/_includes/image.html +11 -0
- data/_includes/latest-posts.html +1 -4
- data/_includes/navbar.html +21 -0
- data/_includes/post-list.html +69 -0
- data/_includes/tag.html +4 -2
- data/_includes/toc.html +0 -0
- data/_layouts/default.html +1 -3
- data/_layouts/page.html +1 -1
- data/_layouts/post.html +1 -1
- data/assets/css/app.css +7394 -0
- data/assets/images/authorpicture.jpg +0 -0
- data/assets/images/eisodia-theotokou-eikona.jpeg +0 -0
- data/assets/images/hero-default.jpg +0 -0
- metadata +11 -19
- data/_includes/notification.html +0 -17
- data/_includes/pagination.html +0 -23
- data/_includes/post-card.html +0 -29
- data/_includes/rating.html +0 -14
- data/_includes/review.html +0 -27
- data/_includes/showcase.html +0 -64
- data/_includes/sponsors.html +0 -42
- data/_includes/subscribe.html +0 -6
- data/_layouts/blog.html +0 -22
- data/_layouts/product-category.html +0 -42
- data/_layouts/product.html +0 -61
- data/_layouts/recipe.html +0 -98
- data/_sass/_layout.scss +0 -40
- data/_sass/_main.scss +0 -22
- data/_sass/_showcase.scss +0 -13
- data/_sass/syntax.scss +0 -209
- data/assets/css/app.scss +0 -5
data/_sass/syntax.scss
DELETED
|
@@ -1,209 +0,0 @@
|
|
|
1
|
-
.highlight table td { padding: 5px; }
|
|
2
|
-
.highlight table pre { margin: 0; }
|
|
3
|
-
.highlight .cm {
|
|
4
|
-
color: #999988;
|
|
5
|
-
font-style: italic;
|
|
6
|
-
}
|
|
7
|
-
.highlight .cp {
|
|
8
|
-
color: #999999;
|
|
9
|
-
font-weight: bold;
|
|
10
|
-
}
|
|
11
|
-
.highlight .c1 {
|
|
12
|
-
color: #999988;
|
|
13
|
-
font-style: italic;
|
|
14
|
-
}
|
|
15
|
-
.highlight .cs {
|
|
16
|
-
color: #999999;
|
|
17
|
-
font-weight: bold;
|
|
18
|
-
font-style: italic;
|
|
19
|
-
}
|
|
20
|
-
.highlight .c, .highlight .cd {
|
|
21
|
-
color: #999988;
|
|
22
|
-
font-style: italic;
|
|
23
|
-
}
|
|
24
|
-
.highlight .err {
|
|
25
|
-
color: #a61717;
|
|
26
|
-
background-color: #e3d2d2;
|
|
27
|
-
}
|
|
28
|
-
.highlight .gd {
|
|
29
|
-
color: #000000;
|
|
30
|
-
background-color: #ffdddd;
|
|
31
|
-
}
|
|
32
|
-
.highlight .ge {
|
|
33
|
-
color: #000000;
|
|
34
|
-
font-style: italic;
|
|
35
|
-
}
|
|
36
|
-
.highlight .gr {
|
|
37
|
-
color: #aa0000;
|
|
38
|
-
}
|
|
39
|
-
.highlight .gh {
|
|
40
|
-
color: #999999;
|
|
41
|
-
}
|
|
42
|
-
.highlight .gi {
|
|
43
|
-
color: #000000;
|
|
44
|
-
background-color: #ddffdd;
|
|
45
|
-
}
|
|
46
|
-
.highlight .go {
|
|
47
|
-
color: #888888;
|
|
48
|
-
}
|
|
49
|
-
.highlight .gp {
|
|
50
|
-
color: #555555;
|
|
51
|
-
}
|
|
52
|
-
.highlight .gs {
|
|
53
|
-
font-weight: bold;
|
|
54
|
-
}
|
|
55
|
-
.highlight .gu {
|
|
56
|
-
color: #aaaaaa;
|
|
57
|
-
}
|
|
58
|
-
.highlight .gt {
|
|
59
|
-
color: #aa0000;
|
|
60
|
-
}
|
|
61
|
-
.highlight .kc {
|
|
62
|
-
color: #000000;
|
|
63
|
-
font-weight: bold;
|
|
64
|
-
}
|
|
65
|
-
.highlight .kd {
|
|
66
|
-
color: #000000;
|
|
67
|
-
font-weight: bold;
|
|
68
|
-
}
|
|
69
|
-
.highlight .kn {
|
|
70
|
-
color: #000000;
|
|
71
|
-
font-weight: bold;
|
|
72
|
-
}
|
|
73
|
-
.highlight .kp {
|
|
74
|
-
color: #000000;
|
|
75
|
-
font-weight: bold;
|
|
76
|
-
}
|
|
77
|
-
.highlight .kr {
|
|
78
|
-
color: #000000;
|
|
79
|
-
font-weight: bold;
|
|
80
|
-
}
|
|
81
|
-
.highlight .kt {
|
|
82
|
-
color: #445588;
|
|
83
|
-
font-weight: bold;
|
|
84
|
-
}
|
|
85
|
-
.highlight .k, .highlight .kv {
|
|
86
|
-
color: #000000;
|
|
87
|
-
font-weight: bold;
|
|
88
|
-
}
|
|
89
|
-
.highlight .mf {
|
|
90
|
-
color: #009999;
|
|
91
|
-
}
|
|
92
|
-
.highlight .mh {
|
|
93
|
-
color: #009999;
|
|
94
|
-
}
|
|
95
|
-
.highlight .il {
|
|
96
|
-
color: #009999;
|
|
97
|
-
}
|
|
98
|
-
.highlight .mi {
|
|
99
|
-
color: #009999;
|
|
100
|
-
}
|
|
101
|
-
.highlight .mo {
|
|
102
|
-
color: #009999;
|
|
103
|
-
}
|
|
104
|
-
.highlight .m, .highlight .mb, .highlight .mx {
|
|
105
|
-
color: #009999;
|
|
106
|
-
}
|
|
107
|
-
.highlight .sb {
|
|
108
|
-
color: #d14;
|
|
109
|
-
}
|
|
110
|
-
.highlight .sc {
|
|
111
|
-
color: #d14;
|
|
112
|
-
}
|
|
113
|
-
.highlight .sd {
|
|
114
|
-
color: #d14;
|
|
115
|
-
}
|
|
116
|
-
.highlight .s2 {
|
|
117
|
-
color: #d14;
|
|
118
|
-
}
|
|
119
|
-
.highlight .se {
|
|
120
|
-
color: #d14;
|
|
121
|
-
}
|
|
122
|
-
.highlight .sh {
|
|
123
|
-
color: #d14;
|
|
124
|
-
}
|
|
125
|
-
.highlight .si {
|
|
126
|
-
color: #d14;
|
|
127
|
-
}
|
|
128
|
-
.highlight .sx {
|
|
129
|
-
color: #d14;
|
|
130
|
-
}
|
|
131
|
-
.highlight .sr {
|
|
132
|
-
color: #009926;
|
|
133
|
-
}
|
|
134
|
-
.highlight .s1 {
|
|
135
|
-
color: #d14;
|
|
136
|
-
}
|
|
137
|
-
.highlight .ss {
|
|
138
|
-
color: #990073;
|
|
139
|
-
}
|
|
140
|
-
.highlight .s {
|
|
141
|
-
color: #d14;
|
|
142
|
-
}
|
|
143
|
-
.highlight .na {
|
|
144
|
-
color: #008080;
|
|
145
|
-
}
|
|
146
|
-
.highlight .bp {
|
|
147
|
-
color: #999999;
|
|
148
|
-
}
|
|
149
|
-
.highlight .nb {
|
|
150
|
-
color: #0086B3;
|
|
151
|
-
}
|
|
152
|
-
.highlight .nc {
|
|
153
|
-
color: #445588;
|
|
154
|
-
font-weight: bold;
|
|
155
|
-
}
|
|
156
|
-
.highlight .no {
|
|
157
|
-
color: #008080;
|
|
158
|
-
}
|
|
159
|
-
.highlight .nd {
|
|
160
|
-
color: #3c5d5d;
|
|
161
|
-
font-weight: bold;
|
|
162
|
-
}
|
|
163
|
-
.highlight .ni {
|
|
164
|
-
color: #800080;
|
|
165
|
-
}
|
|
166
|
-
.highlight .ne {
|
|
167
|
-
color: #990000;
|
|
168
|
-
font-weight: bold;
|
|
169
|
-
}
|
|
170
|
-
.highlight .nf {
|
|
171
|
-
color: #990000;
|
|
172
|
-
font-weight: bold;
|
|
173
|
-
}
|
|
174
|
-
.highlight .nl {
|
|
175
|
-
color: #990000;
|
|
176
|
-
font-weight: bold;
|
|
177
|
-
}
|
|
178
|
-
.highlight .nn {
|
|
179
|
-
color: #555555;
|
|
180
|
-
}
|
|
181
|
-
.highlight .nt {
|
|
182
|
-
color: #000080;
|
|
183
|
-
}
|
|
184
|
-
.highlight .vc {
|
|
185
|
-
color: #008080;
|
|
186
|
-
}
|
|
187
|
-
.highlight .vg {
|
|
188
|
-
color: #008080;
|
|
189
|
-
}
|
|
190
|
-
.highlight .vi {
|
|
191
|
-
color: #008080;
|
|
192
|
-
}
|
|
193
|
-
.highlight .nv {
|
|
194
|
-
color: #008080;
|
|
195
|
-
}
|
|
196
|
-
.highlight .ow {
|
|
197
|
-
color: #000000;
|
|
198
|
-
font-weight: bold;
|
|
199
|
-
}
|
|
200
|
-
.highlight .o {
|
|
201
|
-
color: #000000;
|
|
202
|
-
font-weight: bold;
|
|
203
|
-
}
|
|
204
|
-
.highlight .w {
|
|
205
|
-
color: #bbbbbb;
|
|
206
|
-
}
|
|
207
|
-
.highlight {
|
|
208
|
-
background-color: #f8f8f8;
|
|
209
|
-
}
|