jekyll-theme-leap-day 0.0.3 → 0.0.4

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/_layouts/default.html +6 -9
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 6f49c53ef419153ba09c1b7e9314e646dcf87466
4
- data.tar.gz: 338192fb7a754d075932517e22c64c3016648af3
3
+ metadata.gz: f3974f0be115d13f9b3e4621921cc4681fa320c9
4
+ data.tar.gz: f65a607127daab5fb0995b3b078496ceb24ab47c
5
5
  SHA512:
6
- metadata.gz: 3b4d6d0c499d537587eafde68e6a54bef984e6c3fc07dc52550c594b41aa90cfc21145e68251d84d54f4eca0dd6e2cd5be540d93baa7768b2fdea4bada4b7c55
7
- data.tar.gz: 4c5cbe0c7830f9c30fa894ba6d6a0864abca9bfb8bdd094f8a7c4fc4f29d0fb87656bbb15fa413cab6918c469e68b1e5d94ad07d9df798cfdbc98bd2804d6b57
6
+ metadata.gz: f5502eabf9502ff2de8d3f018ecb947b8a81ea7f9c5d30942feefb676cfbab042ce471c15cde48a95039d13ab4547dfff7113eb9b8c30525193f1d398fdb8469
7
+ data.tar.gz: 4fd7314bfc53414e7a4258bd1a55e95d157d1a41c09528d3c830b43f96934cf85abe8f5e36f9eac20fefb5dfb1e8d538bfb58244e972f10e15a9219f52d55cb8
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # The Leap day theme
2
2
 
3
- [![Build Status](https://travis-ci.org/pages-themes/jekyll-theme-leap-day.svg?branch=master)](https://travis-ci.org/pages-themes/jekyll-theme-leap-day) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-leap-day.svg)](https://badge.fury.io/rb/jekyll-theme-leap-day)
3
+ [![Build Status](https://travis-ci.org/pages-themes/leap-day.svg?branch=master)](https://travis-ci.org/pages-themes/leap-day) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-leap-day.svg)](https://badge.fury.io/rb/jekyll-theme-leap-day)
4
4
 
5
5
  *Leap day is a Jekyll theme for GitHub Pages. You can [preview the theme to see what it looks like](http://pages-themes.github.io/leap-day), or even [use it today](#usage).*
6
6
 
@@ -46,7 +46,7 @@ google_analytics: [Your Google Analytics tracking ID]
46
46
 
47
47
  If you'd like to add your own custom styles:
48
48
 
49
- 1. Create a file called `/assets/css/style.css` in your site
49
+ 1. Create a file called `/assets/css/style.scss` in your site
50
50
  2. Add the following content to the top of the file, exactly as shown:
51
51
  ```scss
52
52
  ---
@@ -67,7 +67,7 @@ If you'd like to change the theme's HTML layout:
67
67
 
68
68
  ## Roadmap
69
69
 
70
- See the [open issues](https://github.com/pagse-themes/leap-day/issues) for a list of proposed features (and known issues).
70
+ See the [open issues](https://github.com/pages-themes/leap-day/issues) for a list of proposed features (and known issues).
71
71
 
72
72
  ## Project philosophy
73
73
 
@@ -54,16 +54,13 @@
54
54
 
55
55
  {% if site.google_analytics %}
56
56
  <script type="text/javascript">
57
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
58
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
59
- </script>
60
- <script type="text/javascript">
61
- try {
62
- var pageTracker = _gat._getTracker("{{ site.google_analytics }}");
63
- pageTracker._trackPageview();
64
- } catch(err) {}
57
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
58
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
59
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
60
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
61
+ ga('create', '{{ site.google_analytics }}', 'auto');
62
+ ga('send', 'pageview');
65
63
  </script>
66
64
  {% endif %}
67
-
68
65
  </body>
69
66
  </html>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-leap-day
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.3
4
+ version: 0.0.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matt Graham
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: bin
11
11
  cert_chain: []
12
- date: 2016-12-14 00:00:00.000000000 Z
12
+ date: 2017-03-29 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jekyll
@@ -86,7 +86,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
86
86
  version: '0'
87
87
  requirements: []
88
88
  rubyforge_project:
89
- rubygems_version: 2.5.2
89
+ rubygems_version: 2.6.11
90
90
  signing_key:
91
91
  specification_version: 4
92
92
  summary: Leap Day is a Jekyll theme for GitHub Pages