winterslow 0.1.5 → 0.1.6

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: f68c430b1d54ff71030bd9836c3ac64edd7be237
4
- data.tar.gz: b99d58d21b37c70e20cb75821222c42f13e0e809
3
+ metadata.gz: b58fcae16820f21c7649bd67f444339427694e08
4
+ data.tar.gz: 22e5b097d4dd8de9203a080c5e2e80aac20e6a1d
5
5
  SHA512:
6
- metadata.gz: 5cb0d022f57b11790d1fc1bd7e73cd0bec8dfd9fbad8559e422ffb06d2271455bb19e7d0efd8c62ee055b7a412df74dba65c79b3a4dd0652cc0c8ec5da130483
7
- data.tar.gz: b9ac5c0fae8f72dbbef59aec0480fca72dc2229cc212de2328b07bf384955a4e03eb44f1c120ad0ee0e4d84cd6a64339c2cd871fd31624e3d8753a21872f238f
6
+ metadata.gz: 5437e4ad63856f2f5ee4ac3e4092a586e75b141b599638cdbde5bf2f7ec10943bb68722547201b450fb1eac9c89a72b9a983afc7c3a35170e5ed71e44fac3edd
7
+ data.tar.gz: df2067761df12caf7c5eacf18290e4a4b9fe8b5389ab8d72c1e6b125532da62e62d24185c46abf6cb1f4fc62043d70d7d3f4cbe024197ed736f591e2d0466a90
@@ -1 +1,7 @@
1
- {{ content }}
1
+ !DOCTYPE html>
2
+
3
+ <html>
4
+ <body>
5
+ {{ content }}
6
+ </body>
7
+ </html>
File without changes
@@ -1 +1,9 @@
1
- /* some css */
1
+ $content-font-family: 'Radley', serif !default;
2
+ $content-font-size: 18px !default;
3
+ $content-font-weight: 400 !default;
4
+ $content-font-color: #111 !default;
5
+
6
+ body{
7
+ font: $content-font-family;
8
+ color: $content-$font-color;
9
+ }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: winterslow
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.5
4
+ version: 0.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
@@ -61,11 +61,8 @@ 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
68
64
  - _layouts/default.html
65
+ - _layouts/home.html
69
66
  - _layouts/page.html
70
67
  - _layouts/post.html
71
68
  - _sass/winterslow.scss
@@ -1 +0,0 @@
1
- {{ content }}
data/_includes/page.html DELETED
@@ -1,5 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- {{ content }}
data/_includes/post.html DELETED
@@ -1,5 +0,0 @@
1
- ---
2
- layout: default
3
- ---
4
-
5
- {{ content }}