jekyll-material-theme 0.6.0 → 0.6.1

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: 984ed8c7d84326b87c845dbc7887a12d4d583f07
4
- data.tar.gz: 7f2b0a627f199b988df66c6e731b8fa6fe367fd0
3
+ metadata.gz: f182912eae1dad0410bf49cb6484aa33161a0a91
4
+ data.tar.gz: 1bfeda0777eb71e6d587c2c20a277f921c8542b1
5
5
  SHA512:
6
- metadata.gz: eb095731084ce0d98fb7d1d93117b123eb7f95b0424bd86d1b841b63ac6b7ba217cd10dde9ae69126c8e4b19462c575d19ebedc408e747caf2cc06fdcca72968
7
- data.tar.gz: d05dd87497f3a9b36b4fc403035b5af264de40d00e8cce3234ccb449b6418aa3b85a9a85802e415c98b57be5bfbbb349072e20eab2cbe60a9571c23e912b2f82
6
+ metadata.gz: 24090e2530c247d64dcea3270585191cd5f487b28bf07d3b35feb2760b85033d7f9c894fbf3db9f6921cc7cbfa6e18a72008884d2decd0fec05debd556e67ea1
7
+ data.tar.gz: 010cae3d6497fdda7a8b94e6758fd9bac8122352015388bd26e90111a37565655a1d94fc2736f32d0c2431668f78279f8736b8893e8f4a2a153f3b2c97daf8e5
data/README.md CHANGED
@@ -2,9 +2,10 @@
2
2
 
3
3
  A Jekyll Theme based on [Material Design](https://material.io/) using [Materialize](http://materializecss.com/).
4
4
 
5
- [![Gem Version](https://badge.fury.io/rb/jekyll-material-theme.svg)](https://badge.fury.io/rb/jekyll-material-theme)
5
+ ![CircleCI](https://img.shields.io/circleci/project/github/jameshamann/jekyll-material-theme.svg?style=for-the-badge)
6
+ ![Gem](https://img.shields.io/gem/dt/jekyll-material-theme.svg?style=for-the-badge) ![Gem](https://img.shields.io/gem/v/jekyll-material-theme.svg?style=for-the-badge)
6
7
 
7
- CircleCI Build Status: [![CircleCI](https://circleci.com/gh/jameshamann/jekyll-material-theme.svg?style=svg)](https://circleci.com/gh/jameshamann/jekyll-material-theme)
8
+ ## Examples
8
9
 
9
10
  <a href="https://imgur.com/D9DSyuk"><img src="https://i.imgur.com/D9DSyuk.gif" title="source: imgur.com" /></a>
10
11
 
@@ -61,6 +62,8 @@ name: Your Name
61
62
  email: your-email@example.com
62
63
  description: Write an awesome description for your new site here. You can edit this line in _config.yml. It will appear in your document head meta (for Google search results) and in your feed.xml site description.
63
64
 
65
+ display_footer: inital #change this to 'none' if you want to hide the footer copyright text
66
+
64
67
  theme: jekyll-material-theme
65
68
 
66
69
  parallax_image_one: assets/images/startup3.jpg # These are the images used for the parallax background
@@ -232,7 +235,7 @@ Bug reports and pull requests are welcome on GitHub at https://github.com/jamesh
232
235
 
233
236
  ## Development
234
237
 
235
- To set up your environment to develop and further customise this theme, fork the repo and explore the ```_assets``` directory, which includes all the ```css, js``` and ```font``` folders. If you're adding a feature, please add some tests in the ```spec``` directory to ensure everyhting works as intended.
238
+ To set up your environment to develop and further customise this theme, fork the repo and explore the ```_assets``` directory, which includes all the ```css, js``` and ```font``` folders. If you're adding a feature, please add some tests in the ```spec``` directory to ensure everything works as intended.
236
239
 
237
240
  ## Contributors
238
241
 
data/_config.yml CHANGED
@@ -6,6 +6,8 @@ description: Write an awesome description for your new site here. You can edit t
6
6
  baseurl: "/blog"
7
7
  url: ""
8
8
 
9
+ display_footer: inital #change this to 'none' if you want to hide the footer copyright text
10
+
9
11
  parallax_image_one: assets/images/startup3.jpg # These are the images used for the parallax background
10
12
  parallax_image_two: assets/images/startup3.jpg
11
13
 
@@ -3,8 +3,8 @@
3
3
  <div class="tap-target" data-activates="check">
4
4
  <div class="tap-target-content">
5
5
  <h5 style="color:black;">Cookie Policy</h5>
6
- <p>We use Cookies on this website to track usage. By contiuning to use this website, you agree to the use of Cookies.</p>
6
+ <p>We use Cookies on this website to track usage. By continuing to use this website, you agree to the use of Cookies.</p>
7
7
  <br><br><br>
8
- <p><b>For more information visit the <a href "https://www.cookielaw.org/google-analytics-eu-cookie-law/">Cookie Law Website.</a></b></p>
8
+ <p><b>For more information visit the <a href="https://www.cookielaw.org/google-analytics-eu-cookie-law/">Cookie Law Website.</a></b></p>
9
9
  </div>
10
10
  </div>
@@ -3,8 +3,8 @@
3
3
  <script src="{{site.baseurl}}/assets/js/init.js"></script>
4
4
  </body>
5
5
  <footer class="page-footer">
6
- <div class="footer-copyright" style="padding-left: 30px">
7
- <i class="material-icons" style="padding-right:5px">copyright</i><p>2018 Copyright {{ site.name }} | All rights reserved</p>
6
+ <div class="footer-copyright" style="padding-left: 30px;">
7
+ <i class="material-icons" style="padding-right:5px; display:{{site.display_footer}};">copyright</i><p style="display:{{site.display_footer}};">2018 Copyright {{ site.name }} | All rights reserved</p>
8
8
  </div>
9
9
  </footer>
10
10
  </html>
@@ -9,7 +9,7 @@
9
9
 
10
10
 
11
11
  {% for skill in site.skills %}
12
- <i class="devicon-{{skill.name}}-plain {{site.colored}}" style="font-size:{{site.icon_size}}px;"></i>
12
+ <i class="devicon-{{skill.name}}-plain {{site.colored}}" style="font-size:{{site.icon_size}}px;" title="{{skill.name}}"></i>
13
13
  {% endfor %}
14
14
  </div>
15
15
  </div>
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.6.0
4
+ version: 0.6.1
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-02-23 00:00:00.000000000 Z
11
+ date: 2018-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll