phantom-blergh 0.1.5 → 0.2.0
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/header.html +1 -1
- data/_sass/phantom-blergh/layout/_header.scss +10 -3
- data/assets/logo.png +0 -0
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5254a4e851c6fca6e5af576b79fae92ec6849964
|
4
|
+
data.tar.gz: dbfa839b8af8a3dcceaacd4c90bcb2fb6f3cb434
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: f109779ad89819940e4caa6f411e3080fce5907b3c35c07809a1fb9cdcb0be21a5e230015935d021aff94642fcc2fed84bfcb9c6f133da5e13c9f8b678d8b040
|
7
|
+
data.tar.gz: f6677f3b1191fc0bfd8f89f50abe811302923be8a650b1b911c789aa5a632dcdcd80056f23c8c91f3d116b3cb717d2daa3f0d0449c72e75e3a9c3e96155159b2
|
data/_includes/header.html
CHANGED
@@ -5,7 +5,7 @@
|
|
5
5
|
{% if site.logo_path %}
|
6
6
|
<span class="symbol"><img src="{{ site.logo_path | relative_url }}" alt="" /></span>
|
7
7
|
{% else %}
|
8
|
-
<span class="symbol"><img src="{{ "/assets/logo.
|
8
|
+
<span class="symbol"><img src="{{ "/assets/logo.png" | relative_url }}" alt="" /></span>
|
9
9
|
{% endif %}
|
10
10
|
<span class="title">{{ site.title | escape }}</span>
|
11
11
|
</a>
|
@@ -23,15 +23,22 @@
|
|
23
23
|
> * {
|
24
24
|
display: inline-block;
|
25
25
|
vertical-align: middle;
|
26
|
+
font-size: 1.4rem;
|
26
27
|
}
|
27
28
|
|
28
29
|
.symbol {
|
29
|
-
margin-right: 0.
|
30
|
+
margin-right: 0.25em;
|
31
|
+
display: inline-block;
|
32
|
+
text-align: center;
|
33
|
+
overflow: hidden;
|
34
|
+
padding: 3px;
|
35
|
+
width: 3rem;
|
36
|
+
height: 3.3rem;
|
30
37
|
|
31
38
|
img {
|
32
39
|
display: block;
|
33
|
-
width:
|
34
|
-
height:
|
40
|
+
width: 100%;
|
41
|
+
height: 100%;
|
35
42
|
}
|
36
43
|
}
|
37
44
|
}
|
data/assets/logo.png
ADDED
Binary file
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: phantom-blergh
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.2.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- David Alexander
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-04-19 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|
@@ -134,6 +134,7 @@ files:
|
|
134
134
|
- assets/js/main.js
|
135
135
|
- assets/js/skel.min.js
|
136
136
|
- assets/js/util.js
|
137
|
+
- assets/logo.png
|
137
138
|
- assets/logo.svg
|
138
139
|
homepage: https://gitlab.com/thelonelyghost/phantom-blergh
|
139
140
|
licenses:
|