jekyll-theme-cayman 0.0.3 → 0.0.4

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +3 -3
  3. data/_layouts/default.html +8 -8
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: b86f27d8e1e6f4a7ff41a690ce91ea9574768b54
4
- data.tar.gz: 4f16092ab702505d2ad9d1e2143a31c8e75411fc
3
+ metadata.gz: d6f85d7ef9ffd7e22f617c71e8cb50e2cbbdfb8e
4
+ data.tar.gz: a7e7eb68ba5322679aa69f14c0e989e4261aeaf8
5
5
  SHA512:
6
- metadata.gz: 819c1cad83b80657942ff49df22665e7b864ff63cab93450387a989640af492de0d4ffa736783c03b6a95362881373f5b95529c9ec6276c063685840d3bcbd3f
7
- data.tar.gz: 91a66b60bbed24a29a0102a9c5af755df20a0224fb50fa7110499d85ef9f150009c5c76bb383fc03ceb988440d997b2b1ed2b0f98ac1b19d1ef54c664e26dfad
6
+ metadata.gz: c244e9faf4d07aa5061b0dde3a297e52ecc23ffbe2bdb1eb948f6dc449a21d1eefe4d303ad7fcefd7e72aa51274b66edce39253c81786584cdc144459ed26d56
7
+ data.tar.gz: 4b8c272069e52dd8c66397ab2307243e804ea1d8c41fe1384c1e36dc6e70fb4796b04f4c3b30deb759057e0741404170d68c14f919ef1819321ed1e830f9475c
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # The Cayman theme
2
2
 
3
- [![Build Status](https://travis-ci.org/pages-themes/jekyll-theme-cayman.svg?branch=master)](https://travis-ci.org/pages-themes/jekyll-theme-cayman) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-cayman.svg)](https://badge.fury.io/rb/jekyll-theme-cayman)
3
+ [![Build Status](https://travis-ci.org/pages-themes/cayman.svg?branch=master)](https://travis-ci.org/pages-themes/cayman) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-cayman.svg)](https://badge.fury.io/rb/jekyll-theme-cayman)
4
4
 
5
5
  *Cayman is a Jekyll theme for GitHub Pages. You can [preview the theme to see what it looks like](http://pages-themes.github.io/cayman), 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/cayman/issues) for a list of proposed features (and known issues).
70
+ See the [open issues](https://github.com/pages-themes/cayman/issues) for a list of proposed features (and known issues).
71
71
 
72
72
  ## Project philosophy
73
73
 
@@ -3,6 +3,7 @@
3
3
  <head>
4
4
  <meta charset="UTF-8">
5
5
  <title>{{ page.title | default: site.title }}</title>
6
+ <meta name="description" content="{{ page.description | default: site.description | default: site.github.project_tagline }}"/>
6
7
  <meta name="viewport" content="width=device-width, initial-scale=1">
7
8
  <meta name="theme-color" content="#157878">
8
9
  <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
@@ -34,14 +35,13 @@
34
35
 
35
36
  {% if site.google_analytics %}
36
37
  <script type="text/javascript">
37
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
38
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
39
- </script>
40
- <script type="text/javascript">
41
- try {
42
- var pageTracker = _gat._getTracker("{{ site.google_analytics }}");
43
- pageTracker._trackPageview();
44
- } catch(err) {}
38
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
39
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
40
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
41
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
42
+
43
+ ga('create', '{{ site.google_analytics }}', 'auto');
44
+ ga('send', 'pageview');
45
45
  </script>
46
46
  {% endif %}
47
47
  </body>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-cayman
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
  - Jason Long
@@ -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
@@ -60,7 +60,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
60
60
  version: '0'
61
61
  requirements: []
62
62
  rubyforge_project:
63
- rubygems_version: 2.5.2
63
+ rubygems_version: 2.6.11
64
64
  signing_key:
65
65
  specification_version: 4
66
66
  summary: Cayman is a Jekyll theme for GitHub Pages