winterslow 0.1.52 → 0.1.53

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: 1f6a12e5aee6a9572da871dff062937cb9591462
4
- data.tar.gz: 0c542e2c8f3f40f928a0822c7bdc2acce4aa17bf
3
+ metadata.gz: bf7af0f266b5b212c82e694adbe7847e8044cf30
4
+ data.tar.gz: 652bb79b9c282d5cdcbb68f5a1473f6351bbee5e
5
5
  SHA512:
6
- metadata.gz: d09f659ead774b4e0f6c479323c6306ab1268e1e4bf58f19ba3c589191b793ccd4e75e4b83293b869d5a8a169597fdfe8ab7ed745532b8bf8ac828cf9f5a86c0
7
- data.tar.gz: b2bf81a4e049b3fb51e76a299391c2ec4234123228e1e7804de61a27680913a21e3fbf491399fa5f8e0014114fb76aa3373c4abf39186bf23ebdbdd241dc644d
6
+ metadata.gz: a5873a900694633ae45e301737e7714a0227f29f3633050794a9dcbb234cfa4a582a8ed0b9885e687dd3a39a57941e06e481df411ff122c7dc1157401772a243
7
+ data.tar.gz: 6057ac6ef7039f9e282bb389bd3e72cd3eb58762d47b4f35d06f36e0d3c47d6ce74597810c02c43c2613332d4e59dc0edc71663bc943fccf2a1339b38c2c137b
@@ -0,0 +1,13 @@
1
+ // header
2
+ .site-title {
3
+ font-family: $title-font;
4
+ color: $orange-color;
5
+ font-size: 25px;
6
+ text-transform: upper;
7
+ }
8
+
9
+ // body
10
+ body {
11
+ background-color: $background-color;
12
+ color: $grey-color-light;
13
+ }
data/assets/main.scss CHANGED
@@ -1,18 +1,12 @@
1
1
  ---
2
- # some front matter
3
2
  ---
4
3
 
5
- $body-background-color: #21263a;
6
- $header-site-title-color:#ff6600;
4
+ // variables
5
+ $background-color: #21263a;
6
+ $orange-color: #ff6600;
7
+ $grey-color-light: #efefef;
7
8
 
8
- body {
9
- background-color: $body-background-color;
10
- }
9
+ $title-font: 'Fredoka One', cursive;
11
10
 
12
- .site-title {
13
- font-family: 'Fredoka One', cursive;
14
- color: $header-site-title-color;
15
- font-size: 25px;
16
- text-transform: upper;
17
- padding-top: 50px;
18
- }
11
+ // Import partials from the `minima` theme.
12
+ @import "winterslow";
@@ -0,0 +1,18 @@
1
+ ---
2
+ # some front matter
3
+ ---
4
+
5
+ $body-background-color: #21263a;
6
+ $header-site-title-color:#ff6600;
7
+
8
+ body {
9
+ background-color: $body-background-color;
10
+ }
11
+
12
+ .site-title {
13
+ font-family: 'Fredoka One', cursive;
14
+ color: $header-site-title-color;
15
+ font-size: 25px;
16
+ text-transform: upper;
17
+ padding-top: 50px;
18
+ }
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.52
4
+ version: 0.1.53
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
@@ -69,7 +69,9 @@ files:
69
69
  - _layouts/home.html
70
70
  - _layouts/page.html
71
71
  - _layouts/post.html
72
+ - _sass/winterslow.scss
72
73
  - assets/main.scss
74
+ - assets/main.scss.bak
73
75
  homepage: https://github.com/newberrysummer/winterslow
74
76
  licenses:
75
77
  - MIT