overkyll-jekyll-theme 0.3 → 0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (39) hide show
  1. checksums.yaml +4 -4
  2. data/_includes/head.html +1 -3
  3. data/_layouts/default.html +6 -4
  4. data/_sass/base/_font.scss +14 -109
  5. data/_sass/config/_typography.scss +1 -1
  6. data/_sass/overkyll.scss +1 -1
  7. data/assets/fonts/Overpass-Bold-Italic.eot +0 -0
  8. data/assets/fonts/Overpass-Bold-Italic.svg +5642 -5449
  9. data/assets/fonts/Overpass-Bold-Italic.ttf +0 -0
  10. data/assets/fonts/Overpass-Bold-Italic.woff +0 -0
  11. data/assets/fonts/Overpass-Bold.eot +0 -0
  12. data/assets/fonts/Overpass-Bold.svg +2250 -1302
  13. data/assets/fonts/Overpass-Bold.ttf +0 -0
  14. data/assets/fonts/Overpass-Bold.woff +0 -0
  15. data/assets/fonts/Overpass-ExtraLight-Italic.eot +0 -0
  16. data/assets/fonts/Overpass-ExtraLight-Italic.svg +6164 -5437
  17. data/assets/fonts/Overpass-ExtraLight-Italic.ttf +0 -0
  18. data/assets/fonts/Overpass-ExtraLight-Italic.woff +0 -0
  19. data/assets/fonts/Overpass-ExtraLight.eot +0 -0
  20. data/assets/fonts/Overpass-ExtraLight.svg +5426 -5437
  21. data/assets/fonts/Overpass-ExtraLight.ttf +0 -0
  22. data/assets/fonts/Overpass-ExtraLight.woff +0 -0
  23. data/assets/fonts/Overpass-Italic.eot +0 -0
  24. data/assets/fonts/Overpass-Italic.svg +5686 -5437
  25. data/assets/fonts/Overpass-Italic.ttf +0 -0
  26. data/assets/fonts/Overpass-Italic.woff +0 -0
  27. data/assets/fonts/Overpass-Light-Italic.eot +0 -0
  28. data/assets/fonts/Overpass-Light-Italic.svg +6067 -5437
  29. data/assets/fonts/Overpass-Light-Italic.ttf +0 -0
  30. data/assets/fonts/Overpass-Light-Italic.woff +0 -0
  31. data/assets/fonts/Overpass-Light.eot +0 -0
  32. data/assets/fonts/Overpass-Light.svg +5970 -5437
  33. data/assets/fonts/Overpass-Light.ttf +0 -0
  34. data/assets/fonts/Overpass-Light.woff +0 -0
  35. data/assets/fonts/Overpass-Regular.eot +0 -0
  36. data/assets/fonts/Overpass-Regular.svg +2255 -1302
  37. data/assets/fonts/Overpass-Regular.ttf +0 -0
  38. data/assets/fonts/Overpass-Regular.woff +0 -0
  39. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: d6aff87568c241654f7754a3c83346d741d09008
4
- data.tar.gz: a6fb963f761a71e7216e970ccfa8d2e0abde0d91
3
+ metadata.gz: 060edfa7e7416af3ec0a4b83d77ed28e3d237daa
4
+ data.tar.gz: 2a83764686d8fc58fcf830bc53b44f1a84c9379e
5
5
  SHA512:
6
- metadata.gz: b1254b50a4a709f4695094ad20975cf3dd9892c17b3b27a271b87114c68b0731b045d1b8f1b2f622703f1070f008bb364520483e4165c19fc7bdcaf359b0465d
7
- data.tar.gz: 7b8ea537aea1fe76b4d9834b000ab55d91774927715ed7026ca9b7a56317a1754a80e016a9da7c0651ece12bdab72df20ec0243036bb1181ae2b84252d73309f
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="http://bertrandkeller.info/feed/"/>
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>
@@ -1,5 +1,5 @@
1
1
  ---
2
- layout: compress
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>
@@ -1,125 +1,30 @@
1
- /* Webfont: Overpass-Bold */@font-face {
1
+ /* Webfont: Overpass-Bold */
2
+ @font-face {
2
3
  font-family: 'Overpass';
3
- src: url('../fonts/Overpass-Bold.eot'); /* IE9 Compat Modes */
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: 700;
10
- text-rendering: optimizeLegibility;
6
+ font-weight: bold;
11
7
  }
12
8
 
13
- ///* Webfont: Overpass-BoldItalic */@font-face {
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.eot'); /* IE9 Compat Modes */
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: 600;
47
- text-rendering: optimizeLegibility;
13
+ font-weight: normal;
48
14
  }
49
15
 
50
-
51
- /* Webfont: Overpass-Light */@font-face {
16
+ /* Webfont: Overpass-Light */
17
+ @font-face {
52
18
  font-family: 'Overpass';
53
- src: url('../fonts/Overpass-Light.eot'); /* IE9 Compat Modes */
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
- // /* Webfont: Overpass-LightItalic */@font-face {
64
- // font-family: 'Overpass';
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.eot'); /* IE9 Compat Modes */
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
- text-rendering: optimizeLegibility;
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
+ }
@@ -72,7 +72,7 @@ h2, .h2,
72
72
  h3, .h3 {
73
73
  word-wrap: break-word;
74
74
  margin-top: $line-height-computed;
75
- margin-bottom: ($line-height-computed / 2);
75
+ margin-bottom: ($line-height-computed);
76
76
 
77
77
  small,
78
78
  .small {
data/_sass/overkyll.scss CHANGED
@@ -14,7 +14,7 @@
14
14
  @import "base/layout";
15
15
 
16
16
  // Generic
17
- @import "generic/broken-images";
17
+ //@import "generic/broken-images";
18
18
  @import "generic/normalize-opentype";
19
19
  @import "generic/syntax-highlighting";
20
20
  @import "generic/skiplink";
Binary file