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 +4 -4
- data/README.md +3 -6
- data/_includes/layout/header.html +1 -1
- data/_sass/sparrow-theme/layout/_404.scss +1 -0
- data/_sass/sparrow-theme/modules/_copyInput.scss +1 -1
- data/assets/img/icon-check-white.svg +3 -0
- metadata +3 -6
- data/_includes/svg/icon-back.svg +0 -3
- data/_includes/svg/icon-chevron-left.svg +0 -3
- data/_includes/svg/icon-chevron-right.svg +0 -3
- data/_layouts/post.html +0 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 37ff74113810996c5750c7aa587f3a68106eccee
|
|
4
|
+
data.tar.gz: 504ccc16b6ca54e0079c355c54af240ad374a156
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 9d494eb1dc11e4031ebcc448c62d3a5d9a15985c4f13bcfdabf10f7e9c0b15ea7b618e525fdfda9691bbd1701076a051afd5563075aecfbfc8d792222cbfdc99
|
|
7
|
+
data.tar.gz: e1b20a488def02782998ecc4fabb1a7e19b8ddb975444fa6ed357d25f047a7f26e68b133f22869fcaa847828b19defbbc003de7626066a94d30610801e2beec5
|
data/README.md
CHANGED
|
@@ -1,4 +1,6 @@
|
|
|
1
|
-
|
|
1
|
+

|
|
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 ==
|
|
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>
|
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.
|
|
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:
|
|
119
|
+
homepage: https://design.smartsparrow.com
|
|
123
120
|
licenses:
|
|
124
121
|
- MIT
|
|
125
122
|
metadata: {}
|
data/_includes/svg/icon-back.svg
DELETED