jekyll-theme-simpleton 0.7.0 → 0.8.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/_config.yml +2 -9
- data/_sass/vendor/_normalize.scss +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 2728932b3c5e7724ca94ae4d900c0d135c866ac5923006375c639dd575daab32
|
4
|
+
data.tar.gz: 24ce14ebf600bfe7f8af4bfb8a77e379e30638ade84be066c632d717b04fe387
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: cdee7ce5bf3967c3a28224b52749a0de0e0fd2ec6f23bef25c1415cc34ac61b9e613f0822e424e06471148bc1fb7973b97735dafd891017acc0a1c6cde02ee06
|
7
|
+
data.tar.gz: 3be2ab0883ceaf4b7953ff143bd777c489c8aca0f6a17020e12f2c82a8b47fd6a0fcfb08dccfb895181d5e5a9b40a574825447b5af50910fa64d2382d0f47d37
|
data/_config.yml
CHANGED
@@ -8,14 +8,12 @@ plugins:
|
|
8
8
|
date_format: "%F"
|
9
9
|
|
10
10
|
defaults:
|
11
|
-
-
|
12
|
-
scope:
|
11
|
+
- scope:
|
13
12
|
path: ""
|
14
13
|
type: "posts"
|
15
14
|
values:
|
16
15
|
layout: "post"
|
17
|
-
-
|
18
|
-
scope:
|
16
|
+
- scope:
|
19
17
|
path: ""
|
20
18
|
type: "pages"
|
21
19
|
values:
|
@@ -36,21 +34,16 @@ exclude:
|
|
36
34
|
- yarn.lock
|
37
35
|
- pkg/
|
38
36
|
|
39
|
-
|
40
37
|
# Build Command Options
|
41
38
|
## Liquid Profiler
|
42
39
|
### Generate a Liquid rendering profile to help you identify performance
|
43
40
|
### bottlenecks.
|
44
41
|
profile: true
|
45
42
|
|
46
|
-
|
47
43
|
## Strict Front Matter
|
48
44
|
### Cause a build to fail if there is a YAML syntax error in a page's front
|
49
45
|
### matter.
|
50
46
|
strict_front_matter: true
|
51
47
|
|
52
|
-
|
53
48
|
sass:
|
54
49
|
style: compressed
|
55
|
-
load_paths:
|
56
|
-
- node_modules
|
@@ -1 +1 @@
|
|
1
|
-
@import "normalize.css/normalize"
|
1
|
+
@import "../../node_modules/normalize.css/normalize"
|