jekyll-material-theme 0.1.2 → 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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 676e69935662b646ff0e0b4cc9c56ced1940cc34
4
- data.tar.gz: 5fe7970355b447c0b66b24c48b05b1c927bd9377
3
+ metadata.gz: 1d3bbd9d116cd078078feb3f8933af7412dc64d2
4
+ data.tar.gz: 10fe0ce37250c887838c527377673397bb8b2fab
5
5
  SHA512:
6
- metadata.gz: 563f2378b3bfd9bb216ef3bc71fe24a4a0f2fcfc8cb80e919cf3f3b0928c06ddfbdcb9affe002f541476e68c52bb765ee3badcbf85db0d3b5a5bfd85b42913f0
7
- data.tar.gz: 98eb56cc518c7494edb336e7f1d1022813359d044b13cb91b9b4121b15d431f12051ddfbff87728d3e0a9097f1a34721b6f818b8ea3c2c3e54a2fbb96118d7b5
6
+ metadata.gz: 9534b4aa7d624180e9c3327b64952f154ca4b5d719c3dded10f6d86696a2e321ad6992b3c419ae6a9a9efbe2b0ce9878a89252388dc0d0b1f0e498e2375ab01c
7
+ data.tar.gz: d3a13dfd8b8d777e89ecc937ed5c34133cf37ccbb0f70edce040c1598c8427d5f6a2cd409af443361d302df76c5d94d89e1f60b7cb26260729d9a81df0bef57c
data/README.md CHANGED
@@ -4,11 +4,11 @@ A Jekyll Theme based on [Material Design](https://material.io/) using [Materiali
4
4
 
5
5
  [![Gem Version](https://badge.fury.io/rb/jekyll-material-theme.svg)](https://badge.fury.io/rb/jekyll-material-theme)
6
6
 
7
- <a href="https://imgur.com/3PKshVo"><img src="https://i.imgur.com/3PKshVo.gif" title="source: imgur.com" /></a>
7
+ <a href="https://imgur.com/D9DSyuk"><img src="https://i.imgur.com/D9DSyuk.gif" title="source: imgur.com" /></a>
8
+
8
9
 
9
10
  <a href="https://imgur.com/hlB1MOw"><img src="https://i.imgur.com/hlB1MOw.gif" title="source: imgur.com" /></a>
10
11
 
11
- <a href="https://imgur.com/D9DSyuk"><img src="https://i.imgur.com/D9DSyuk.gif" title="source: imgur.com" /></a>
12
12
 
13
13
  ##### Cookie Policy
14
14
 
@@ -112,6 +112,8 @@ To set up your environment to develop and further customise this theme, fork the
112
112
  - [James Hamann](https://github.com/jameshamann)
113
113
  - [Jam Rizzer](https://github.com/jamrizzi)
114
114
 
115
+ ## [Changelog](https://github.com/jameshamann/jekyll-material-theme/blob/master/CHANGELOG.md)
116
+
115
117
  ## License
116
118
 
117
119
  The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
@@ -4,7 +4,7 @@
4
4
  </body>
5
5
  <footer class="page-footer">
6
6
  <div class="footer-copyright" style="padding-left: 30px">
7
- <i class="material-icons" style="padding-right:5px">copyright</i><p>2017 Copyright {{ site.name }} | All rights reserved</p>
7
+ <i class="material-icons" style="padding-right:5px">copyright</i><p>2018 Copyright {{ site.name }} | All rights reserved</p>
8
8
  </div>
9
9
  </footer>
10
10
  </html>
data/_includes/head.html CHANGED
@@ -6,5 +6,7 @@
6
6
  <link rel="stylesheet" type="text/css" href="{{site.baseurl}}/assets/css/materialize.css">
7
7
  <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
8
8
  {{ include google_analytics.html }}
9
+ <title>{{site.title}}</title>
10
+
9
11
  </head>
10
12
  <body>
@@ -0,0 +1,65 @@
1
+ <div class="row">
2
+ <div class="col s12 m6">
3
+ <div class="card medium sticky-action">
4
+ <div class="card-image waves-effect waves-block waves-light">
5
+ <img class="activator" src="../assets/images/desk.jpg">
6
+ </div>
7
+ <div class="card-action">
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}}">Github</a></p>
10
+ </div>
11
+ <div class="card-reveal">
12
+ <span class="card-title grey-text text-darken-4"><i class="material-icons right">close</i></span>
13
+ <p>{{site.project_one_description}}</p>
14
+ </div>
15
+ </div>
16
+ </div>
17
+ <div class="col s12 m6">
18
+ <div class="card medium sticky-action">
19
+ <div class="card-image waves-effect waves-block waves-light">
20
+ <img class="activator" src="../assets/images/typewriter.jpg">
21
+ </div>
22
+ <div class="card-action">
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}}">Github</a></p>
25
+ </div>
26
+ <div class="card-reveal">
27
+ <span class="card-title grey-text text-darken-4"><i class="material-icons right">close</i></span>
28
+ <p>{{site.project_two_description}}</p>
29
+ </div>
30
+ </div>
31
+ </div>
32
+
33
+ </div>
34
+ <div class="row">
35
+ <div class="col s12 m6">
36
+ <div class="card medium sticky-action">
37
+ <div class="card-image waves-effect waves-block waves-light">
38
+ <img class="activator" src="../assets/images/contact2.jpg" style="height:366px;">
39
+ </div>
40
+ <div class="card-action">
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}}">Github</a></p>
43
+ </div>
44
+ <div class="card-reveal">
45
+ <span class="card-title grey-text text-darken-4"><i class="material-icons right">close</i></span>
46
+ <p>{{site.project_three_description}}</p>
47
+ </div>
48
+ </div>
49
+ </div>
50
+ <div class="col s12 m6">
51
+ <div class="card medium sticky-action">
52
+ <div class="card-image waves-effect waves-block waves-light">
53
+ <img class="activator" src="../assets/images/contact4.png">
54
+ </div>
55
+ <div class="card-action">
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}}">Github</a></p>
58
+ </div>
59
+ <div class="card-reveal">
60
+ <span class="card-title grey-text text-darken-4"><i class="material-icons right">close</i></span>
61
+ <p>{{site.project_four_description}}</p>
62
+ </div>
63
+ </div>
64
+ </div>
65
+ </div>
data/_layouts/home.html CHANGED
@@ -27,7 +27,7 @@
27
27
 
28
28
  <h3 style="text-align:center;">Portfolio</h3>
29
29
 
30
- {% include carousel.html %}
30
+ {% include portfolio_{{site.portfolio_type}}.html %}
31
31
 
32
32
  </div>
33
33
 
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.1.2
4
+ version: 0.2.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-09 00:00:00.000000000 Z
11
+ date: 2018-01-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -62,7 +62,6 @@ files:
62
62
  - LICENSE.txt
63
63
  - README.md
64
64
  - _includes/blog-feed.html
65
- - _includes/carousel.html
66
65
  - _includes/contact.html
67
66
  - _includes/cookies.html
68
67
  - _includes/footer.html
@@ -70,6 +69,8 @@ files:
70
69
  - _includes/head.html
71
70
  - _includes/nav-bar.html
72
71
  - _includes/nav-burger.html
72
+ - _includes/portfolio_cards.html
73
+ - _includes/portfolio_carousel.html
73
74
  - _layouts/default.html
74
75
  - _layouts/home.html
75
76
  - _layouts/page.html