sustain4-theme 1.5.0 → 1.6.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_includes/footer.html +1 -2
- data/_includes/header.html +1 -1
- data/_includes/projects.html +7 -7
- data/_includes/social.html +10 -5
- data/_layouts/default.html +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: fd4e84ba1187fbeb6917ed2d51c39566fe401eaede845f3b58f4e5f0314b17f5
|
4
|
+
data.tar.gz: 61375747500a456e99da6c060ad0a15bbf7c1d5e6eb86471277318b012e1230b
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 6ae7e32588e3de6fc8658502fb0250b7dab66c078122722f540a8737e98c791958f16f9a6cc4524e599cc19afb75475d85adab807fe376d2278642d4a8b0c762
|
7
|
+
data.tar.gz: dc99fff355c90b19d98af6d19fe4bf0f36708215c89dfa1960bca40626b3356c8f5ba398c76dc1d378f8d6d6970b60c0476406b16967650db4fb99c96267b5be
|
data/_includes/footer.html
CHANGED
@@ -1,8 +1,7 @@
|
|
1
1
|
<footer>
|
2
2
|
<div id="footer">
|
3
3
|
<div class="container">
|
4
|
-
|
5
|
-
<a href="https://github.com/johnpitchko/sustain4-theme">sustain4</a> with ♥</p>
|
4
|
+
<p class="text-muted">© All rights reserved. Powered by <a href="https://jekyllrb.com/">Jekyll</a>, <a href="https://www.getbootstrap.com">Bootstrap</a>, <a href="https://fontawesome.com">Font Awesome</a>, and <a href="https://github.com/johnpitchko/sustain4-theme">sustain4</a></p>
|
6
5
|
</div>
|
7
6
|
</div>
|
8
7
|
</footer>
|
data/_includes/header.html
CHANGED
@@ -4,7 +4,7 @@
|
|
4
4
|
<nav class="navbar navbar-expand-lg navbar-default">
|
5
5
|
<div class="container">
|
6
6
|
<div class="navbar-header">
|
7
|
-
<a class="navbar-brand" href="{{ site.baseurl }}/"><i class="
|
7
|
+
<a class="navbar-brand" href="{{ site.baseurl }}/"><i class="fas fa-home"></i></a>
|
8
8
|
</div>
|
9
9
|
<ul class="navbar-nav ml-auto">
|
10
10
|
{% for nav-item in navbar %}
|
data/_includes/projects.html
CHANGED
@@ -2,36 +2,36 @@
|
|
2
2
|
<div class="panel panel-default">
|
3
3
|
<div class="panel-body">
|
4
4
|
<h5>
|
5
|
-
<i class="
|
5
|
+
<i class="fab fa-github"></i> <strong><a href="#">Project 1</a></strong>
|
6
6
|
- Ei viderer tacimates pro, quem assum ea nam. Veritus omnesque eam te. Et natum mucius tamquam vel,
|
7
7
|
ea dolorem volumus deterruisset nec. Graeci mentitum sea an, eu prima elaboraret est.
|
8
8
|
</h5>
|
9
9
|
<h5>
|
10
|
-
<i class="
|
10
|
+
<i class="fab fa-github"></i> <strong><a href="#">Project 2</a></strong>
|
11
11
|
- An eripuit phaedrum qui, nec facer splendide ex, vel ea assum facilisi convenire.
|
12
12
|
Te his neglegentur consectetuer.
|
13
13
|
</h5>
|
14
14
|
<h5>
|
15
|
-
<i class="
|
15
|
+
<i class="fab fa-github"></i> <strong><a href="#">Project 3</a></strong>
|
16
16
|
- An alii quot tantas eum, doming platonem persecuti mea et, vim perpetua cotidieque delicatissimi in.
|
17
17
|
</h5>
|
18
18
|
<h5>
|
19
|
-
<i class="
|
19
|
+
<i class="fas fa-globe"></i> <strong><a href="#">Project 4</a></strong>
|
20
20
|
- Vim an case vidit sententiae, est at euismod laboramus efficiantur. Ei sit brute lorem,
|
21
21
|
ea eam timeam viderer aliquid, cu integre omittam moderatius quo.
|
22
22
|
</h5>
|
23
23
|
<h5>
|
24
|
-
<i class="
|
24
|
+
<i class="fas fa-globe"></i> <strong><a href="#">Project 5</a></strong>
|
25
25
|
- Dicta causae meliore ex vel, in vix erant integre petentium. Vix ei nisl scripta recusabo,
|
26
26
|
eam doming blandit facilisis.
|
27
27
|
</h5>
|
28
28
|
<h5>
|
29
|
-
<i class="
|
29
|
+
<i class="fas fa-cog"></i> <strong><a href="#">Project 6</a></strong>
|
30
30
|
- Inermis recusabo elaboraret mea et, dicat neglegentur vim te. Nec et sanctus scriptorem,
|
31
31
|
usu ex sapientem gubergren. Tamquam admodum ei usu.
|
32
32
|
</h5>
|
33
33
|
<h5>
|
34
|
-
<i class="
|
34
|
+
<i class="fas fa-cog"></i> <strong><a href="#">Project 7</a></strong>
|
35
35
|
- Essent putant indoctum sed in, reprimique persequeris neglegentur te quo. Nam rebum
|
36
36
|
tractatos partiendo at, debet ubique oporteat ut his.
|
37
37
|
</h5>
|
data/_includes/social.html
CHANGED
@@ -1,20 +1,25 @@
|
|
1
1
|
<div class="social">
|
2
2
|
<h4>
|
3
3
|
{% if site.github %}
|
4
|
-
<a href="http://github.com/{{ site.github }}"><i class="
|
4
|
+
<a href="http://github.com/{{ site.github }}"><i class="fab fa-github"></i></a>
|
5
5
|
{% endif %}
|
6
6
|
{% if site.email %}
|
7
|
-
<a href="mailto:{{ site.email}}"><i class="
|
7
|
+
<a href="mailto:{{ site.email}}"><i class="fas fa-envelope"></i></a>
|
8
8
|
{% endif %}
|
9
9
|
|
10
10
|
{% if site.twitter %}
|
11
|
-
<a href="http://twitter.com/{{ site.twitter }}"><i class="
|
11
|
+
<a href="http://twitter.com/{{ site.twitter }}"><i class="fab fa-twitter"></i></a>
|
12
12
|
{% endif %}
|
13
13
|
{% if site.linkedin %}
|
14
|
-
<a href="http://linkedin.com/in/{{ site.linkedin }}"><i class="
|
14
|
+
<a href="http://linkedin.com/in/{{ site.linkedin }}"><i class="fab fa-linkedin"></i></a>
|
15
15
|
{% endif %}
|
16
16
|
{% if site.stackoverflow %}
|
17
|
-
<a href="http://stackoverflow.com/{{ site.stackoverflow }}"><i class="
|
17
|
+
<a href="http://stackoverflow.com/{{ site.stackoverflow }}"><i class="fab fa-stack-overflow"></i></a>
|
18
18
|
{% endif %}
|
19
|
+
|
20
|
+
{% if site.goodreads %}
|
21
|
+
<a href="https://www.goodreads.com/user/show/{{ site.goodreads }}"><i class="fab fa-goodreads"></i></a>
|
22
|
+
{% endif %}
|
23
|
+
|
19
24
|
</h4>
|
20
25
|
</div>
|
data/_layouts/default.html
CHANGED
@@ -27,7 +27,7 @@
|
|
27
27
|
<!-- Custom styles for this template -->
|
28
28
|
<link rel="stylesheet" type="text/css" href="{{ site.baseurl }}/assets/css/style.css" />
|
29
29
|
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,400,200bold,400old" />
|
30
|
-
<link rel="stylesheet"
|
30
|
+
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.6.3/css/all.css" integrity="sha384-UHRtZLI+pbxtHCWp1t77Bi1L4ZtiqrqD80Kn4Z8NTSRyMA2Fd33n5dQ8lWUE00s/" crossorigin="anonymous">
|
31
31
|
|
32
32
|
<!-- Google Analytics -->
|
33
33
|
{% include analytics.html %}
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: sustain4-theme
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.6.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- John Pitchko
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-12-
|
11
|
+
date: 2018-12-22 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: jekyll
|