blastoff 1.0 → 1.0.2
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 +3 -3
- data/_includes/social.html +11 -11
- data/_layouts/home.html +5 -0
- metadata +3 -3
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: ecac967aa2578f39bfad49d9b09f22dec3b6456c
|
|
4
|
+
data.tar.gz: 8808ec64e503b2b08baa37d5492b405ebb8276c2
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c8331bb239285614df289a17616410b129c9bf162c295b937ebe2cf2febce70daac06e2bb9039803d17de5a8f841a5b78702696e0cbe901fc75bad982bdee50f
|
|
7
|
+
data.tar.gz: b00529718311d542fbb3f89bc056c1c9b7c2ddacd31a2453e872536f1a38bfa53bfc247a830a5eb8e7b2d18d6ef9702ec217fcefe4142a2db513ddbe836d23af
|
data/_includes/header.html
CHANGED
|
@@ -8,14 +8,14 @@
|
|
|
8
8
|
<nav class="navbar white material">
|
|
9
9
|
<div class="container">
|
|
10
10
|
<div class="nav-logo">
|
|
11
|
-
<a class="nav-link
|
|
11
|
+
<a class="nav-link" href="{{ "/" | relative_url}}">{{ site.title | escape }}</a>
|
|
12
12
|
</div>
|
|
13
13
|
<a class="nav-burger" href="#nav-mobile"><i class="fas fa-bars"></i></a>
|
|
14
14
|
<div class="nav-menu">
|
|
15
15
|
{% for path in page_paths %}
|
|
16
16
|
{% assign my_page = site.pages | where: "path", path | first %}
|
|
17
17
|
{% if my_page.title %}
|
|
18
|
-
<a class="nav-link
|
|
18
|
+
<a class="nav-link" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
|
|
19
19
|
{% endif %}
|
|
20
20
|
{% endfor %}
|
|
21
21
|
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
{% for path in page_paths %}
|
|
32
32
|
{% assign my_page = site.pages | where: "path", path | first %}
|
|
33
33
|
{% if my_page.title %}
|
|
34
|
-
<a class="
|
|
34
|
+
<a class="" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
|
|
35
35
|
<br />
|
|
36
36
|
{% endif %}
|
|
37
37
|
{% endfor %}
|
data/_includes/social.html
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
|
|
2
|
-
{% if site.dribbble_username%}<i class="fab fa-dribbble"></i
|
|
3
|
-
{% if site.facebook_username%}<i class="fab fa-facebook-f"></i
|
|
4
|
-
{% if site.flickr_username%}<i class="fab fa-flickr"></i
|
|
5
|
-
{% if site.github_username%}<i class="fab fa-github"></i
|
|
6
|
-
{% if site.instagram_username%}<i class="fab fa-instagram"
|
|
7
|
-
{% if site.linkedin_username%}<i class="fab fa-linkedin-in"
|
|
8
|
-
{% if site.pinterest_username%}<i class="fab fa-pinterest-p"
|
|
9
|
-
{% if site.twitter_username%}<i class="fab fa-twitter"
|
|
10
|
-
{% if site.youtube_username%}<i class="fab fa-youtube"
|
|
11
|
-
{% if site.googleplus_username%}<i class="fab fa-google-plus-g"></i
|
|
1
|
+
|
|
2
|
+
{% if site.dribbble_username%}<i class="fab fa-dribbble"></i> <a class="animated"href="https://dribbble.com/{{ site.dribbble_username| cgi_escape | escape }}">{{ site.dribbble_username| escape }}</a> {% endif %}
|
|
3
|
+
{% if site.facebook_username%}<i class="fab fa-facebook-f"></i> <a class="animated"href="https://www.facebook.com/{{ site.facebook_username| cgi_escape | escape }}">{{ site.facebook_username| escape }}</a> {% endif %}
|
|
4
|
+
{% if site.flickr_username%}<i class="fab fa-flickr"></i> <a class="animated"href="https://www.flickr.com/photos/{{ site.flickr_username| cgi_escape | escape }}">{{ site.flickr_username| escape }}</a> {% endif %}
|
|
5
|
+
{% if site.github_username%}<i class="fab fa-github"></i> <a class="animated"href="https://github.com/{{ site.github_username| cgi_escape | escape }}">{{ site.github_username| escape }}</a> {% endif %}
|
|
6
|
+
{% if site.instagram_username%}<i class="fab fa-instagram"> </i><a class="animated"href="https://instagram.com/{{ site.instagram_username| cgi_escape | escape }}">{{ site.instagram_username| escape }}</a> {% endif %}
|
|
7
|
+
{% if site.linkedin_username%}<i class="fab fa-linkedin-in"> </i><a class="animated"href="https://www.linkedin.com/in/{{ site.linkedin_username| cgi_escape | escape }}">{{ site.linkedin_username| escape }}</a> {% endif %}
|
|
8
|
+
{% if site.pinterest_username%}<i class="fab fa-pinterest-p"> </i><a class="animated"href="https://www.pinterest.com/{{ site.pinterest_username| cgi_escape | escape }}">{{ site.pinterest_username| escape }}</a> {% endif %}
|
|
9
|
+
{% if site.twitter_username%}<i class="fab fa-twitter"> </i><a class="animated"href="https://www.twitter.com/{{ site.twitter_username| cgi_escape | escape }}">{{ site.twitter_username| escape }}</a> {% endif %}
|
|
10
|
+
{% if site.youtube_username%}<i class="fab fa-youtube"> </i><a class="animated"href="https://youtube.com/{{ site.youtube_username| cgi_escape | escape }}">{{ site.youtube_username| escape }}</a> {% endif %}
|
|
11
|
+
{% if site.googleplus_username%}<i class="fab fa-google-plus-g"></i> <a class="animated"href="https://plus.google.com/{{ site.googleplus_username| escape }}">{{ site.googleplus_username| escape }}</a> {% endif %}
|
data/_layouts/home.html
CHANGED
|
@@ -10,10 +10,15 @@ layout: default
|
|
|
10
10
|
<h2>{{ page.list_title | default: "Posts" }}</h2>
|
|
11
11
|
{% for post in site.posts %}
|
|
12
12
|
<div class="box material">
|
|
13
|
+
<div class="container">
|
|
13
14
|
<h4>{{ post.title | escape }}</h4>
|
|
14
15
|
{% assign date_format = site.minima.date_format | default: "%b %-d, %Y" %}
|
|
15
16
|
<span class="post-meta">{{ post.date | date: date_format }}</span>
|
|
16
17
|
<br />
|
|
18
|
+
</div>
|
|
19
|
+
{% if post.image %}
|
|
20
|
+
<img src="{{ site.baseurl }}/{{ post.image }}">
|
|
21
|
+
{% endif %}
|
|
17
22
|
<br />
|
|
18
23
|
{{ post.excerpt }}
|
|
19
24
|
<a href="{{ post.url | relative_url }}">Read More <i class="fas fa-angle-right"></i></a>
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: blastoff
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version:
|
|
4
|
+
version: 1.0.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Sasha S
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-03-
|
|
11
|
+
date: 2018-03-31 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -88,7 +88,7 @@ files:
|
|
|
88
88
|
- _sass/blastoff.scss
|
|
89
89
|
- assets/main.scss
|
|
90
90
|
- assets/minima-social-icons.svg
|
|
91
|
-
homepage: https://github.com/
|
|
91
|
+
homepage: https://github.com/StompRocket/blastoff-theme/
|
|
92
92
|
licenses:
|
|
93
93
|
- MIT
|
|
94
94
|
metadata:
|