jekyll-whiteglass 1.2.0 → 1.2.1

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.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/CHANGELOG.md +4 -0
  3. data/_sass/whiteglass.scss +16 -16
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 7af47d9b9c42df0c005fa9c2cda893e7f160aae8
4
- data.tar.gz: e7cd10d445e86585778258fb286b546ad5bc7abf
3
+ metadata.gz: 574568cc478d28f43a6b73894f3624259a0448bd
4
+ data.tar.gz: 23246103ffd51f18ea0133ae532286e15448c1c8
5
5
  SHA512:
6
- metadata.gz: 6699f4a1f165bc8680ecbb06370b3fc089a111d3da55185d5b3ae78d0683af0d8579cb023094db5bbd2cd99868472655004b0d2455b49c4cd59a0f67d0ca6903
7
- data.tar.gz: b429c09bd930a574286c15356eb8a5dccd849cbb39a3494f3b257a95a8acf7cc18d5b5ed898d2ec803f876e3c158d76ad89a5e8b6f56e5511f9490aa48619853
6
+ metadata.gz: 4bfcd5ee423bfb44c6ac4086f538bca8bdf1eae2c27677ff5287bd55c946cefe62e0fdd523f83b23d75e266ff4734816740dab14cc56b9bc2aef84f4a8f7aef2
7
+ data.tar.gz: '0795f69165062d4e55d06250373661fbc7f9968bf53e3c4c6790e21bc5da98b0f228ce5b059d4435215939f962d7131670bb00c208d1d41d8e8a98afe51b5c8d'
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # ChangeLog
2
2
 
3
+ ## 1.2.1 (2017-01-23)
4
+
5
+ - Make theme can be overridden (#2)
6
+
3
7
  ## 1.2.0 (2017-01-16)
4
8
 
5
9
  - Use excerpt for meta tags (#1)
@@ -1,26 +1,26 @@
1
1
  // Define defaults for each variable.
2
- $base-font-family: Bitter, "Apple SD Gothic Neo", AppleGothic, NanumBarunGothic, "Malgun Gothic", Dotum, sans-serif;
3
- $monospace-font-family: Monaco, Menlo, Consolas, "Courier New", DotumChe, monospace;
4
- $base-font-size: 16px;
5
- $base-font-weight: 400;
6
- $small-font-size: $base-font-size * 0.875;
7
- $base-line-height: 1.5;
2
+ $base-font-family: Bitter, "Apple SD Gothic Neo", AppleGothic, NanumBarunGothic, "Malgun Gothic", Dotum, sans-serif !default;
3
+ $monospace-font-family: Monaco, Menlo, Consolas, "Courier New", DotumChe, monospace !default;
4
+ $base-font-size: 16px !default;
5
+ $base-font-weight: 400 !default;
6
+ $small-font-size: $base-font-size * 0.875 !default;
7
+ $base-line-height: 1.5 !default;
8
8
 
9
- $spacing-unit: 30px;
9
+ $spacing-unit: 30px !default;
10
10
 
11
- $text-color: #111;
12
- $background-color: #fdfdfd;
13
- $brand-color: #2568ba;
11
+ $text-color: #111 !default;
12
+ $background-color: #fdfdfd !default;
13
+ $brand-color: #2568ba !default;
14
14
 
15
- $grey-color: #828282;
16
- $grey-color-light: lighten($grey-color, 40%);
17
- $grey-color-dark: darken($grey-color, 25%);
15
+ $grey-color: #828282 !default;
16
+ $grey-color-light: lighten($grey-color, 40%) !default;
17
+ $grey-color-dark: darken($grey-color, 25%) !default;
18
18
 
19
19
  // Width of the content area
20
- $content-width: 800px;
20
+ $content-width: 800px !default;
21
21
 
22
- $on-palm: 600px;
23
- $on-laptop: 800px;
22
+ $on-palm: 600px !default;
23
+ $on-laptop: 800px !default;
24
24
 
25
25
 
26
26
 
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-whiteglass
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.2.0
4
+ version: 1.2.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Chayoung You
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2017-01-16 00:00:00.000000000 Z
11
+ date: 2017-01-23 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll