winterslow 0.1.4 → 0.1.5
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 +2 -2
- data/_includes/default.html +1 -0
- data/{_layouts → _includes}/home.html +1 -2
- data/_includes/page.html +5 -0
- data/_includes/post.html +5 -0
- data/_sass/winterslow.scss +1 -0
- metadata +9 -5
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: f68c430b1d54ff71030bd9836c3ac64edd7be237
|
|
4
|
+
data.tar.gz: b99d58d21b37c70e20cb75821222c42f13e0e809
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 5cb0d022f57b11790d1fc1bd7e73cd0bec8dfd9fbad8559e422ffb06d2271455bb19e7d0efd8c62ee055b7a412df74dba65c79b3a4dd0652cc0c8ec5da130483
|
|
7
|
+
data.tar.gz: b9ac5c0fae8f72dbbef59aec0480fca72dc2229cc212de2328b07bf384955a4e03eb44f1c120ad0ee0e4d84cd6a64339c2cd871fd31624e3d8753a21872f238f
|
data/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# winterslow
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
Welcome to the winsterslow theme. This is version 0.1.5.
|
|
4
4
|
|
|
5
5
|
## Installation
|
|
6
6
|
|
|
@@ -26,7 +26,6 @@ Or install it yourself as:
|
|
|
26
26
|
|
|
27
27
|
## Usage
|
|
28
28
|
|
|
29
|
-
This theme is being built from scratch. Updates will be published to RubyGems as available
|
|
30
29
|
|
|
31
30
|
## Contributing
|
|
32
31
|
|
|
@@ -44,3 +43,4 @@ When your theme is released, only the files in `_layouts`, `_includes`, and `_sa
|
|
|
44
43
|
|
|
45
44
|
The theme is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).
|
|
46
45
|
|
|
46
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{{ content }}
|
data/_includes/page.html
ADDED
data/_includes/post.html
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
/* some css */
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: winterslow
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.1.
|
|
4
|
+
version: 0.1.5
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- ''
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2017-03-
|
|
11
|
+
date: 2017-03-25 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: jekyll
|
|
@@ -61,11 +61,15 @@ extra_rdoc_files: []
|
|
|
61
61
|
files:
|
|
62
62
|
- LICENSE.txt
|
|
63
63
|
- README.md
|
|
64
|
+
- _includes/default.html
|
|
65
|
+
- _includes/home.html
|
|
66
|
+
- _includes/page.html
|
|
67
|
+
- _includes/post.html
|
|
64
68
|
- _layouts/default.html
|
|
65
|
-
- _layouts/home.html
|
|
66
69
|
- _layouts/page.html
|
|
67
70
|
- _layouts/post.html
|
|
68
|
-
|
|
71
|
+
- _sass/winterslow.scss
|
|
72
|
+
homepage: https://github.com/newberrysummer/winterslow
|
|
69
73
|
licenses:
|
|
70
74
|
- MIT
|
|
71
75
|
metadata: {}
|
|
@@ -88,5 +92,5 @@ rubyforge_project:
|
|
|
88
92
|
rubygems_version: 2.6.8
|
|
89
93
|
signing_key:
|
|
90
94
|
specification_version: 4
|
|
91
|
-
summary: A bodacious
|
|
95
|
+
summary: A bodacious Jekyll theme
|
|
92
96
|
test_files: []
|