blastoff 1.0 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a0064175aa0452e7fbc4871838da9db3fff90d06
4
- data.tar.gz: fb41c5f971c33abebff396bc786e00a10a093ef5
3
+ metadata.gz: ecac967aa2578f39bfad49d9b09f22dec3b6456c
4
+ data.tar.gz: 8808ec64e503b2b08baa37d5492b405ebb8276c2
5
5
  SHA512:
6
- metadata.gz: 08c965e07273fcf032b991b5261e1b2614a60686398238e950cb8d649e0e4d6cda085292b23990c1e1ee1c6b5c624cc51c37b01a69e0ee3ac9e50fbd51a43568
7
- data.tar.gz: 54b7311a697cbef57d28973c8d031482b85691879438d0fd39c0d2e79379f9996efc61602c27503798a28c8a26dd8c3214a0b9095de05fead126b230136e1a75
6
+ metadata.gz: c8331bb239285614df289a17616410b129c9bf162c295b937ebe2cf2febce70daac06e2bb9039803d17de5a8f841a5b78702696e0cbe901fc75bad982bdee50f
7
+ data.tar.gz: b00529718311d542fbb3f89bc056c1c9b7c2ddacd31a2453e872536f1a38bfa53bfc247a830a5eb8e7b2d18d6ef9702ec217fcefe4142a2db513ddbe836d23af
@@ -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 animated">{{ site.title | escape }}</a>
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 animated" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
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="animated" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
34
+ <a class="" href="{{ my_page.url | relative_url }}">{{ my_page.title | escape }}</a>
35
35
  <br />
36
36
  {% endif %}
37
37
  {% endfor %}
@@ -1,11 +1,11 @@
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> &nbsp; {% 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> &nbsp; {% 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> &nbsp; {% 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> &nbsp; {% 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> &nbsp; {% 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> &nbsp; {% 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> &nbsp; {% 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> &nbsp; {% 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> &nbsp; {% 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> &nbsp; {% endif %}
1
+ &nbsp;
2
+ {% if site.dribbble_username%}<i class="fab fa-dribbble"></i>&nbsp;<a class="animated"href="https://dribbble.com/{{ site.dribbble_username| cgi_escape | escape }}">{{ site.dribbble_username| escape }}</a> &nbsp; {% endif %}
3
+ {% if site.facebook_username%}<i class="fab fa-facebook-f"></i>&nbsp;<a class="animated"href="https://www.facebook.com/{{ site.facebook_username| cgi_escape | escape }}">{{ site.facebook_username| escape }}</a> &nbsp; {% endif %}
4
+ {% if site.flickr_username%}<i class="fab fa-flickr"></i>&nbsp;<a class="animated"href="https://www.flickr.com/photos/{{ site.flickr_username| cgi_escape | escape }}">{{ site.flickr_username| escape }}</a> &nbsp; {% endif %}
5
+ {% if site.github_username%}<i class="fab fa-github"></i>&nbsp;<a class="animated"href="https://github.com/{{ site.github_username| cgi_escape | escape }}">{{ site.github_username| escape }}</a> &nbsp; {% endif %}
6
+ {% if site.instagram_username%}<i class="fab fa-instagram">&nbsp;</i><a class="animated"href="https://instagram.com/{{ site.instagram_username| cgi_escape | escape }}">{{ site.instagram_username| escape }}</a> &nbsp; {% endif %}
7
+ {% if site.linkedin_username%}<i class="fab fa-linkedin-in">&nbsp;</i><a class="animated"href="https://www.linkedin.com/in/{{ site.linkedin_username| cgi_escape | escape }}">{{ site.linkedin_username| escape }}</a> &nbsp; {% endif %}
8
+ {% if site.pinterest_username%}<i class="fab fa-pinterest-p">&nbsp;</i><a class="animated"href="https://www.pinterest.com/{{ site.pinterest_username| cgi_escape | escape }}">{{ site.pinterest_username| escape }}</a> &nbsp; {% endif %}
9
+ {% if site.twitter_username%}<i class="fab fa-twitter">&nbsp;</i><a class="animated"href="https://www.twitter.com/{{ site.twitter_username| cgi_escape | escape }}">{{ site.twitter_username| escape }}</a> &nbsp; {% endif %}
10
+ {% if site.youtube_username%}<i class="fab fa-youtube">&nbsp;</i><a class="animated"href="https://youtube.com/{{ site.youtube_username| cgi_escape | escape }}">{{ site.youtube_username| escape }}</a> &nbsp; {% endif %}
11
+ {% if site.googleplus_username%}<i class="fab fa-google-plus-g"></i>&nbsp;<a class="animated"href="https://plus.google.com/{{ site.googleplus_username| escape }}">{{ site.googleplus_username| escape }}</a> &nbsp; {% endif %}
@@ -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: '1.0'
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-05 00:00:00.000000000 Z
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/jekyll/minima
91
+ homepage: https://github.com/StompRocket/blastoff-theme/
92
92
  licenses:
93
93
  - MIT
94
94
  metadata: