jekyll-theme-hydra 0.1.0 → 0.1.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: e0d4410f526b63063ab33f04a983ae6ed009f0ba
4
- data.tar.gz: 3958f183d587d932815b3cbfe23fb9fb084b7547
3
+ metadata.gz: 39237083dc1d3b73d99cac95a8307dab0aec244a
4
+ data.tar.gz: f97ac8bd61486e0886318b805ab24786a31fca0f
5
5
  SHA512:
6
- metadata.gz: a9925ab1d3a22004b2131937da32eea9fec317e42be725af7ff0169f418ae357e6856c57a010301e1f95065e2d46935713ce58df66ce123fda453e9105fcd6cc
7
- data.tar.gz: 65f4817ffbbe64c60f5412bce137051a9e3b1a0d399bf291566486c33bb6a4d68775de0355b94d67899b196253a0a5344fa62a5eeae4aad61cc9039356481725
6
+ metadata.gz: 5dc19e54ede7ed31f4bdc496c96c6f2b2ccb979b6068e147bbc4a4345623bed4a9b623498ed8ec5d4595d7226e155b2e89e0280aa68eba69bfb4ba508a5acd10
7
+ data.tar.gz: a59c0cf73591e0132c10224724a910a4e90b125753affd9ebdf06141d6494fb1f6f756239fd263d133d0c44af638bdb9af9430274b32d274312b40049f829dd7
@@ -9,7 +9,7 @@
9
9
  {% feed_meta %}
10
10
 
11
11
  <link rel="stylesheet" href="{{ site.baseurl }}/assets/css/screen.css">
12
- <link rel="icon" type="image/png" href="{{ site.baseurl }}/favicon.png">
12
+ <link rel="icon" type="image/png" href="{{ site.baseurl }}/assets/images/favicon.png">
13
13
 
14
14
  {% if jekyll.environment == 'production' and site.google_analytics_key != '' %}
15
15
  <script>
@@ -44,7 +44,7 @@
44
44
  </ul>
45
45
  {% endfor %}
46
46
  </div>
47
- <p class="copyright">&copy; {{ site.time | date: '%Y' }} MyApp Ltd. • <a href="#">Terms</a> &amp; <a href="#">Privacy</a> • <a href="https://cloudcannon.com/">Template by CloudCannon</a></p>
47
+ <p class="copyright">&copy; {{ site.time | date: '%Y' }} {{ site.copyright }} • <a href="#">Terms</a> &amp; <a href="#">Privacy</a> • <a href="https://cloudcannon.com/">Template by CloudCannon</a></p>
48
48
  </div>
49
49
  </footer>
50
50
  <script>
@@ -1,5 +1,5 @@
1
1
  html {
2
- background: #2b2b40;
2
+ background: $background-color;
3
3
  }
4
4
 
5
5
  html, body {
@@ -70,7 +70,7 @@ footer {
70
70
  padding: 50px 0 50px 0;
71
71
  font-size: 1.1em;
72
72
  position: relative;
73
- background: #2b2b40;
73
+ background: $background-color;
74
74
  color: #fff;
75
75
 
76
76
  .copyright {
@@ -1,6 +1,7 @@
1
1
  $brand-color: #4182e4;
2
2
  $secondary-brand-color: #4182e4;
3
3
  $middle-gradient-color: mix($brand-color, $secondary-brand-color, 95%);
4
+ $background-color: #2b2b40;
4
5
 
5
6
  // Breakpoints
6
7
  $tablet: "(min-width: 450px)";
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-hydra
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.1.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Mike Neumegen, CloudCannon Ltd
@@ -85,6 +85,7 @@ files:
85
85
  - _sass/staff.scss
86
86
  - _sass/variables.scss
87
87
  - assets/css/screen.scss
88
+ - assets/images/favicon.png
88
89
  - assets/images/logo.svg
89
90
  homepage: https://github.com/CloudCannon/hydra-jekyll-template
90
91
  licenses: