jekyll-theme-dinky 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 +7 -9
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: c674a3f82221a0f990b11e2c130cde45655e1879
4
- data.tar.gz: f1b3df19959029968b690b705ac9be11c340e6d8
3
+ metadata.gz: fbb88230cd520711c39b98d9ca080a1e0a788920
4
+ data.tar.gz: 6c92537442923f4e910c7306e9850ef4a6730698
5
5
  SHA512:
6
- metadata.gz: a01e5b024cf16983881d7491f014770bbe4bc84706ac89a207bd6472022845ba4a3b4d9e0de506fce4cdc89ecdf27bd8602ee9d99b4200860fe63312350ba416
7
- data.tar.gz: 698934a638ee26eacdef4c4a6cc17c025723161375776f49b466e061f51397eeb211c714df33d7e8352378f9c0457e46d43d70dedf1b75b4ea324da11090c42f
6
+ metadata.gz: 3bda653e7ce83a23aabb32f6a8962c49b63935446097b53546975346ffb5f54311da7b09506629b59ea69342dcc882bc9e055e259ffff918d623449c4ef77d32
7
+ data.tar.gz: 042ce3c7ceb3358c577afe70f90ca6218298c1b7d41c83329e1fbe910d4a783374d69d0b0d71bc4240bd1810efbb430cc8e01940a570e45ad58fc5b3fcc157b4
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # The Dinky theme
2
2
 
3
- [![Build Status](https://travis-ci.org/pages-themes/jekyll-theme-dinky.svg?branch=master)](https://travis-ci.org/pages-themes/jekyll-theme-dinky) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-dinky.svg)](https://badge.fury.io/rb/jekyll-theme-dinky)
3
+ [![Build Status](https://travis-ci.org/pages-themes/dinky.svg?branch=master)](https://travis-ci.org/pages-themes/dinky) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-dinky.svg)](https://badge.fury.io/rb/jekyll-theme-dinky)
4
4
 
5
5
  *Dinky is a Jekyll theme for GitHub Pages. You can [preview the theme to see what it looks like](http://pages-themes.github.io/dinky), 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/dinky/issues) for a list of proposed features (and known issues).
70
+ See the [open issues](https://github.com/pages-themes/dinky/issues) for a list of proposed features (and known issues).
71
71
 
72
72
  ## Project philosophy
73
73
 
@@ -32,7 +32,7 @@
32
32
 
33
33
  {% if site.github.is_user_page %}
34
34
  <ul>
35
- <li><a class="buttons github" href="{{ site.github.repository_url }}">GitHub Profile</a></li>
35
+ <li><a class="buttons github" href="{{ site.github.owner_url }}">GitHub Profile</a></li>
36
36
  </ul>
37
37
  {% endif %}
38
38
  </header>
@@ -48,14 +48,12 @@
48
48
  <!--[if !IE]><script>fixScale(document);</script><![endif]-->
49
49
  {% if site.google_analytics %}
50
50
  <script type="text/javascript">
51
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
52
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
53
- </script>
54
- <script type="text/javascript">
55
- try {
56
- var pageTracker = _gat._getTracker("{{ site.google_analytics }}");
57
- pageTracker._trackPageview();
58
- } catch(err) {}
51
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
52
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
53
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
54
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
55
+ ga('create', '{{ site.google_analytics }}', 'auto');
56
+ ga('send', 'pageview');
59
57
  </script>
60
58
  {% endif %}
61
59
  </body>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-dinky
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
  - Diana Mounter
@@ -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
@@ -61,7 +61,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
61
61
  version: '0'
62
62
  requirements: []
63
63
  rubyforge_project:
64
- rubygems_version: 2.5.2
64
+ rubygems_version: 2.6.11
65
65
  signing_key:
66
66
  specification_version: 4
67
67
  summary: Dinky is a Jekyll theme for GitHub Pages