jekyll-material-theme 0.3.0 → 0.4.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/README.md +7 -3
- data/_includes/portfolio_cards.html +4 -4
- data/_includes/portfolio_carousel.html +6 -0
- data/_layouts/home.html +1 -1
- 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: d6eba4138394c9fd426efc7e4dbc7dc6289b1d57
|
|
4
|
+
data.tar.gz: ed81f992542b8b12bb2d2fad3806fe058241223e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6771c2a8079df21fac262c2602ab20d07e8fe27b1b580796233a6c914dea1011b5af097b4031367e6d88ca26e63b477236782d5a8b235af5efee7cfdf38dc2de
|
|
7
|
+
data.tar.gz: c1062f7378278a79e1c18ca0e59b680649de7509596b201be99cb1770bf623916fb629f80bafeb2999a634e30c8644420769a5ec768b478d90bda51839610ecf
|
data/README.md
CHANGED
|
@@ -18,7 +18,7 @@ If you use cookies on your site, or choose to use Google Analytics, you're able
|
|
|
18
18
|
|
|
19
19
|
##### Tools and Experience Section
|
|
20
20
|
|
|
21
|
-
If you'd like to display some of your skills and experience, you can do so through using the section below.
|
|
21
|
+
If you'd like to display some of your skills and experience, you can do so through using the section below.
|
|
22
22
|
|
|
23
23
|
<a href="https://imgur.com/DjtrH6s"><img src="https://imgur.com/DjtrH6s.png" title="source: imgur.com" /></a>
|
|
24
24
|
|
|
@@ -60,6 +60,11 @@ description: Write an awesome description for your new site here. You can edit t
|
|
|
60
60
|
parallax_image_one: assets/images/startup3.jpg # These are the images used for the parallax background
|
|
61
61
|
parallax_image_two: assets/images/startup3.jpg
|
|
62
62
|
|
|
63
|
+
# Settings for the porfolio section
|
|
64
|
+
|
|
65
|
+
portfolio_heading: Portfolio
|
|
66
|
+
portfolio_type: #cards or carousel
|
|
67
|
+
|
|
63
68
|
project_one: "First Project"
|
|
64
69
|
project_one_description: Describe your project!
|
|
65
70
|
project_one_url: https://github.com/jameshamann/jekyll-material-theme
|
|
@@ -82,8 +87,6 @@ project_four_description: Describe your project!
|
|
|
82
87
|
project_four_url: https://github.com/jameshamann/jekyll-material-theme
|
|
83
88
|
project_four_icon: restaurant
|
|
84
89
|
|
|
85
|
-
portfolio_type: #cards or carousel
|
|
86
|
-
|
|
87
90
|
# Skill icons from https://konpa.github.io/devicon/
|
|
88
91
|
|
|
89
92
|
skills:
|
|
@@ -226,6 +229,7 @@ To set up your environment to develop and further customise this theme, fork the
|
|
|
226
229
|
|
|
227
230
|
- [James Hamann](https://github.com/jameshamann)
|
|
228
231
|
- [Jam Rizzer](https://github.com/jamrizzi)
|
|
232
|
+
- [Kobes](https://github.com/Kobes)
|
|
229
233
|
|
|
230
234
|
## [Changelog](https://github.com/jameshamann/jekyll-material-theme/blob/master/CHANGELOG.md)
|
|
231
235
|
|
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
</div>
|
|
7
7
|
<div class="card-action">
|
|
8
8
|
<span class="card-title activator grey-text text-darken-4">{{site.project_one}}<i class="material-icons right">more_vert</i></span>
|
|
9
|
-
<p><a href="{{site.project_one_url}}">
|
|
9
|
+
<p><a href="{{site.project_one_url}}">{{site.project_button}}</a></p>
|
|
10
10
|
</div>
|
|
11
11
|
<div class="card-reveal">
|
|
12
12
|
<span class="card-title grey-text text-darken-4"><i class="material-icons right">close</i></span>
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
</div>
|
|
22
22
|
<div class="card-action">
|
|
23
23
|
<span class="card-title activator grey-text text-darken-4">{{site.project_two}}<i class="material-icons right">more_vert</i></span>
|
|
24
|
-
<p><a href="{{site.project_two_url}}">
|
|
24
|
+
<p><a href="{{site.project_two_url}}">{{site.project_button}}</a></p>
|
|
25
25
|
</div>
|
|
26
26
|
<div class="card-reveal">
|
|
27
27
|
<span class="card-title grey-text text-darken-4"><i class="material-icons right">close</i></span>
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
</div>
|
|
40
40
|
<div class="card-action">
|
|
41
41
|
<span class="card-title activator grey-text text-darken-4">{{site.project_three}}<i class="material-icons right">more_vert</i></span>
|
|
42
|
-
<p><a href="{{site.project_three_url}}">
|
|
42
|
+
<p><a href="{{site.project_three_url}}">{{site.project_button}}</a></p>
|
|
43
43
|
</div>
|
|
44
44
|
<div class="card-reveal">
|
|
45
45
|
<span class="card-title grey-text text-darken-4"><i class="material-icons right">close</i></span>
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
</div>
|
|
55
55
|
<div class="card-action">
|
|
56
56
|
<span class="card-title activator grey-text text-darken-4">{{site.project_four}}<i class="material-icons right">more_vert</i></span>
|
|
57
|
-
<p><a href="{{site.project_four_url}}">
|
|
57
|
+
<p><a href="{{site.project_four_url}}">{{site.project_button}}</a></p>
|
|
58
58
|
</div>
|
|
59
59
|
<div class="card-reveal">
|
|
60
60
|
<span class="card-title grey-text text-darken-4"><i class="material-icons right">close</i></span>
|
|
@@ -9,6 +9,7 @@
|
|
|
9
9
|
<br><br>
|
|
10
10
|
<a class="btn waves-effect waves-dark white black-text z-depth-4" target="_blank" href="{{site.project_one_url}}">{{site.project_button}}</a>
|
|
11
11
|
</div>
|
|
12
|
+
{% if site.project_two != nil %}
|
|
12
13
|
<div class="carousel-item white-text" style="background-color: #78909c;" href="#two!">
|
|
13
14
|
<h2>{{ site.project_two }}</h2>
|
|
14
15
|
<i class="medium material-icons">{{site.project_two_icon}}</i>
|
|
@@ -16,6 +17,8 @@
|
|
|
16
17
|
<br><br>
|
|
17
18
|
<a class="btn waves-effect waves-light white black-text z-depth-4" target="_blank" href="{{site.project_two_url}}">{{site.project_button}}</a>
|
|
18
19
|
</div>
|
|
20
|
+
{% endif %}
|
|
21
|
+
{% if site.project_three != nil %}
|
|
19
22
|
<div class="carousel-item white-text" style="background-color: #607d8b;" href="{{site.project_three_url}}">
|
|
20
23
|
<h2>{{ site.project_three }}</h2>
|
|
21
24
|
<i class="medium material-icons">{{site.project_three_icon}}</i>
|
|
@@ -23,6 +26,8 @@
|
|
|
23
26
|
<br><br>
|
|
24
27
|
<a class="btn waves-effect waves-light white black-text z-depth-4" target="_blank" href="{{site.project_three_url}}">{{site.project_button}}</a>
|
|
25
28
|
</div>
|
|
29
|
+
{% endif %}
|
|
30
|
+
{% if site.project_four != nil %}
|
|
26
31
|
<div class="carousel-item white-text" style="background-color: #546e7a" href="{{site.project_four_url}}">
|
|
27
32
|
<h2>{{ site.project_four }}</h2>
|
|
28
33
|
<i class="medium material-icons">{{site.project_four_icon}}</i>
|
|
@@ -30,4 +35,5 @@
|
|
|
30
35
|
<br><br>
|
|
31
36
|
<a class="btn waves-effect waves-light white black-text z-depth-4" target="_blank" href="{{site.project_four_url}}">{{site.project_button}}</a>
|
|
32
37
|
</div>
|
|
38
|
+
{% endif %}
|
|
33
39
|
</div>
|
data/_layouts/home.html
CHANGED
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
<div class="container" style="padding:20px;">
|
|
26
26
|
<div id="portfolio" class="section scrollspy">
|
|
27
27
|
|
|
28
|
-
<h3 style="text-align:center;">
|
|
28
|
+
<h3 style="text-align:center;">{{site.portfolio_heading}}</h3>
|
|
29
29
|
|
|
30
30
|
{% include portfolio_{{site.portfolio_type}}.html %}
|
|
31
31
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: jekyll-material-theme
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.4.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- James Hamann
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2018-01-
|
|
11
|
+
date: 2018-01-29 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -129,7 +129,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
129
129
|
version: '0'
|
|
130
130
|
requirements: []
|
|
131
131
|
rubyforge_project:
|
|
132
|
-
rubygems_version: 2.6.
|
|
132
|
+
rubygems_version: 2.6.12
|
|
133
133
|
signing_key:
|
|
134
134
|
specification_version: 4
|
|
135
135
|
summary: A Material Theme for Jekyll
|