sparrow-theme 0.1.13 → 0.1.14

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: c5ad4a094139d138e4621cc4cdad27522d7776cf
4
- data.tar.gz: 00fdd052ca2357ff96a4e4d9d7e4afb4ccbd9f28
3
+ metadata.gz: 37ff74113810996c5750c7aa587f3a68106eccee
4
+ data.tar.gz: 504ccc16b6ca54e0079c355c54af240ad374a156
5
5
  SHA512:
6
- metadata.gz: 00178a08127d00c0c75b8325fd658c9d1f4d5a50ab1d5b1ce65ac72b6ccfc2bd620a0d051d3da70d4eff54175ce4f2d396c3e77c9c6c9d39de605a107fb7f7f2
7
- data.tar.gz: 1d922ee2d6ff5fba6e0f697b6af5aa2ae42cbef6e3a3114946af4de22b72c8ab7bde70731e1b56e231b7ca7cb1356542fd928bc1ea1e0fd250df187799692d67
6
+ metadata.gz: 9d494eb1dc11e4031ebcc448c62d3a5d9a15985c4f13bcfdabf10f7e9c0b15ea7b618e525fdfda9691bbd1701076a051afd5563075aecfbfc8d792222cbfdc99
7
+ data.tar.gz: e1b20a488def02782998ecc4fabb1a7e19b8ddb975444fa6ed357d25f047a7f26e68b133f22869fcaa847828b19defbbc003de7626066a94d30610801e2beec5
data/README.md CHANGED
@@ -1,4 +1,6 @@
1
- # sparrow-theme
1
+ ![Theme screenshot](/screenshot.png)
2
+
3
+ # Smart Sparrow Jekyll Theme
2
4
 
3
5
  Welcome to your new Jekyll theme! In this directory, you'll find the files you need to be able to package up your theme into a gem. Put your layouts in `_layouts`, your includes in `_includes` and your sass in `_sass`. To experiment with this code, add some sample content and run `bundle exec jekyll serve` – this directory is setup just like a Jekyll site!
4
6
 
@@ -22,10 +24,6 @@ And then execute:
22
24
 
23
25
  $ bundle
24
26
 
25
- Or install it yourself as:
26
-
27
- $ gem install sparrow-theme
28
-
29
27
  ## Usage
30
28
 
31
29
  TODO: Write usage instructions here. Describe your available layouts, includes, and/or sass.
@@ -45,4 +43,3 @@ When your theme is released, only the files in `_layouts`, `_includes`, and `_sa
45
43
  ## License
46
44
 
47
45
  The theme is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).
48
-
@@ -14,7 +14,7 @@
14
14
  </button>
15
15
  <ul class="header__navList">
16
16
  {% for link in site.nav-links %}
17
- <li class="header__navItem"><a href="{{ link.url }}" class="header__navLink {% if page.url == {{ link.url }} %}header__navLink--active{% endif %}">{{ link.title }}</a></li>
17
+ <li class="header__navItem"><a href="{{ link.url }}" class="header__navLink {% if page.url == link.url %}header__navLink--active{% endif %}">{{ link.title }}</a></li>
18
18
  {% endfor %}
19
19
  </ul>
20
20
  </nav>
@@ -7,6 +7,7 @@
7
7
  align-items: center;
8
8
  justify-content: center;
9
9
  background-size: cover;
10
+ background-position: center;
10
11
  height: 100vh;
11
12
 
12
13
  &:before {
@@ -66,7 +66,7 @@
66
66
 
67
67
  &:before {
68
68
  content: '';
69
- background: url('/assets/icon-check-white.svg');
69
+ background: url('/assets/img/icon-check-white.svg');
70
70
  background-size: 100%;
71
71
  width: 18px;
72
72
  height: 18px;
@@ -0,0 +1,3 @@
1
+ <svg fill="#ffffff" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M9 16.17L4.83 12l-1.42 1.41L9 19 21 7l-1.41-1.41z"/>
3
+ </svg>
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: sparrow-theme
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.13
4
+ version: 0.1.14
5
5
  platform: ruby
6
6
  authors:
7
7
  - Hamish Williams
@@ -83,9 +83,6 @@ files:
83
83
  - _includes/modules/modal.html
84
84
  - _includes/modules/navSearch.html
85
85
  - _includes/modules/spinner.html
86
- - _includes/svg/icon-back.svg
87
- - _includes/svg/icon-chevron-left.svg
88
- - _includes/svg/icon-chevron-right.svg
89
86
  - _includes/svg/icon-close.svg
90
87
  - _includes/svg/icon-search.svg
91
88
  - _includes/svg/logo-smartsparrow.svg
@@ -93,7 +90,6 @@ files:
93
90
  - _layouts/compress.html
94
91
  - _layouts/default.html
95
92
  - _layouts/page.html
96
- - _layouts/post.html
97
93
  - _sass/sparrow-theme/base/_base.scss
98
94
  - _sass/sparrow-theme/base/_mixins.scss
99
95
  - _sass/sparrow-theme/base/_variables.scss
@@ -117,9 +113,10 @@ files:
117
113
  - assets/css/main.scss
118
114
  - assets/img/404.gif
119
115
  - assets/img/favicon.png
116
+ - assets/img/icon-check-white.svg
120
117
  - assets/img/touch.png
121
118
  - assets/js/scripts.js
122
- homepage: http://www.smartsparrow.com
119
+ homepage: https://design.smartsparrow.com
123
120
  licenses:
124
121
  - MIT
125
122
  metadata: {}
@@ -1,3 +0,0 @@
1
- <svg class="{{ include.class }}" fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M20 11H7.83l5.59-5.59L12 4l-8 8 8 8 1.41-1.41L7.83 13H20v-2z"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="13" height="22" viewBox="0 0 13 22">
2
- <path fill="none" stroke="#FFF" stroke-width="2" d="M11.87 1.047L1.786 11.13 11.87 21.214"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="13" height="22" viewBox="0 0 13 22">
2
- <path fill="none" stroke="#FFF" stroke-width="2" d="M1.13 1.048L11.215 11.13 1.13 21.215"/>
3
- </svg>
data/_layouts/post.html DELETED
@@ -1,5 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- {{ content }}