fortyone-jekyll-theme 1.0.2 → 1.0.3

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: 13880cf373d2a80d185303e68d62ac1de20f9a3f
4
- data.tar.gz: cd2fe4dca33f7cc7c136968c4081900b987bcfcb
3
+ metadata.gz: c4906c97e761372a406b78416285346ba1341ab1
4
+ data.tar.gz: d8e05393d6c50df0d854029e009b3a70520e91d0
5
5
  SHA512:
6
- metadata.gz: cab1a1ab45ac10ca79eb2d4482915806831ebb8ed3167d38a449ca81d61ee1d0222fd32ee1512ebfaa5761071a91d4eb46ac00bd139cee88d54d2dc7ac422270
7
- data.tar.gz: acc193857fe9042002fbb26c85a5cbc87c628917921f4ed29ab47a278c46644b2e3daed0576799e0d0fba437b6c81627ef770f8d3fb33d046b85937cbd8a7b1b
6
+ metadata.gz: 5900149e66a932d5c95c34b8efaa941f8010aef98b41268e15a8742a609d80e66a2eb243d3f7083c27861c53f02aa50f3c5fa6743ed56d7f02a93535ac0e8d44
7
+ data.tar.gz: 974e793df378a9224023d1f86b33ac3b5e47b7ad40afd31ee684e77eed98687e031c41c6adea67e899fa114a57d382e7f8e4ce5e93af41224a4e7b0a252e9d5b
@@ -87,7 +87,7 @@
87
87
  <ul class="copyright">
88
88
  <li>&copy; {{ site.title }} {{ site.subtitle }}</li>
89
89
  <li>Design: <a href="https://html5up.net" target="_blank">HTML5 UP</a></li>
90
- <li>Jekyll integration: <a href="http://andrewbanchi.ch" target="_blank">Andrew Banchich</a></li>
90
+ <li>Jekyll integration: <a href="http://andrewbanchi.ch" target="_blank">Andrew Banchich</a>, <a href="http://agusti.cat" target="_blank">Agustí B.R.</a></li>
91
91
 
92
92
  </ul>
93
93
  </div>
@@ -14,5 +14,5 @@
14
14
  </a>
15
15
  </div>
16
16
  {% endif %}
17
- </div>
17
+ </nav>
18
18
  {% endif %}
@@ -37,7 +37,7 @@
37
37
  <section id="two">
38
38
  <div class="inner">
39
39
  <header class="major">
40
- <h2>Massa libero</h2>
40
+ <h2>{{ page.title }}</h2>
41
41
  </header>
42
42
  <p>{{ content }}</p>
43
43
  <ul class="actions">
@@ -1,14 +1,14 @@
1
1
  // Misc.
2
2
  $misc: (
3
3
  z-index-base: 10000
4
- );
4
+ ) !default;
5
5
 
6
6
  // Duration.
7
7
  $duration: (
8
8
  menu: 0.35s,
9
9
  transition: 0.2s,
10
10
  banner: 2.5s
11
- );
11
+ ) !default;
12
12
 
13
13
  // Size.
14
14
  $size: (
@@ -16,7 +16,7 @@
16
16
  element-height: 2.75em,
17
17
  element-margin: 2em,
18
18
  inner: 65em
19
- );
19
+ ) !default;
20
20
 
21
21
  // Font.
22
22
  $font: (
@@ -26,8 +26,10 @@
26
26
  weight-bold: 600,
27
27
  letter-spacing: 0.025em,
28
28
  letter-spacing-alt: 0.25em
29
- );
30
-
29
+ ) !default;
30
+
31
+ $font-family-url: "https://fonts.googleapis.com/css?family=Muli" !default;
32
+
31
33
  // Palette.
32
34
  $palette: (
33
35
  bg: #242943,
@@ -44,4 +46,4 @@
44
46
  accent4: #e7b788,
45
47
  accent5: #8ea9e8,
46
48
  accent6: #87c5a4
47
- );
49
+ ) !default;
@@ -3,7 +3,7 @@
3
3
  @import 'libs/mixins';
4
4
  @import 'libs/skel';
5
5
  @import 'font-awesome.min.css';
6
- @import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,600,600italic');
6
+ @import url($font-family-url);
7
7
 
8
8
  /*
9
9
  Forty by HTML5 UP
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: fortyone-jekyll-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.2
4
+ version: 1.0.3
5
5
  platform: ruby
6
6
  authors:
7
7
  - Andrew Banchich