overkyll-jekyll-theme 0.3 → 0.4
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/head.html +1 -3
- data/_layouts/default.html +6 -4
- data/_sass/base/_font.scss +14 -109
- data/_sass/config/_typography.scss +1 -1
- data/_sass/overkyll.scss +1 -1
- data/assets/fonts/Overpass-Bold-Italic.eot +0 -0
- data/assets/fonts/Overpass-Bold-Italic.svg +5642 -5449
- data/assets/fonts/Overpass-Bold-Italic.ttf +0 -0
- data/assets/fonts/Overpass-Bold-Italic.woff +0 -0
- data/assets/fonts/Overpass-Bold.eot +0 -0
- data/assets/fonts/Overpass-Bold.svg +2250 -1302
- data/assets/fonts/Overpass-Bold.ttf +0 -0
- data/assets/fonts/Overpass-Bold.woff +0 -0
- data/assets/fonts/Overpass-ExtraLight-Italic.eot +0 -0
- data/assets/fonts/Overpass-ExtraLight-Italic.svg +6164 -5437
- data/assets/fonts/Overpass-ExtraLight-Italic.ttf +0 -0
- data/assets/fonts/Overpass-ExtraLight-Italic.woff +0 -0
- data/assets/fonts/Overpass-ExtraLight.eot +0 -0
- data/assets/fonts/Overpass-ExtraLight.svg +5426 -5437
- data/assets/fonts/Overpass-ExtraLight.ttf +0 -0
- data/assets/fonts/Overpass-ExtraLight.woff +0 -0
- data/assets/fonts/Overpass-Italic.eot +0 -0
- data/assets/fonts/Overpass-Italic.svg +5686 -5437
- data/assets/fonts/Overpass-Italic.ttf +0 -0
- data/assets/fonts/Overpass-Italic.woff +0 -0
- data/assets/fonts/Overpass-Light-Italic.eot +0 -0
- data/assets/fonts/Overpass-Light-Italic.svg +6067 -5437
- data/assets/fonts/Overpass-Light-Italic.ttf +0 -0
- data/assets/fonts/Overpass-Light-Italic.woff +0 -0
- data/assets/fonts/Overpass-Light.eot +0 -0
- data/assets/fonts/Overpass-Light.svg +5970 -5437
- data/assets/fonts/Overpass-Light.ttf +0 -0
- data/assets/fonts/Overpass-Light.woff +0 -0
- data/assets/fonts/Overpass-Regular.eot +0 -0
- data/assets/fonts/Overpass-Regular.svg +2255 -1302
- data/assets/fonts/Overpass-Regular.ttf +0 -0
- data/assets/fonts/Overpass-Regular.woff +0 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 060edfa7e7416af3ec0a4b83d77ed28e3d237daa
|
4
|
+
data.tar.gz: 2a83764686d8fc58fcf830bc53b44f1a84c9379e
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 20c36eb17303419cc3aabc43a86c301e1b039b0d3212e1cf961298b4fdbede7ade8edbc5db87ec63fe65c9458ba32d6162203ad4dfadb9483232fe07d0c16a88
|
7
|
+
data.tar.gz: 6a9499d05f4ffc61a0558d2f14366f8f93316efc2b2e6ae0ccbdda2e113ce3eab97d45238213b96b06fb5b1341c05c55dc7a022bf2def87cd9fc0227dc746c7e
|
data/_includes/head.html
CHANGED
@@ -3,7 +3,7 @@
|
|
3
3
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
4
4
|
<meta charset="utf-8">
|
5
5
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
6
|
-
<link rel="alternate" type="application/rss+xml" title="{{ site.title }} RSS Feed" href="
|
6
|
+
<link rel="alternate" type="application/rss+xml" title="{{ site.title }} RSS Feed" href="/feed/"/>
|
7
7
|
|
8
8
|
<title>{% if page.title %}{{ page.title }}{% else %}{{ site.title }}{% endif %}</title>
|
9
9
|
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
@@ -19,8 +19,6 @@
|
|
19
19
|
loadCSS("{{ "/css/main.css" | prepend: site.baseurl }}");
|
20
20
|
{% include localfont.js %}
|
21
21
|
</script>
|
22
|
-
<link rel="stylesheet" href="{{ "css/main.css" | prepend: site.baseurl }}">
|
23
22
|
<noscript><link rel="stylesheet" href="/assets/css/font.css"></noscript>
|
24
23
|
{% include favicons.html %}
|
25
|
-
|
26
24
|
</head>
|
data/_layouts/default.html
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
---
|
2
|
-
layout:
|
2
|
+
layout: deafault
|
3
3
|
---
|
4
4
|
|
5
5
|
<!DOCTYPE html>
|
@@ -15,8 +15,10 @@ layout: compress
|
|
15
15
|
<div class="wrapper">
|
16
16
|
{{ content }}
|
17
17
|
</div>
|
18
|
-
</main>
|
18
|
+
</main>
|
19
|
+
<script src="{{ site.baseurl }}/assets/js/instantclick.min.js" data-no-instant></script>
|
20
|
+
<script data-no-instant>
|
21
|
+
InstantClick.init();
|
22
|
+
</script>
|
19
23
|
</body>
|
20
|
-
|
21
|
-
<script src="{{ site.baseurl }}/assets/js/instantclick.min.js" data-no-instant></script>
|
22
24
|
</html>
|
data/_sass/base/_font.scss
CHANGED
@@ -1,125 +1,30 @@
|
|
1
|
-
/* Webfont: Overpass-Bold
|
1
|
+
/* Webfont: Overpass-Bold */
|
2
|
+
@font-face {
|
2
3
|
font-family: 'Overpass';
|
3
|
-
src: url('../fonts/Overpass-Bold.
|
4
|
-
src: url('../fonts/Overpass-Bold.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
5
|
-
url('../fonts/Overpass-Bold.woff') format('woff'), /* Modern Browsers */
|
6
|
-
url('../fonts/Overpass-Bold.ttf') format('truetype'), /* Safari, Android, iOS */
|
7
|
-
url('../fonts/Overpass-Bold.svg#Overpass-Bold') format('svg'); /* Legacy iOS */
|
4
|
+
src: url('../fonts/Overpass-Bold.woff2') format('woff2');
|
8
5
|
font-style: normal;
|
9
|
-
font-weight:
|
10
|
-
text-rendering: optimizeLegibility;
|
6
|
+
font-weight: bold;
|
11
7
|
}
|
12
8
|
|
13
|
-
|
14
|
-
// font-family: 'Overpass';
|
15
|
-
// src: url('../fonts/Overpass-Bold-Italic.eot'); /* IE9 Compat Modes */
|
16
|
-
// src: url('../fonts/Overpass-Bold-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
17
|
-
// url('../fonts/Overpass-Bold-Italic.woff') format('woff'), /* Modern Browsers */
|
18
|
-
// url('../fonts/Overpass-Bold-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
|
19
|
-
// url('../fonts/Overpass-Bold-Italic.svg#Overpass-BoldItalic') format('svg'); /* Legacy iOS */
|
20
|
-
// font-style: italic;
|
21
|
-
// font-weight: 700;
|
22
|
-
// text-rendering: optimizeLegibility;
|
23
|
-
// }
|
24
|
-
|
25
|
-
/* Webfont: Overpass-Reg */@font-face {
|
26
|
-
font-family: 'Overpass';
|
27
|
-
src: url('../fonts/Overpass-Regular.eot'); /* IE9 Compat Modes */
|
28
|
-
src: url('../fonts/Overpass-Regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
29
|
-
url('../fonts/Overpass-Regular.woff') format('woff'), /* Modern Browsers */
|
30
|
-
url('../fonts/Overpass-Regular.ttf') format('truetype'), /* Safari, Android, iOS */
|
31
|
-
url('../fonts/Overpass-Regular.svg#Overpass-Regular') format('svg'); /* Legacy iOS */
|
32
|
-
font-style: normal;
|
33
|
-
font-weight: 600;
|
34
|
-
text-rendering: optimizeLegibility;
|
35
|
-
}
|
36
|
-
|
37
|
-
|
38
|
-
/* Webfont: Overpass-Italic */@font-face {
|
9
|
+
/* Webfont: Overpass-BoldItalic */@font-face {
|
39
10
|
font-family: 'Overpass';
|
40
|
-
src: url('../fonts/Overpass-Italic.
|
41
|
-
src: url('../fonts/Overpass-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
42
|
-
url('../fonts/Overpass-Italic.woff') format('woff'), /* Modern Browsers */
|
43
|
-
url('../fonts/Overpass-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
|
44
|
-
url('../fonts/Overpass-Italic.svg#Overpass-Italic') format('svg'); /* Legacy iOS */
|
11
|
+
src: url('../fonts/Overpass-Italic.woff2') format('woff2');
|
45
12
|
font-style: italic;
|
46
|
-
font-weight:
|
47
|
-
text-rendering: optimizeLegibility;
|
13
|
+
font-weight: normal;
|
48
14
|
}
|
49
15
|
|
50
|
-
|
51
|
-
|
16
|
+
/* Webfont: Overpass-Light */
|
17
|
+
@font-face {
|
52
18
|
font-family: 'Overpass';
|
53
|
-
src: url('../fonts/Overpass-Light.
|
54
|
-
src: url('../fonts/Overpass-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
55
|
-
url('../fonts/Overpass-Light.woff') format('woff'), /* Modern Browsers */
|
56
|
-
url('../fonts/Overpass-Light.ttf') format('truetype'), /* Safari, Android, iOS */
|
57
|
-
url('../fonts/Overpass-Light.svg#Overpass-Light') format('svg'); /* Legacy iOS */
|
19
|
+
src: url('../fonts/Overpass-Light.woff2') format('woff2');
|
58
20
|
font-style: normal;
|
59
21
|
font-weight: normal;
|
60
|
-
text-rendering: optimizeLegibility;
|
61
22
|
}
|
62
23
|
|
63
|
-
|
64
|
-
|
65
|
-
// src: url('../fonts/Overpass-Light-Italic.eot'); /* IE9 Compat Modes */
|
66
|
-
// src: url('../fonts/Overpass-Light-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
67
|
-
// url('../fonts/Overpass-Light-Italic.woff') format('woff'), /* Modern Browsers */
|
68
|
-
// url('../fonts/Overpass-Light-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
|
69
|
-
// url('../fonts/Overpass-Light-Italic.svg#Overpass-LightItalic') format('svg'); /* Legacy iOS */
|
70
|
-
// font-style: italic;
|
71
|
-
// font-weight: normal;
|
72
|
-
// text-rendering: optimizeLegibility;
|
73
|
-
// }
|
74
|
-
|
75
|
-
/* Webfont: Overpass-ExtraLight */@font-face {
|
24
|
+
/* Webfont: Overpass-ExtraLight */
|
25
|
+
@font-face {
|
76
26
|
font-family: 'Overpass';
|
77
|
-
src: url('../fonts/Overpass-ExtraLight.
|
78
|
-
src: url('../fonts/Overpass-ExtraLight.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
79
|
-
url('../fonts/Overpass-ExtraLight.woff') format('woff'), /* Modern Browsers */
|
80
|
-
url('../fonts/Overpass-ExtraLight.ttf') format('truetype'), /* Safari, Android, iOS */
|
81
|
-
url('../fonts/Overpass-ExtraLight.svg#Overpass-ExtraLight') format('svg'); /* Legacy iOS */
|
27
|
+
src: url('../fonts/Overpass-ExtraLight.woff2') format('woff2');
|
82
28
|
font-style: normal;
|
83
29
|
font-weight: 300;
|
84
|
-
|
85
|
-
}
|
86
|
-
|
87
|
-
// /* Webfont: Overpass-ExtraLightItalic */@font-face {
|
88
|
-
// font-family: 'Overpass';
|
89
|
-
// src: url('../fonts/Overpass-ExtraLight-Italic.eot'); /* IE9 Compat Modes */
|
90
|
-
// src: url('../fonts/Overpass-ExtraLight-Italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
|
91
|
-
// url('../fonts/Overpass-ExtraLight-Italic.woff') format('woff'), /* Modern Browsers */
|
92
|
-
// url('../fonts/Overpass-ExtraLight-Italic.ttf') format('truetype'), /* Safari, Android, iOS */
|
93
|
-
// url('../fonts/Overpass-ExtraLight-Italic.svg#Overpass-ExtraLightItalic') format('svg'); /* Legacy iOS */
|
94
|
-
// font-style: italic;
|
95
|
-
// font-weight: 300;
|
96
|
-
// text-rendering: optimizeLegibility;
|
97
|
-
// }
|
98
|
-
|
99
|
-
|
100
|
-
// /* latin */
|
101
|
-
// @font-face {
|
102
|
-
// font-family: 'Open Sans';
|
103
|
-
// font-style: normal;
|
104
|
-
// font-weight: 300;
|
105
|
-
// src: local('Open Sans Light'), local('OpenSans-Light'), url(../fonts/Open-Sans-light.woff2) format('woff2');
|
106
|
-
// unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
|
107
|
-
// }
|
108
|
-
|
109
|
-
// /* latin */
|
110
|
-
// @font-face {
|
111
|
-
// font-family: 'Open Sans';
|
112
|
-
// font-style: normal;
|
113
|
-
// font-weight: 400;
|
114
|
-
// src: local('Open Sans'), local('OpenSans'), url(../fonts/Open-Sans-normal.woff2) format('woff2');
|
115
|
-
// unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
|
116
|
-
// }
|
117
|
-
|
118
|
-
// /* latin */
|
119
|
-
// @font-face {
|
120
|
-
// font-family: 'Open Sans';
|
121
|
-
// font-style: normal;
|
122
|
-
// font-weight: 700;
|
123
|
-
// src: local('Open Sans Bold'), local('OpenSans-Bold'), url(../fonts/Open-Sans-bold.woff2) format('woff2');
|
124
|
-
// unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
|
125
|
-
// }
|
30
|
+
}
|
data/_sass/overkyll.scss
CHANGED
Binary file
|