jekyll-theme-proxima 0.0.2 → 0.0.3

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cea26f914980720f810d0a4a3ddc01ea445877433801940156b8d7fec28a6db2
4
- data.tar.gz: 4e6359ef8add2e32e28747bba69b46ccbaa412e20f621aeb9c90ce58f0e66b1a
3
+ metadata.gz: 199841ecc40ae11572d7743d01178382cfa449b2300d8f74c080558ad1089d7c
4
+ data.tar.gz: 99adbfbe3a3d1e17f460daa1c4489ff1ef7665b7e2ae5a109d9c35538a0c064e
5
5
  SHA512:
6
- metadata.gz: 4ce244041ec0531874f10f996afa718bab04d7e1a2cf0726ebbb486d8478671f3e826803cd3d0ed57c66dc11d0b00e4d618382bd9f19c700c19e845aa32950e2
7
- data.tar.gz: 0166e74faff3e228794e8ace8e94219e67b070f21768c1436594d74fca88e4055cb9f37696479819a48856e364653af1e8782952d84b34333ba7d62f5f81d741
6
+ metadata.gz: 3c471a0003cc0746d0b76ce9d063e6a2b42fd2424d13ee3f4c9cb810c52b45a205896f0402ea06ee654c582858922b40b520b842c61f6fd06e80a68f950c6906
7
+ data.tar.gz: 11fd91acc680733167546c74a03323d7eead8c4d4c1fb2a795d195ba27a346ff9d39ea343a39212f5fd4173c25a97494018d14b38477b6c4199a21ea2bcb777e
data/README.md CHANGED
@@ -1,7 +1,9 @@
1
1
  # The Proxima theme
2
2
 
3
3
  Proxima is a Jekyll theme for GitHub Pages, with customizable colors and
4
- GitHub-like styling ([preview][1]).
4
+ GitHub-like styling.
5
+
6
+ [Preview Theme][1]
5
7
 
6
8
  ## Usage
7
9
 
@@ -10,7 +12,7 @@ To use the Proxima theme:
10
12
  1. Add the following to your site's `_config.yml`:
11
13
 
12
14
  ```yml
13
- theme: jekyll-theme-proxima
15
+ remote_theme: dannyben/jekyll-theme-proxima
14
16
  ```
15
17
 
16
18
  2. Optionally, if you'd like to preview your site on your computer, add the
@@ -101,6 +103,6 @@ proposing a change):
101
103
 
102
104
 
103
105
 
104
- [1]: http://dannyben.github.io/proxima
105
- [2]: https://github.com/dannyben/proxima/blob/master/_layouts/default.html
106
+ [1]: http://dannyben.github.io/jekyll-theme-proxima
107
+ [2]: https://github.com/dannyben/jekyll-theme-proxima/blob/master/_layouts/default.html
106
108
  [3]: https://jekyllrb.com/docs/variables/
@@ -1,5 +1,6 @@
1
1
  @import "normalize";
2
2
  @import 'github-markdown';
3
+ @import 'rouge-github';
3
4
 
4
5
  $breakpoint: 767px !default;
5
6
 
@@ -0,0 +1,209 @@
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
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-proxima
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.2
4
+ version: 0.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Danny Ben Shitrit
@@ -77,9 +77,8 @@ files:
77
77
  - _layouts/default.html
78
78
  - _sass/github-markdown.scss
79
79
  - _sass/jekyll-theme-proxima.scss
80
- - _sass/jekyll-theme-proxima.scss.bak
81
80
  - _sass/normalize.scss
82
- - _sass/variables.scss
81
+ - _sass/rouge-github.scss
83
82
  - assets/css/style.scss
84
83
  homepage: https://github.com/DannyBen/proxima
85
84
  licenses:
@@ -1,358 +0,0 @@
1
- @import "variables";
2
- @import "normalize";
3
- // @import url('https://cdnjs.cloudflare.com/ajax/libs/github-markdown-css/2.10.0/github-markdown.min.css');
4
- @import 'github-markdown';
5
-
6
- .markdown-body {
7
- box-sizing: border-box;
8
- min-width: 200px;
9
- max-width: 980px;
10
- margin: 0 auto;
11
- padding: 45px;
12
- }
13
-
14
- @media (max-width: 767px) {
15
- .markdown-body {
16
- padding: 15px;
17
- }
18
- }
19
-
20
- @mixin large {
21
- @media screen and (min-width: #{$breakpoint + 1}) {
22
- @content;
23
- }
24
- }
25
-
26
- @mixin small {
27
- @media screen and (max-width: #{$breakpoint}) {
28
- @content;
29
- }
30
- }
31
-
32
- * {
33
- box-sizing: border-box;
34
- }
35
-
36
- body {
37
- font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
38
- }
39
-
40
- // body {
41
- // padding: 0;
42
- // margin: 0;
43
- // font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
44
- // font-size: 16px;
45
- // line-height: 1.5;
46
- // color: $body-text-color;
47
- // }
48
-
49
- // a {
50
- // color: $body-link-color;
51
- // text-decoration: none;
52
-
53
- // &:hover {
54
- // text-decoration: underline;
55
- // }
56
- // }
57
-
58
- // .btn {
59
- // display: inline-block;
60
- // margin-bottom: 1rem;
61
- // color: rgba(255, 255, 255, 0.7);
62
- // background-color: rgba(255, 255, 255, 0.08);
63
- // border-color: rgba(255, 255, 255, 0.2);
64
- // border-style: solid;
65
- // border-width: 1px;
66
- // border-radius: 0.3rem;
67
- // transition: color 0.2s, background-color 0.2s, border-color 0.2s;
68
-
69
- // &:hover {
70
- // color: rgba(255, 255, 255, 0.8);
71
- // text-decoration: none;
72
- // background-color: rgba(255, 255, 255, 0.2);
73
- // border-color: rgba(255, 255, 255, 0.3);
74
- // }
75
-
76
- // + .btn {
77
- // margin-left: 1rem;
78
- // }
79
-
80
- // @include large {
81
- // padding: 0.75rem 1rem;
82
- // }
83
-
84
- // @include medium {
85
- // padding: 0.6rem 0.9rem;
86
- // font-size: 0.9rem;
87
- // }
88
-
89
- // @include small {
90
- // display: block;
91
- // width: 100%;
92
- // padding: 0.75rem;
93
- // font-size: 0.9rem;
94
-
95
- // + .btn {
96
- // margin-top: 1rem;
97
- // margin-left: 0;
98
- // }
99
- // }
100
- // }
101
-
102
- // .page-header {
103
- // color: $header-heading-color;
104
- // text-align: center;
105
- // background-color: $header-bg-color;
106
- // background-image: linear-gradient(120deg, $header-bg-color-secondary, $header-bg-color);
107
-
108
- // @include large {
109
- // padding: 5rem 6rem;
110
- // }
111
-
112
- // @include medium {
113
- // padding: 3rem 4rem;
114
- // }
115
-
116
- // @include small {
117
- // padding: 2rem 1rem;
118
- // }
119
- // }
120
-
121
- // .project-name {
122
- // margin-top: 0;
123
- // margin-bottom: 0.1rem;
124
-
125
- // @include large {
126
- // font-size: 3.25rem;
127
- // }
128
-
129
- // @include medium {
130
- // font-size: 2.25rem;
131
- // }
132
-
133
- // @include small {
134
- // font-size: 1.75rem;
135
- // }
136
- // }
137
-
138
- // .project-tagline {
139
- // margin-bottom: 2rem;
140
- // font-weight: normal;
141
- // opacity: 0.7;
142
-
143
- // @include large {
144
- // font-size: 1.25rem;
145
- // }
146
-
147
- // @include medium {
148
- // font-size: 1.15rem;
149
- // }
150
-
151
- // @include small {
152
- // font-size: 1rem;
153
- // }
154
- // }
155
-
156
- // .main-content {
157
- // word-wrap: break-word;
158
-
159
- // :first-child {
160
- // margin-top: 0;
161
- // }
162
-
163
- // @include large {
164
- // max-width: 64rem;
165
- // padding: 2rem 6rem;
166
- // margin: 0 auto;
167
- // font-size: 1.1rem;
168
- // }
169
-
170
- // @include medium {
171
- // padding: 2rem 4rem;
172
- // font-size: 1.1rem;
173
- // }
174
-
175
- // @include small {
176
- // padding: 2rem 1rem;
177
- // font-size: 1rem;
178
- // }
179
-
180
- // img {
181
- // max-width: 100%;
182
- // }
183
-
184
- // h1,
185
- // h2,
186
- // h3,
187
- // h4,
188
- // h5,
189
- // h6 {
190
- // margin-top: 2rem;
191
- // margin-bottom: 1rem;
192
- // font-weight: normal;
193
- // color: $section-headings-color;
194
- // }
195
-
196
- // p {
197
- // margin-bottom: 1em;
198
- // }
199
-
200
- // code {
201
- // padding: 2px 4px;
202
- // font-family: Consolas, "Liberation Mono", Menlo, Courier, monospace;
203
- // font-size: 0.9rem;
204
- // color: $code-text-color;
205
- // background-color: $code-bg-color;
206
- // border-radius: 0.3rem;
207
- // }
208
-
209
- // pre {
210
- // padding: 0.8rem;
211
- // margin-top: 0;
212
- // margin-bottom: 1rem;
213
- // font: 1rem Consolas, "Liberation Mono", Menlo, Courier, monospace;
214
- // color: $code-text-color;
215
- // word-wrap: normal;
216
- // background-color: $code-bg-color;
217
- // border: solid 1px $border-color;
218
- // border-radius: 0.3rem;
219
-
220
- // > code {
221
- // padding: 0;
222
- // margin: 0;
223
- // font-size: 0.9rem;
224
- // color: $code-text-color;
225
- // word-break: normal;
226
- // white-space: pre;
227
- // background: transparent;
228
- // border: 0;
229
- // }
230
- // }
231
-
232
- // .highlight {
233
- // margin-bottom: 1rem;
234
-
235
- // pre {
236
- // margin-bottom: 0;
237
- // word-break: normal;
238
- // }
239
- // }
240
-
241
- // .highlight pre,
242
- // pre {
243
- // padding: 0.8rem;
244
- // overflow: auto;
245
- // font-size: 0.9rem;
246
- // line-height: 1.45;
247
- // border-radius: 0.3rem;
248
- // -webkit-overflow-scrolling: touch;
249
- // }
250
-
251
- // pre code,
252
- // pre tt {
253
- // display: inline;
254
- // max-width: initial;
255
- // padding: 0;
256
- // margin: 0;
257
- // overflow: initial;
258
- // line-height: inherit;
259
- // word-wrap: normal;
260
- // background-color: transparent;
261
- // border: 0;
262
-
263
- // &:before,
264
- // &:after {
265
- // content: normal;
266
- // }
267
- // }
268
-
269
- // ul,
270
- // ol {
271
- // margin-top: 0;
272
- // }
273
-
274
- // blockquote {
275
- // padding: 0 1rem;
276
- // margin-left: 0;
277
- // color: $blockquote-text-color;
278
- // border-left: 0.3rem solid $border-color;
279
-
280
- // > :first-child {
281
- // margin-top: 0;
282
- // }
283
-
284
- // > :last-child {
285
- // margin-bottom: 0;
286
- // }
287
- // }
288
-
289
- // table {
290
- // display: block;
291
- // width: 100%;
292
- // overflow: auto;
293
- // word-break: normal;
294
- // word-break: keep-all; // For Firefox to horizontally scroll wider tables.
295
- // -webkit-overflow-scrolling: touch;
296
-
297
- // th {
298
- // font-weight: bold;
299
- // }
300
-
301
- // th,
302
- // td {
303
- // padding: 0.5rem 1rem;
304
- // border: 1px solid $table-border-color;
305
- // }
306
- // }
307
-
308
- // dl {
309
- // padding: 0;
310
-
311
- // dt {
312
- // padding: 0;
313
- // margin-top: 1rem;
314
- // font-size: 1rem;
315
- // font-weight: bold;
316
- // }
317
-
318
- // dd {
319
- // padding: 0;
320
- // margin-bottom: 1rem;
321
- // }
322
- // }
323
-
324
- // hr {
325
- // height: 2px;
326
- // padding: 0;
327
- // margin: 1rem 0;
328
- // background-color: $hr-border-color;
329
- // border: 0;
330
- // }
331
- // }
332
-
333
- // .site-footer {
334
- // padding-top: 2rem;
335
- // margin-top: 2rem;
336
- // border-top: solid 1px $hr-border-color;
337
-
338
- // @include large {
339
- // font-size: 1rem;
340
- // }
341
-
342
- // @include medium {
343
- // font-size: 1rem;
344
- // }
345
-
346
- // @include small {
347
- // font-size: 0.9rem;
348
- // }
349
- // }
350
-
351
- // .site-footer-owner {
352
- // display: block;
353
- // font-weight: bold;
354
- // }
355
-
356
- // .site-footer-credits {
357
- // color: $blockquote-text-color;
358
- // }
@@ -1,23 +0,0 @@
1
- // Breakpoints
2
- // $breakpoint: 767px !default;
3
- // $color: {{ site.color }};
4
-
5
- // // Headers
6
- // $header-heading-color: #fff !default;
7
- // $header-bg-color: #159957 !default;
8
- // $header-bg-color-secondary: #155799 !default;
9
-
10
- // // Text
11
- // $section-headings-color: #159957 !default;
12
- // $body-text-color: #606c71 !default;
13
- // $body-link-color: #1e6bb8 !default;
14
- // $blockquote-text-color: #819198 !default;
15
-
16
- // // Code
17
- // $code-bg-color: #f3f6fa !default;
18
- // $code-text-color: #567482 !default;
19
-
20
- // // Borders
21
- // $border-color: #dce6f0 !default;
22
- // $table-border-color: #e9ebec !default;
23
- // $hr-border-color: #eff0f1 !default;