winterslow 0.1.14 → 0.1.15

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: 0f0208f07611743990951c2c1dba9a722a65fb68
4
- data.tar.gz: 962a4eaac3630aef9d89c64614616ad4dd0a88a7
3
+ metadata.gz: 7fcc78eb923fc2afad81a7bf821dcfa4c82d2f0c
4
+ data.tar.gz: af3e96f96c3d08ca3106ef9462b78eb8df03b252
5
5
  SHA512:
6
- metadata.gz: d9999eaa09f02187f27e05917d7e13a316ff2be0f42fec4cd6c2ffe4cf497a0ea11c6aba7df081f2b426d85403d615340e6989a0f262c8d81d80c077c5c2a618
7
- data.tar.gz: 55c58d006e4ae545a55b779790aff70f5c323ba4a69f912f081d6d030710950a65bd0350c2a5d7c1990090e4d0f49ef2e396b21a44aa57e2c6f2c3f6ea5aca42
6
+ metadata.gz: 90f46f3db8cca882a95f317478ecf881b3a73834312db745bcf0446bd3b896e9eb4c1e583ed0a891392a05fd441dcba2bb5b0d749feece2d96a72deaf3e8fbfd
7
+ data.tar.gz: 90b5cc58a4485aa8721674cf42d42bf8e1996d493a6fe3264c272e47b5715d791e2d4e57aa521775e96e60d2432af29be4e9b77918d8fddbb8505527ef093395
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # winterslow
2
2
 
3
- Welcome to the winsterslow theme. This is version 0.1.5.
3
+ Welcome to winterslow.
4
4
 
5
5
  ## Installation
6
6
 
@@ -0,0 +1,15 @@
1
+ /* base.scss -------------------- */
2
+ /* bill slattery - March 26, 2017 */
3
+ /* ------------------------------ */
4
+
5
+ body, h1, h2, h3, h4, h5, h6, p, blockquote, pre, hr, dl, dd, ol, ul, figure {
6
+ margin: 0;
7
+ padding: 0;
8
+ }
9
+
10
+
11
+ body{
12
+ font: $content-font-family $content-font-weight $content-font-size;
13
+ color: $content-font-color;
14
+ }
15
+
@@ -0,0 +1,5 @@
1
+ /*header*/
2
+
3
+ /* body */
4
+
5
+ /* footer */
@@ -1,9 +1,11 @@
1
- $content-font-family: 'Fredoka One', serif !default;
1
+ $content-font-family: 'Radley', serif !default;
2
2
  $content-font-size: 18px !default;
3
3
  $content-font-weight: 400 !default;
4
4
  $content-font-color: #111 !default;
5
5
 
6
- body{
7
- font: $content-font-family;
8
- color: $content-$font-color;
9
- }
6
+ // import partials
7
+
8
+ @import
9
+ "winterslow/base",
10
+ "winterslow/layout"
11
+ ;
data/assets/main.scss ADDED
@@ -0,0 +1,14 @@
1
+ ---
2
+ # some front matter
3
+ ---
4
+
5
+ @charset "utf-8"
6
+
7
+ // variables
8
+ $content-font-family: "Radley", serif;
9
+ $content-font-size: 18px;
10
+ $content-font-weight: 400;
11
+ $content-font-color: #111111;
12
+
13
+ // import partials
14
+ @import "winterslow";
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.14
4
+ version: 0.1.15
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-03-25 00:00:00.000000000 Z
11
+ date: 2017-03-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -66,6 +66,9 @@ files:
66
66
  - _layouts/page.html
67
67
  - _layouts/post.html
68
68
  - _sass/winterslow.scss
69
+ - _sass/winterslow/_base.scss
70
+ - _sass/winterslow/_layout.scss
71
+ - assets/main.scss
69
72
  homepage: https://github.com/newberrysummer/winterslow
70
73
  licenses:
71
74
  - MIT