jekyll-theme-architect 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 +9 -9
  4. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f8888eb31cb547f256ad194f6755b7ea904c852
4
- data.tar.gz: 38ca7f5d76f4bb498e5f2a7cbc23c339c16243f7
3
+ metadata.gz: cd9b0d43e607c8e2e0ffa66c849c9637740e4306
4
+ data.tar.gz: 0b2988cf98574a2c659096f783c18b09d1c76442
5
5
  SHA512:
6
- metadata.gz: a7c0f097a7846cba9a47bd6b15f64e7c9b27f49b40a8b16c956f77ec365b20c0b90b9f5ce836ddbb9f4d45f76e31f51ee66e12f5111cd0cefc8b435eb711b0de
7
- data.tar.gz: 10ca78595725d8037f91422def1716cad73fae1b7bc6afdcd67303f654ed3ce6db74047ff756543424f9074164a00865153e01b0a249876a74c292bdbdea2036
6
+ metadata.gz: e680b1cf47f92f4686c166344d11cb5776e927d286c30a2cbd2e0d3fbb669a31609026c908327008071488481c03978c058f6b1fc94acbef6b3a8fa655d00a4b
7
+ data.tar.gz: aa87872c651ea8e7fe9e86c34efd6df793ab86bdde28dea0fafa9247632fc8f98be4065600b697d5186a12b4783b29e6dac9720e92bddb6f0d4477e737375254
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # The Architect theme
2
2
 
3
- [![Build Status](https://travis-ci.org/pages-themes/jekyll-theme-architect.svg?branch=master)](https://travis-ci.org/pages-themes/jekyll-theme-architect) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-architect.svg)](https://badge.fury.io/rb/jekyll-theme-architect)
3
+ [![Build Status](https://travis-ci.org/pages-themes/architect.svg?branch=master)](https://travis-ci.org/pages-themes/architect) [![Gem Version](https://badge.fury.io/rb/jekyll-theme-architect.svg)](https://badge.fury.io/rb/jekyll-theme-architect)
4
4
 
5
5
  *Architect is a Jekyll theme for GitHub Pages. You can [preview the theme to see what it looks like](http://pages-themes.github.io/architect), 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/architect/issues) for a list of proposed features (and known issues).
70
+ See the [open issues](https://github.com/pages-themes/architect/issues) for a list of proposed features (and known issues).
71
71
 
72
72
  ## Project philosophy
73
73
 
@@ -18,7 +18,9 @@
18
18
  <body>
19
19
  <header>
20
20
  <div class="inner">
21
- <h1>{{ site.title | default: site.github.repository_name }}</h1>
21
+ <a href="{{ '/' | absolute_url }}">
22
+ <h1>{{ site.title | default: site.github.repository_name }}</h1>
23
+ </a>
22
24
  <h2>{{ site.description | default: site.github.project_tagline }}</h2>
23
25
  {% if site.github.is_project_page %}
24
26
  <a href="{{ site.github.repository_url }}" class="button"><small>View project on</small> GitHub</a>
@@ -58,14 +60,12 @@
58
60
 
59
61
  {% if site.google_analytics %}
60
62
  <script type="text/javascript">
61
- var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
62
- document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
63
- </script>
64
- <script type="text/javascript">
65
- try {
66
- var pageTracker = _gat._getTracker("{{ site.google_analytics }}");
67
- pageTracker._trackPageview();
68
- } catch(err) {}
63
+ (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
64
+ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
65
+ m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
66
+ })(window,document,'script','//www.google-analytics.com/analytics.js','ga');
67
+ ga('create', '{{ site.google_analytics }}', 'auto');
68
+ ga('send', 'pageview');
69
69
  </script>
70
70
  {% endif %}
71
71
  </body>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-architect
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
@@ -66,7 +66,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
66
66
  version: '0'
67
67
  requirements: []
68
68
  rubyforge_project:
69
- rubygems_version: 2.5.2
69
+ rubygems_version: 2.6.11
70
70
  signing_key:
71
71
  specification_version: 4
72
72
  summary: Architect is a Jekyll theme for GitHub Pages