jekyll-sleek 0.1.3 → 0.1.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (86) hide show
  1. checksums.yaml +4 -4
  2. metadata +15 -99
  3. data/_includes/card.html +0 -31
  4. data/_includes/critical.css +0 -1
  5. data/_includes/disqus.html +0 -18
  6. data/_includes/footer.html +0 -23
  7. data/_includes/form.html +0 -21
  8. data/_includes/gtm.html +0 -9
  9. data/_includes/head.html +0 -36
  10. data/_includes/header.html +0 -25
  11. data/_includes/loadCss.js +0 -9
  12. data/_includes/logo.svg +0 -5
  13. data/_includes/modal.html +0 -12
  14. data/_includes/pagination.html +0 -3
  15. data/_layouts/compress.html +0 -10
  16. data/_layouts/default.html +0 -47
  17. data/_layouts/page.html +0 -42
  18. data/_layouts/post.html +0 -106
  19. data/_sass/abstracts/_mixins.scss +0 -18
  20. data/_sass/abstracts/_variables.scss +0 -34
  21. data/_sass/base/_base.scss +0 -40
  22. data/_sass/base/_helpers.scss +0 -21
  23. data/_sass/base/_typography.scss +0 -104
  24. data/_sass/components/_btn.scss +0 -54
  25. data/_sass/components/_card.scss +0 -80
  26. data/_sass/components/_form.scss +0 -92
  27. data/_sass/components/_modal.scss +0 -73
  28. data/_sass/components/_pagination.scss +0 -5
  29. data/_sass/components/_syntax.scss +0 -209
  30. data/_sass/components/_table.scss +0 -21
  31. data/_sass/layout/_footer.scss +0 -35
  32. data/_sass/layout/_grid.scss +0 -23
  33. data/_sass/layout/_nav.scss +0 -200
  34. data/_sass/main.scss +0 -38
  35. data/_sass/pages/_page.scss +0 -94
  36. data/_sass/pages/_post.scss +0 -62
  37. data/_sass/vendor/_breakpoint.scss +0 -1
  38. data/_sass/vendor/_normalize.scss +0 -1
  39. data/assets/css/main.css +0 -3
  40. data/assets/img/favicon.jpg +0 -0
  41. data/assets/img/icons/android-chrome-192x192.png +0 -0
  42. data/assets/img/icons/android-chrome-256x256.png +0 -0
  43. data/assets/img/icons/apple-touch-icon.png +0 -0
  44. data/assets/img/icons/browserconfig.xml +0 -9
  45. data/assets/img/icons/favicon-16x16.png +0 -0
  46. data/assets/img/icons/favicon-32x32.png +0 -0
  47. data/assets/img/icons/favicon.ico +0 -0
  48. data/assets/img/icons/icon-github.svg +0 -1
  49. data/assets/img/icons/icon-instagram.svg +0 -1
  50. data/assets/img/icons/icon-twitter.svg +0 -1
  51. data/assets/img/icons/manifest.json +0 -18
  52. data/assets/img/icons/mstile-150x150.png +0 -0
  53. data/assets/img/icons/safari-pinned-tab.svg +0 -19
  54. data/assets/img/posts/emile-perron-190221.jpg +0 -0
  55. data/assets/img/posts/emile-perron-190221_lg.jpg +0 -0
  56. data/assets/img/posts/emile-perron-190221_md.jpg +0 -0
  57. data/assets/img/posts/emile-perron-190221_placehold.jpg +0 -0
  58. data/assets/img/posts/emile-perron-190221_sm.jpg +0 -0
  59. data/assets/img/posts/emile-perron-190221_thumb.jpg +0 -0
  60. data/assets/img/posts/emile-perron-190221_thumb@2x.jpg +0 -0
  61. data/assets/img/posts/emile-perron-190221_xs.jpg +0 -0
  62. data/assets/img/posts/ruben-santander-69158.jpg +0 -0
  63. data/assets/img/posts/ruben-santander-69158_lg.jpg +0 -0
  64. data/assets/img/posts/ruben-santander-69158_md.jpg +0 -0
  65. data/assets/img/posts/ruben-santander-69158_placehold.jpg +0 -0
  66. data/assets/img/posts/ruben-santander-69158_sm.jpg +0 -0
  67. data/assets/img/posts/ruben-santander-69158_thumb.jpg +0 -0
  68. data/assets/img/posts/ruben-santander-69158_thumb@2x.jpg +0 -0
  69. data/assets/img/posts/ruben-santander-69158_xs.jpg +0 -0
  70. data/assets/img/posts/shane-rounce-205187.jpg +0 -0
  71. data/assets/img/posts/shane-rounce-205187_lg.jpg +0 -0
  72. data/assets/img/posts/shane-rounce-205187_md.jpg +0 -0
  73. data/assets/img/posts/shane-rounce-205187_placehold.jpg +0 -0
  74. data/assets/img/posts/shane-rounce-205187_sm.jpg +0 -0
  75. data/assets/img/posts/shane-rounce-205187_thumb.jpg +0 -0
  76. data/assets/img/posts/shane-rounce-205187_thumb@2x.jpg +0 -0
  77. data/assets/img/posts/shane-rounce-205187_xs.jpg +0 -0
  78. data/assets/img/posts/sleek.jpg +0 -0
  79. data/assets/img/posts/sleek_lg.jpg +0 -0
  80. data/assets/img/posts/sleek_md.jpg +0 -0
  81. data/assets/img/posts/sleek_placehold.jpg +0 -0
  82. data/assets/img/posts/sleek_sm.jpg +0 -0
  83. data/assets/img/posts/sleek_thumb.jpg +0 -0
  84. data/assets/img/posts/sleek_thumb@2x.jpg +0 -0
  85. data/assets/img/posts/sleek_xs.jpg +0 -0
  86. data/assets/js/bundle.js +0 -1
@@ -1,92 +0,0 @@
1
- input,
2
- textarea {
3
- display: inline-block;
4
- padding: 5px 0;
5
- width: 100%;
6
- border: 0;
7
- border-bottom: 2px solid $border;
8
- outline: none;
9
- font-family: $font-stack;
10
- background: transparent;
11
-
12
- &:focus {
13
- border-color: $primary;
14
- transition: border-color .25s;
15
- }
16
- }
17
-
18
- .form__input {
19
- position: relative;
20
- display: inline-block;
21
- width: 100%;
22
- margin-bottom: 35px;
23
-
24
- &::before {
25
- content: "";
26
- position: absolute;
27
- bottom: 0;
28
- left: 0;
29
- width: 0;
30
- height: 2px;
31
- background: $primary;
32
- z-index: 5;
33
- transition: width .45s cubic-bezier(.694, .048, .335, 1);
34
- transition-delay: .1s;
35
- }
36
-
37
- &::after {
38
- content: "";
39
- position: absolute;
40
- bottom: 0;
41
- left: 0;
42
- width: 0;
43
- height: 2px;
44
- background: $secondary;
45
- z-index: 4;
46
- transition: width .45s cubic-bezier(.694, .048, .335, 1);
47
- }
48
-
49
- &:hover::after,
50
- :focus::after,
51
- :active::after {
52
- width: 100%;
53
- }
54
-
55
- &:hover::before,
56
- :focus::before,
57
- :active::after {
58
- width: 100%;
59
- }
60
-
61
- &.error {
62
- &:hover::after,
63
- :focus::after,
64
- :active::after {
65
- width: 0%;
66
- }
67
-
68
- &:hover::before,
69
- :focus::before,
70
- :active::after {
71
- width: 0%;
72
- }
73
- }
74
- }
75
-
76
- .error {
77
- input {
78
- border-bottom-color: $error;
79
- }
80
-
81
- textarea {
82
- border-bottom-color: $error;
83
- }
84
- }
85
-
86
- .error-data {
87
- color: $error;
88
- font-size: 14px;
89
- position: absolute;
90
- left: 0;
91
- bottom: -21px;
92
- }
@@ -1,73 +0,0 @@
1
- .modal {
2
- position: fixed;
3
- display: none;
4
- align-items: center;
5
- justify-content: center;
6
- top: 0;
7
- left: 0;
8
- width: 100%;
9
- height: 100%;
10
- outline: 0;
11
- overflow-y: auto;
12
- z-index: 999;
13
- }
14
-
15
- .modal__inner {
16
- flex: 0 1 auto;
17
- position: relative;
18
- margin: 1.875em;
19
- width: auto;
20
- max-width: 768px;
21
- outline: 0;
22
- opacity: 0;
23
- transform: translateY(200px);
24
- transition: transform .5s cubic-bezier(0.4, 0, 0.2, 1);
25
- z-index: 1050;
26
- }
27
-
28
- .modal__content {
29
- position: relative;
30
- padding: 2rem 2.5rem;
31
- display: flex;
32
- flex-direction: column;
33
- background-color: $bg-color;
34
- border-radius: 4px;
35
-
36
- h1 {
37
- text-align: center;
38
- }
39
- }
40
-
41
- .modal__close-button {
42
- position: absolute;
43
- top: 16px;
44
- right: 16px;
45
- background-color: transparent;
46
- border: 0;
47
- outline: 0;
48
- color: $heading-color;
49
- cursor: pointer;
50
-
51
- &:hover {
52
- background-color: transparent;
53
- }
54
- }
55
-
56
- .modal__overlay {
57
- position: fixed;
58
- display: none;
59
- top: 0;
60
- right: 0;
61
- bottom: 0;
62
- left: 0;
63
- height: 100%;
64
- width: 100%;
65
- z-index: 1040;
66
- opacity: 0;
67
- background-color: rgba(0, 0 , 0, .75);
68
- transition: opacity 1s ease 0.1s;
69
- }
70
-
71
- body.modal--open {
72
- overflow: hidden;
73
- }
@@ -1,5 +0,0 @@
1
- .pagination {
2
- display: flex;
3
- justify-content: center;
4
- margin: 1.25rem auto;
5
- }
@@ -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
- }
@@ -1,21 +0,0 @@
1
- table {
2
- display: table;
3
- width: 100%;
4
- overflow-x: scroll;
5
- margin-bottom: 1.25rem;
6
- border-collapse: collapse;
7
- border-spacing: 0;
8
- border: 1px solid $border;
9
- border-radius: 4px;
10
- font-size: 14.5px;
11
-
12
- th {
13
- background-color: $light-bg-color;
14
- }
15
-
16
- th,
17
- td {
18
- padding: 6px 13px;
19
- border: 1px solid $border;
20
- }
21
- }
@@ -1,35 +0,0 @@
1
- footer {
2
- padding: 2.8125rem 0;
3
- border-top: 1px solid #f0f0f0;
4
- text-align: center;
5
- font-size: 0.875rem;
6
- color: rgba(33,33,33,0.6);
7
-
8
- a {
9
- color: rgba(33,33,33,0.6);
10
- border-bottom: 0;
11
-
12
- &:hover {
13
- color: $primary;
14
- border-bottom: 0;
15
- }
16
- }
17
- }
18
-
19
- .social {
20
- display: flex;
21
- justify-content: space-around;
22
- align-items: center;
23
- max-width: 200px;
24
- margin: 0 auto 25px;
25
- }
26
-
27
- .social__link:not(:last-child) {
28
- margin-right: 1.125rem;
29
- }
30
-
31
- .social__icon {
32
- fill: currentColor;
33
- height: 1.5rem;
34
- width: 1.5rem;
35
- }
@@ -1,23 +0,0 @@
1
- .container {
2
- padding: 0 20px;
3
-
4
- @include breakpoint($xs) {
5
- @include container(auto);
6
- }
7
-
8
- @include breakpoint($sm) {
9
- @include container(540px);
10
- }
11
-
12
- @include breakpoint($md) {
13
- @include container(720px);
14
- }
15
-
16
- @include breakpoint($lg) {
17
- @include container(960px);
18
- }
19
-
20
- @include breakpoint($xl) {
21
- @include container(1170px);
22
- }
23
- }