doccoli-jekyll 1.1.5 → 1.1.6

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.
data/_layouts/page.html DELETED
@@ -1,17 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- <div class="wrapper">
6
- <article>
7
- <header>
8
- <h1>{{ page.title | escape }}</h1>
9
- </header>
10
- <hr>
11
- <div>
12
- {{ content }}
13
- </div>
14
-
15
- </article>
16
-
17
- </div>
data/_layouts/post.html DELETED
@@ -1,30 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- <div class="wrapper">
6
- <article itemscope itemtype="http://schema.org/BlogPosting">
7
- <header>
8
- <h1 itemprop="name headline">{{ page.title | escape }}</h1>
9
-
10
- <p>
11
- <time datetime="{{ page.date | date_to_xmlschema }}" itemprop="datePublished">
12
- {% assign date_format = site.doccoli-jekyll.date_format | default: "%b %-d, %Y" %}
13
- {{ page.date | date: date_format }}
14
- </time>
15
- {% if page.author %}
16
- • <span itemprop="author" itemscope itemtype="http://schema.org/Person"><span itemprop="name">{{ page.author }}</span></span>
17
- {% endif %}
18
- </p>
19
- </header>
20
- <hr>
21
-
22
- <div itemprop="articleBody">
23
- {{ content }}
24
- </div>
25
-
26
- {% if site.disqus.shortname %}
27
- {% include disqus_comments.html %}
28
- {% endif %}
29
- </article>
30
- </div>
@@ -1,5 +0,0 @@
1
- @import "scss/base";
2
- @import "scss/footer";
3
- @import "scss/header";
4
- @import "scss/sidebar";
5
- @import "scss/syntax-highlighting";
@@ -1,567 +0,0 @@
1
- article,
2
- aside,
3
- details,
4
- footer,
5
- header,
6
- hgroup,
7
- main,
8
- nav,
9
- section,
10
- summary {
11
- display: block;
12
- }
13
-
14
- html {
15
- font-size: 100%;
16
- -ms-text-size-adjust: 100%;
17
- -webkit-text-size-adjust: 100%;
18
- font-size: 1em;
19
- line-height: 1.4;
20
- text-rendering: optimizelegibility;
21
- -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
22
- -webkit-backface-visibility: hidden;
23
- }
24
-
25
- body {
26
- color: rgba(0, 0, 0, 0.85);
27
- background: aliceblue;
28
- margin: 0;
29
- font-family: 'EB Garamond', serif;
30
- font-smooth: always;
31
- -webkit-font-smoothing: subpixel-antialiased;
32
- text-rendering: optimizelegibility;
33
- font-display: swap;
34
- font-display: optional;
35
- -moz-osx-font-smoothing: grayscale;
36
- -webkit-osx-font-smoothing: antialiased;
37
- }
38
-
39
-
40
- /* Anchors */
41
-
42
- a {
43
- color: #1177FF;
44
- text-decoration: none;
45
- text-rendering: optimizelegibility;
46
- outline: 0;
47
- &:focus,
48
- &:active,
49
- &:hover {
50
- outline: 0;
51
- }
52
- }
53
-
54
-
55
- /* Typography */
56
-
57
- h1,
58
- h2,
59
- h3,
60
- h4,
61
- h5,
62
- h6 {
63
- margin: 0;
64
- font-family: 'proxima-nova', Arial, sans-serif;
65
- }
66
-
67
- h1 {
68
- font-size: 280%;
69
- font-weight: normal;
70
- }
71
-
72
- h2 {
73
- font-size: 200%;
74
- font-weight: normal;
75
- }
76
-
77
- h3 {
78
- font-size: 150%;
79
- }
80
-
81
- h4 {
82
- font-size: 125%;
83
- }
84
-
85
- h5 {
86
- font-size: 110%;
87
- }
88
-
89
- h6 {
90
- font-size: 100%;
91
- }
92
-
93
- b,
94
- strong {
95
- font-weight: bold;
96
- }
97
-
98
- hr {
99
- -moz-box-sizing: content-box;
100
- box-sizing: content-box;
101
- display: block;
102
- height: 1px;
103
- border: 0;
104
- border-top: 2px solid #1177FF;
105
- margin: 1em 0;
106
- padding: 0;
107
- }
108
-
109
- p {
110
- margin: .8em 0;
111
- }
112
-
113
- menu,
114
- ul,
115
- ol {
116
- margin: 0;
117
- padding: 0;
118
- }
119
-
120
- menu,
121
- ul {
122
- list-style-image: none;
123
- list-style: none;
124
- }
125
-
126
- nav ul {
127
- list-style: none;
128
- list-style-image: none;
129
- }
130
-
131
- img {
132
- border: 0;
133
- -ms-interpolation-mode: bicubic;
134
- }
135
-
136
-
137
- /* Code formatting */
138
-
139
- pre,
140
- code {
141
- border: 1px solid #e8e8e8;
142
- border-radius: 3px;
143
- background-color: #eff;
144
- }
145
-
146
- code {
147
- padding: 1px 5px;
148
- }
149
-
150
- pre {
151
- padding: 8px 12px;
152
- overflow-x: auto;
153
- >code {
154
- border: 0;
155
- padding-right: 0;
156
- padding-left: 0;
157
- }
158
- }
159
-
160
- blockquote {
161
- color: #333;
162
- border-left: 10px solid #1177FF;
163
- letter-spacing: -1px;
164
- padding: 1em;
165
- margin: 2em auto;
166
- font-style: italic;
167
- background: #fffafa;
168
- > :last-child {
169
- margin-bottom: 0;
170
- }
171
- }
172
-
173
-
174
- /*-- Coloring pseudos text selection/inactive state. Sooth! :D --*/
175
-
176
- * {
177
- box-sizing: border-box;
178
- &:after {
179
- box-sizing: border-box;
180
- }
181
- &:before {
182
- box-sizing: border-box;
183
- }
184
- }
185
-
186
- ::-moz-selection {
187
- background: #a7d7ff;
188
- color: #000;
189
- text-shadow: none;
190
- }
191
-
192
- ::selection {
193
- background: #a7d7ff;
194
- color: #000;
195
- text-shadow: none;
196
- &:window-inactive {
197
- background: #eaeaea;
198
- color: #000;
199
- }
200
- }
201
-
202
- input:-webkit-autofill {
203
- -webkit-box-shadow: 0 0 1000px #FBFBFB inset;
204
- }
205
-
206
- ::-webkit-input-placeholder {
207
- color: #05f !important;
208
- font-size: 13px;
209
- }
210
-
211
- :-moz-placeholder {
212
- color: #05f;
213
- font-size: 13px;
214
- }
215
-
216
- ::-moz-placeholder {
217
- color: #05f;
218
- font-size: 13px;
219
- }
220
-
221
- :-ms-input-placeholder {
222
- color: #05f;
223
- font-size: 13px;
224
- }
225
-
226
- table {
227
- border-collapse: collapse;
228
- border-spacing: 0;
229
- }
230
-
231
- td,
232
- th {
233
- padding: 1vw;
234
- vertical-align: top;
235
- }
236
-
237
-
238
- /* Element Positioning */
239
-
240
- .container {
241
- margin: 44px 0 0 0;
242
- background: white;
243
- }
244
-
245
- .wrapper {
246
- margin: 0 auto;
247
- text-align: justify;
248
- }
249
-
250
- .left {
251
- float: left;
252
- left: 0;
253
- }
254
-
255
- .right {
256
- float: right;
257
- right: 0;
258
- }
259
-
260
- .center {
261
- text-align: center;
262
- margin: 0 auto;
263
- }
264
-
265
- .centerize {
266
- margin: 0 auto;
267
- }
268
-
269
- .fixed {
270
- position: fixed;
271
- will-change: transform;
272
- transform: translateZ(0);
273
- }
274
-
275
- .top {
276
- top: 0;
277
- }
278
-
279
- .bottom {
280
- bottom: 0px;
281
- }
282
-
283
- .absolute-center {
284
- margin: auto;
285
- position: absolute;
286
- top: 0;
287
- left: 0;
288
- bottom: 0;
289
- right: 0;
290
- }
291
-
292
- .flex {
293
- display: flex;
294
- flex-wrap: wrap;
295
- align-items: center;
296
- justify-content: center;
297
- }
298
-
299
- .fold {
300
- min-height: calc(90vh - 45px);
301
- max-width: 100vw;
302
- overflow-x: hidden;
303
- -webkit-overflow-scrolling: touch;
304
- }
305
-
306
-
307
- /* -- Push aside, out & away ---*/
308
-
309
- .side-gap {
310
- margin-right: .5em;
311
- margin-left: .5em;
312
- }
313
-
314
- .top-gap {
315
- margin-top: .5em;
316
- }
317
-
318
- .double-top-gap {
319
- margin-top: 1em;
320
- }
321
-
322
- .bottom-gap {
323
- margin-bottom: 1em;
324
- }
325
-
326
- .double-bottom-gap {
327
- margin-bottom: 2em;
328
- }
329
-
330
- .pad {
331
- padding: 0.5em 1em;
332
- }
333
-
334
- .pad-vertically {
335
- padding: 1em 0;
336
- }
337
-
338
- .pad-horizontally {
339
- padding: 0 1em;
340
- }
341
-
342
-
343
- /* -- Text --*/
344
-
345
- .justify {
346
- text-align: justify;
347
- }
348
-
349
- .uppercase {
350
- text-transform: uppercase;
351
- }
352
-
353
- .lowercase {
354
- text-transform: lowercase;
355
- }
356
-
357
- .camelcase {
358
- text-transform: capitalize;
359
- }
360
-
361
- .italics {
362
- font-style: italic;
363
- }
364
-
365
- menu.horizontal-list li,
366
- ul.horizontal-list li {
367
- float: left;
368
- }
369
-
370
- .will-change {
371
- will-change: transform;
372
- transform: translate3d(0, 0, 0);
373
- }
374
-
375
- .unpointable {
376
- pointer-events: none;
377
- }
378
-
379
- .pointable {
380
- pointer-events: auto;
381
- }
382
-
383
- .ir {
384
- background-color: transparent;
385
- border: 0;
386
- overflow: hidden;
387
- *text-indent: -9999px;
388
- &:before {
389
- content: "";
390
- display: block;
391
- width: 0;
392
- height: 150%;
393
- }
394
- }
395
-
396
- .hidden {
397
- display: none !important;
398
- visibility: hidden;
399
- }
400
-
401
- .visuallyhidden {
402
- border: 0;
403
- clip: rect(0 0 0 0);
404
- height: 1px;
405
- margin: -1px;
406
- overflow: hidden;
407
- padding: 0;
408
- position: absolute;
409
- width: 1px;
410
- &.focusable {
411
- &:active,
412
- &:focus {
413
- clip: auto;
414
- height: auto;
415
- margin: 0;
416
- overflow: visible;
417
- position: static;
418
- width: auto;
419
- }
420
- }
421
- }
422
-
423
- .invisible {
424
- visibility: hidden;
425
- }
426
-
427
- .clearfix {
428
- &:before {
429
- content: " ";
430
- display: table;
431
- }
432
- &:after {
433
- content: " ";
434
- display: table;
435
- clear: both;
436
- }
437
- *zoom: 1;
438
- }
439
-
440
- @media (orientation: portrait) {
441
- body {
442
- .hide-on-mobiles {
443
- display: none;
444
- }
445
- .display-on-mobiles {
446
- display: inline-block;
447
- }
448
- .divide-in-half {
449
- width: 90vw;
450
- }
451
- .one-half {
452
- width: 100%;
453
- }
454
- .one-third {
455
- width: 100%;
456
- }
457
- .two-third {
458
- width: 100%;
459
- }
460
- .shrink {
461
- width: 95%;
462
- }
463
- .align {
464
- margin: 0 auto;
465
- text-align: center;
466
- }
467
-
468
- }
469
- }
470
-
471
- @media (orientation: landscape) {
472
- body {
473
- .hide-on-mobiles {
474
- display: marker;
475
- }
476
- .display-on-mobiles {
477
- display: none;
478
- }
479
- .divide-in-half {
480
- width: 50vw;
481
- }
482
- .one-half {
483
- width: 50%;
484
- }
485
- .one-third {
486
- width: 33.33333%;
487
- }
488
- .two-third {
489
- width: 66.66666%;
490
- }
491
- .shrink {
492
- width: 90%;
493
- }
494
- .align {
495
- margin: 0 0;
496
- }
497
- .container {
498
- width: calc(100vw - 208px);
499
- margin-left: 208px;
500
- }
501
- }
502
- }
503
-
504
- @media print,
505
- (-o-min-device-pixel-ratio: 5 / 4),
506
- (-webkit-min-device-pixel-ratio: 1.25),
507
- (min-resolution: 120dpi) {
508
- /* Style adjustments for high resolution devices */
509
- }
510
-
511
- @media print {
512
- * {
513
- background: transparent !important;
514
- color: #000 !important;
515
- box-shadow: none !important;
516
- text-shadow: none !important;
517
- }
518
- a {
519
- text-decoration: underline;
520
- &:visited {
521
- text-decoration: underline;
522
- }
523
- &[href]:after {
524
- content: " (" attr(href) ")";
525
- }
526
- }
527
- abbr[title]:after {
528
- content: " (" attr(title) ")";
529
- }
530
- .ir a:after {
531
- content: "";
532
- }
533
- a {
534
- &[href^="javascript:"]:after,
535
- &[href^="#"]:after {
536
- content: "";
537
- }
538
- }
539
- pre,
540
- blockquote {
541
- border: 1px solid #999;
542
- page-break-inside: avoid;
543
- }
544
- thead {
545
- display: table-header-group;
546
- }
547
- tr {
548
- page-break-inside: avoid;
549
- }
550
- img {
551
- page-break-inside: avoid;
552
- max-width: 100% !important;
553
- }
554
- @page {
555
- margin: 0.5cm;
556
- }
557
- p,
558
- h2,
559
- h3 {
560
- orphans: 3;
561
- widows: 3;
562
- }
563
- h2,
564
- h3 {
565
- page-break-after: avoid;
566
- }
567
- }