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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: a40ef9796d5a2b4a02e2f5f60e492cf091537508
4
- data.tar.gz: 4039fc5a4ecb4b9367ffe9c3773f9433ac0ca3d9
3
+ metadata.gz: f68c430b1d54ff71030bd9836c3ac64edd7be237
4
+ data.tar.gz: b99d58d21b37c70e20cb75821222c42f13e0e809
5
5
  SHA512:
6
- metadata.gz: 7ff6df54066c9dc3ebb2484af68080c4c47c7f1c8880cc9a4fcc7649402bf103c35e0723ca9600550199698bacc183390e9337287ad88ea25588bac86bf88b43
7
- data.tar.gz: d4c3d2ec35d8d7433a0e1b7a1becbe71c7e85578cfbd03686ffceb29da9fa6337027e662900859a1284fcaca3cf3f530928d88e8f10b91da1fd74cf24236c45d
6
+ metadata.gz: 5cb0d022f57b11790d1fc1bd7e73cd0bec8dfd9fbad8559e422ffb06d2271455bb19e7d0efd8c62ee055b7a412df74dba65c79b3a4dd0652cc0c8ec5da130483
7
+ data.tar.gz: b9ac5c0fae8f72dbbef59aec0480fca72dc2229cc212de2328b07bf384955a4e03eb44f1c120ad0ee0e4d84cd6a64339c2cd871fd31624e3d8753a21872f238f
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # winterslow
2
2
 
3
- A bodacious Jekyll theme. I am building this theme from scratch and will publish updates to RubyGems whenever there is an update.
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 }}
@@ -1,6 +1,5 @@
1
1
  ---
2
2
  layout: default
3
3
  ---
4
-
5
- {{ content }}
6
4
 
5
+ {{ content }}
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
@@ -0,0 +1,5 @@
1
+ ---
2
+ layout: default
3
+ ---
4
+
5
+ {{ content }}
@@ -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
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-24 00:00:00.000000000 Z
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
- homepage: http://github.com/newberrysummer/winterslow
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 Jekyl theme
95
+ summary: A bodacious Jekyll theme
92
96
  test_files: []