jekyll-bootflat 0.2.5 → 0.2.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.
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 7f051e4b1fbc64a092e9da6bcc4a04f210932fd54763260622415f04117ddb0b
|
|
4
|
+
data.tar.gz: c05e716616ac7a0cd046b2a2abd2ab122cd1406e2779da10e617203abd7855fe
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 74baee089270c17131f4ef1e3d193c9bd341161dcf8de56643306c010b83d546299bbe80c5281e3227941feb0525f7de7bc65ee72127bb5c8bcd1ab51b1949d6
|
|
7
|
+
data.tar.gz: 939a1c881a741601542bf59486d8ab775d905f8f007de0aadab86deca35de63011d4ce3f5cad7edce764b6676629f0fddfec6baa4231b58a70fe940b1dafcc8f
|
data/_includes/head.html
CHANGED
|
@@ -6,9 +6,9 @@
|
|
|
6
6
|
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
|
|
7
7
|
<meta name="description" content="{% if page.excerpt %}{{ page.excerpt | strip_html | strip_newlines | truncate: 160 }}{% else %}{{ site.description }}{% endif %}">
|
|
8
8
|
|
|
9
|
-
<link href='
|
|
10
|
-
|
|
9
|
+
<link href='/assets/css/ubuntu.css' rel='stylesheet' type='text/css'>
|
|
11
10
|
<link rel="stylesheet" href="{{ "/assets/css/main.css" | prepend: site.baseurl }}">
|
|
11
|
+
|
|
12
12
|
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: site.baseurl | prepend: site.url }}">
|
|
13
13
|
<link rel="alternate" type="application/rss+xml" title="{{ site.title }}" href="{{ "/feed.xml" | prepend: site.baseurl | prepend: site.url }}">
|
|
14
14
|
</head>
|
data/assets/css/main.scss
CHANGED
|
@@ -3,30 +3,12 @@
|
|
|
3
3
|
---
|
|
4
4
|
@charset "utf-8";
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
// Our variables
|
|
8
|
-
$font-family-base: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
|
|
9
|
-
|
|
6
|
+
$font-family-base: Ubuntu;
|
|
10
7
|
$spacing-unit: 30px;
|
|
11
|
-
|
|
12
|
-
// Use media queries like this:
|
|
13
|
-
// @include media-query($on-palm) {
|
|
14
|
-
// .wrapper {
|
|
15
|
-
// padding-right: $spacing-unit / 2;
|
|
16
|
-
// padding-left: $spacing-unit / 2;
|
|
17
|
-
// }
|
|
18
|
-
// }
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
// Import partials from `sass_dir` (defaults to `_sass`)
|
|
22
|
-
|
|
23
|
-
// jekyll asset serving-path
|
|
24
8
|
$fa-font-path: "/assets/fonts";
|
|
25
9
|
|
|
26
|
-
@import
|
|
27
|
-
"bootstrap",
|
|
10
|
+
@import "bootstrap",
|
|
28
11
|
"bootflat",
|
|
29
12
|
"syntax-highlighting",
|
|
30
13
|
"font-awesome",
|
|
31
|
-
"overrides"
|
|
32
|
-
;
|
|
14
|
+
"overrides";
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
/* ubuntu-regular - latin-ext_latin */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: 'Ubuntu';
|
|
4
|
+
font-style: normal;
|
|
5
|
+
font-weight: 400;
|
|
6
|
+
src: local('Ubuntu Regular'), local('Ubuntu-Regular'),
|
|
7
|
+
url('/assets/fonts/ubuntu/ubuntu-v11-latin-ext_latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
|
|
8
|
+
url('/assets/fonts/ubuntu/-v11-latin-ext_latin-regular.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
|
|
9
|
+
}
|
|
Binary file
|
|
Binary file
|
metadata
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-bootflat
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.6
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Stefan Haslinger
|
|
@@ -191,6 +191,7 @@ files:
|
|
|
191
191
|
- _sass/bootstrap/mixins/_text-overflow.scss
|
|
192
192
|
- _sass/bootstrap/mixins/_vendor-prefixes.scss
|
|
193
193
|
- assets/css/main.scss
|
|
194
|
+
- assets/css/ubuntu.css
|
|
194
195
|
- assets/fonts/fa-brands-400.eot
|
|
195
196
|
- assets/fonts/fa-brands-400.svg
|
|
196
197
|
- assets/fonts/fa-brands-400.ttf
|
|
@@ -201,6 +202,8 @@ files:
|
|
|
201
202
|
- assets/fonts/fa-solid-900.ttf
|
|
202
203
|
- assets/fonts/fa-solid-900.woff
|
|
203
204
|
- assets/fonts/fa-solid-900.woff2
|
|
205
|
+
- assets/fonts/ubuntu/ubuntu-v11-latin-ext_latin-regular.woff
|
|
206
|
+
- assets/fonts/ubuntu/ubuntu-v11-latin-ext_latin-regular.woff2
|
|
204
207
|
- assets/img/glyphicons-halflings-white.png
|
|
205
208
|
- assets/img/glyphicons-halflings.png
|
|
206
209
|
- assets/img/logo.png
|