garth-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: 17fe08f0ec4d7b8b99d78cf4d51099e8c7027a56
4
- data.tar.gz: 3943c9953ec36dc4b445fab1d7b0818dd0e37deb
3
+ metadata.gz: 457ea4a8fc4a529ee6f0d6ab6b5ba95431059d57
4
+ data.tar.gz: c4afa8ebb67d5ee360998a52ba8636bf3d43dd0f
5
5
  SHA512:
6
- metadata.gz: 9f9ac09cbe555bba9878f056d2a772aa0eb13afd176e3314bf2cbe3f5ca8bce0a35559a8db7ebb164eea2f89ff04e9f2d6cf42ebd13607fc729f550a576c62e5
7
- data.tar.gz: 795ce20e7affbf29a5acd5d6a6c4fc7a67ac8baf134c46e19f8b64748f1a9d034072c15f14e25807480304ae6121de9c9aaed25aaed129f0775b0b719b880438
6
+ metadata.gz: a89cb37542dd594bac93b4969632ebca4d93dad013d60baa941330ed803aabfdc547fafbc88a222ab66b57e1991c6e776e039ac9b0b141e8604bd14856cd83d7
7
+ data.tar.gz: 7eb7dbf5dae7cd0d99b36357eb3bc2a6744713538496bb32e0e753d9ed2bf96e25c81cc9bc7ff6d850bdb26b27316f92620c36c5fd92b41391691cede0440a77
data/LICENSE CHANGED
File without changes
data/README.md CHANGED
@@ -48,7 +48,7 @@ When using Garth as a theme means you can take advantage of the file overriding
48
48
 
49
49
  To add your own styles copy the [`styles.scss`](https://github.com/daviddarnes/garth/blob/master/assets/styles.scss) into your own project with the same file path (`assets/styles.scss`). From there you can add your own styles, you can even optionally ignore the theme styles by removing the `@import "garth";` line.
50
50
 
51
- If you're just looking to set your own colours copy the [`_colors.scss`](https://github.com/daviddarnes/garth/blob/master/_sass/_colors.scss) file into your project at the same file path (`_sass/_settings.scss`) and change variables however you wish. The settings are a mixture of custom variables and settings from [Sassline](https://medium.com/@jakegiltsoff/sassline-v2-0-e424b2881e7e) - follow the link to find out how to configure the typographic settings.
51
+ If you're just looking to set your own colours copy the [`_colors.scss`](https://github.com/daviddarnes/garth/blob/master/_sass/_colors.scss) and main theme styles file [`garth.scss`](https://github.com/daviddarnes/garth/blob/master/_sass/garth.scss) into your project at the same file path (`_sass/`) and change variables however you wish. The settings are a mixture of custom variables and settings from [Sassline](https://medium.com/@jakegiltsoff/sassline-v2-0-e424b2881e7e) - follow the link to find out how to configure the typographic settings.
52
52
 
53
53
  ## Site settings
54
54
 
File without changes
File without changes
File without changes
@@ -1,5 +1,5 @@
1
1
  <footer class="footer">
2
- <div class="container">
2
+ <div class="container">
3
3
  <div class="copyright typeset">
4
4
  <small class="small">&copy; {{ site.title }} {{ site.time | date: '%Y' }}</small>
5
5
  </div>
File without changes
File without changes
File without changes
@@ -5,18 +5,20 @@
5
5
  {% if page.collectionpage %}
6
6
  {% assign collectiondata = site.collections | where: "label", page.collectionpage | first %}
7
7
  <title>{{ collectiondata.title }} - {{ site.title }}</title>
8
- {% else %}
8
+ {% elsif page.title %}
9
9
  <title>{{ page.title }} - {{ site.title }}</title>
10
+ {% else %}
11
+ <title>{{ site.title }}</title>
10
12
  {% endif %}
11
13
 
12
14
  <link rel="stylesheet" href="{{ "/assets/styles.css" | relative_url }}">
13
-
15
+
14
16
  {% if site.favicon %}
15
17
  <link rel="shortcut icon" href="{{ site.favicon }}">
16
18
  {% else %}
17
19
  <link rel="shortcut icon" href="{{ site.logo }}">
18
20
  {% endif %}
19
-
21
+
20
22
  </head>
21
23
  <body>
22
24
 
data/_layouts/home.html CHANGED
File without changes
data/_layouts/page.html CHANGED
File without changes
data/_layouts/post.html CHANGED
File without changes
data/_sass/_colors.scss CHANGED
File without changes
data/_sass/_flex.scss CHANGED
File without changes
File without changes
File without changes
data/_sass/_syntax.scss CHANGED
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
data/assets/styles.scss CHANGED
File without changes
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: garth-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
  - David Darnes
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-01-18 00:00:00.000000000 Z
11
+ date: 2019-03-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll