jekyll-theme-midnight 0.0.3 → 0.0.4

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: 0f945876cb60c90497fcb60e69901f072cd37da6
4
- data.tar.gz: a62105cdc38e4450b8b50e33026756eb5eeff9b2
3
+ metadata.gz: 250857d73f20814631d54170abba45d219d322b1
4
+ data.tar.gz: 5a8ed8dc23d325d48481202c96179e6d3bb26551
5
5
  SHA512:
6
- metadata.gz: 30586503af3828232aeace813d3d39be68e4d444a63400d0b5dcd90dfd07b0b2b754f81ac10c68b88d0f0be93c524ad86f305271c7058b0fdbec6f767cd61d8d
7
- data.tar.gz: 7aed2c5a118f692a8c10b2d1abc157546cc2bb55ec815e03a9b002fffd99b3b411f6032e0ae84874101ccd22a0b902dd05dac3f3b1fe9f6dc9ea570ffac457d8
6
+ metadata.gz: 5a0fc4780d843e4df365051462cb2eadb7acb79293ff437f800b937d2e17a872fd57a0ffe220afa78fd88849a4bfae1d9fb817e142ff7935fef397b223a0a1fa
7
+ data.tar.gz: 0f2157ffa503272e987597a04d56630ef4400006c307a5f4cddddc2ab783a0ef6caf3aeee609a922599a25394247c62a1dda57adf4e69cf00da0e08676f4952e
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # The Midnight theme
2
2
 
3
- [![Build Status](https://travis-ci.org/pages-themes/jekyll-theme-midnight.svg?branch=master)](https://travis-ci.org/pages-themes/jekyll-theme-midnight) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-midnight.svg)](https://badge.fury.io/rb/jekyll-theme-midnight)
3
+ [![Build Status](https://travis-ci.org/pages-themes/midnight.svg?branch=master)](https://travis-ci.org/pages-themes/midnight) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-midnight.svg)](https://badge.fury.io/rb/jekyll-theme-midnight)
4
4
 
5
5
  *Midnight is a Jekyll theme for GitHub Pages. You can [preview the theme to see what it looks like](http://pages-themes.github.io/midnight), 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/midnight/issues) for a list of proposed features (and known issues).
70
+ See the [open issues](https://github.com/pages-themes/midnight/issues) for a list of proposed features (and known issues).
71
71
 
72
72
  ## Project philosophy
73
73
 
@@ -47,14 +47,12 @@
47
47
 
48
48
  {% if site.google_analytics %}
49
49
  <script type="text/javascript">
50
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
51
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
52
- </script>
53
- <script type="text/javascript">
54
- try {
55
- var pageTracker = _gat._getTracker("{{ site.google_analytics }}");
56
- pageTracker._trackPageview();
57
- } catch(err) {}
50
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
51
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
52
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
53
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
54
+ ga('create', '{{ site.google_analytics }}', 'auto');
55
+ ga('send', 'pageview');
58
56
  </script>
59
57
  {% endif %}
60
58
  </body>
@@ -94,7 +94,7 @@ blockquote {
94
94
  }
95
95
 
96
96
  code {
97
- font-family: 'Lucida Sans', Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal;
97
+ font-family: 'Lucida Sans', Monaco, Bitstream Vera Sans Mono, Lucida Console, Terminal, monospace;
98
98
  color:#efefef;
99
99
  font-size:13px;
100
100
  margin: 0 4px;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-midnight
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
@@ -97,7 +97,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
97
97
  version: '0'
98
98
  requirements: []
99
99
  rubyforge_project:
100
- rubygems_version: 2.5.2
100
+ rubygems_version: 2.6.11
101
101
  signing_key:
102
102
  specification_version: 4
103
103
  summary: Midnight is a Jekyll theme for GitHub Pages