jekyll-theme-hacker 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: 36b92153518966f55a00d0b87a72896a440d0955
4
- data.tar.gz: 13c329c41700722d2027e2ab72f9c9664274c53f
3
+ metadata.gz: 21723b1dd0862c21d67a3cfbc8016c9f3751dbae
4
+ data.tar.gz: 9da5405a9f916e92571366c17c636595376b025b
5
5
  SHA512:
6
- metadata.gz: a1c052033340f4c2114a0a964d2df3916cb1db967c6b8428f0534c51c570abbd9a3f71fd105d417e531fa3c016e7302892b1af8184f562eab432779afed09819
7
- data.tar.gz: 283b2e484ec2f9704f0702afc1965be4f3c3e04906ddf4d41dd1d19a2d248b106aba5b821930ac5c2fff713aa11badd7cc802cd64d3f7faeca975e34ecbd4b70
6
+ metadata.gz: c7e2f69fedad23efeb613a73731400dce5adb86940e75ec7e0bcf61b9bb327f8ace1387050261eade605ec33c50661e71a131e434d688b9260f438ffc4609efc
7
+ data.tar.gz: '0492f3148ef175203aa6f0fdd55f0c36782e72b160f79937e0bc9035202a75e30a168abf930712a6059a7aa70b3ba3cfa9633a5db977a646925345143fe6b98f'
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # The Hacker theme
2
2
 
3
- [![Build Status](https://travis-ci.org/pages-themes/jekyll-theme-hacker.svg?branch=master)](https://travis-ci.org/pages-themes/jekyll-theme-hacker) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-hacker.svg)](https://badge.fury.io/rb/jekyll-theme-hacker)
3
+ [![Build Status](https://travis-ci.org/pages-themes/hacker.svg?branch=master)](https://travis-ci.org/pages-themes/hacker) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-hacker.svg)](https://badge.fury.io/rb/jekyll-theme-hacker)
4
4
 
5
5
  *Hacker is a Jekyll theme for GitHub Pages. You can [preview the theme to see what it looks like](http://pages-themes.github.io/hacker), 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/hacker/issues) for a list of proposed features (and known issues).
70
+ See the [open issues](https://github.com/pages-themes/hacker/issues) for a list of proposed features (and known issues).
71
71
 
72
72
  ## Project philosophy
73
73
 
@@ -32,14 +32,12 @@
32
32
 
33
33
  {% if site.google_analytics %}
34
34
  <script type="text/javascript">
35
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
36
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
37
- </script>
38
- <script type="text/javascript">
39
- try {
40
- var pageTracker = _gat._getTracker("{{ site.google_analytics }}");
41
- pageTracker._trackPageview();
42
- } catch(err) {}
35
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
36
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
37
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
38
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
39
+ ga('create', '{{ site.google_analytics }}', 'auto');
40
+ ga('send', 'pageview');
43
41
  </script>
44
42
  {% endif %}
45
43
  </body>
@@ -158,8 +158,6 @@ pre {
158
158
  font-size: 16px;
159
159
  color: #b5e853;
160
160
  border-radius: 2px;
161
- -moz-border-radius: 2px;
162
- -webkit-border-radius: 2px;
163
161
  text-wrap: normal;
164
162
  overflow: auto;
165
163
  overflow-y: hidden;
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-hacker
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 Costello
@@ -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: Hacker is a Jekyll theme for GitHub Pages