jekyll-theme-simpleton 0.7.0 → 0.8.0

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
  SHA256:
3
- metadata.gz: ae1766c004c524115987283638ceb67df12e2f1094f5f6de657270661dfa71ef
4
- data.tar.gz: b47afc6ea1d6ae16827f8316c1a4e02ec0f4d8ca87a8ea5850cf8379d82aece6
3
+ metadata.gz: 2728932b3c5e7724ca94ae4d900c0d135c866ac5923006375c639dd575daab32
4
+ data.tar.gz: 24ce14ebf600bfe7f8af4bfb8a77e379e30638ade84be066c632d717b04fe387
5
5
  SHA512:
6
- metadata.gz: 6b4fbd8515f600be567b12783636855fa7579cb7c5d7c88cb88fbf76605675a63e084a8ac9a159a2e925d5ffdc596a2bb8bdb560b8cd87c790e18103988ad292
7
- data.tar.gz: 608bd01a417d644bff11a8340712d0708afdd4f4f66fd35b2dfae7857d3d475aaae8dee2756d58990ba2d12788ba1875b203ff0b8e00df070be1af951c0e766d
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"
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-simpleton
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.0
4
+ version: 0.8.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Anatoli Wagner