jekyll-theme-bean 1.0.5.pre.1 → 1.0.6

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: 720e3601124903e5ac7482829375c959122d9741c1cf193574171a72e151355f
4
- data.tar.gz: d0595f15f48bcd2c88e40684efa01bf9282e690f1b002ac002cef42090165fea
3
+ metadata.gz: 02caf37af6c1aea504ec4dc33a9d3e0ec395da99f7aaa38bbe38a77798a7131e
4
+ data.tar.gz: 41507e1b473ea6b37d5f0c6d4b22a97fbc31cde0191e880f8eab1588e68cac86
5
5
  SHA512:
6
- metadata.gz: 53e175fd158cac45655a76d3f9b09e35c15e0b26a479c19872d0234bd330646bacd9a829fe58479b4dd62ce76ae3e81bdd53aeb1bf2a30f85c93aa69efbe7f21
7
- data.tar.gz: 07d303bfb8f1fa88d29650d2b6c4bbac208dc036cb956ae48bae998df3f4aa910cc86424de46ad1f6933a5b9263b85e180638fbe6a74b9cec98ead758f46ba2c
6
+ metadata.gz: 7bd3100a69474eb101ef2bed807aec9ddd7388e6e52587df8f3f75ff45d122deb553621a1572f3014da4095ecc566806315824c99bd2895827f5f2233483e953
7
+ data.tar.gz: 4e562747aad0dfcdc5e48dd14820b5bd103b885a8a6b08ff64c67cae56bc2805b9d0d8f034f22598b2670087edf4f023b77ea794681a2a748d3574c47a1663f7
data/_config.yml CHANGED
@@ -12,7 +12,7 @@ baseurl: "/bean"
12
12
 
13
13
  # Theme Settings
14
14
  bean:
15
- show_excerpts: true
15
+ # show_excerpts: true
16
16
  copyright_notice: >-
17
17
  Site built using [Bean](https://github.com/esporo/bean)
18
18
  date_formats:
@@ -7,7 +7,7 @@
7
7
  font-display: swap;
8
8
  font-style: normal;
9
9
  font-weight: 400;
10
- src: url("/assets/fonts/plex-sans-400.woff2") format("woff2");
10
+ src: url("../fonts/plex-sans-400.woff2") format("woff2");
11
11
  }
12
12
 
13
13
  @font-face {
@@ -15,7 +15,7 @@
15
15
  font-display: swap;
16
16
  font-style: italic;
17
17
  font-weight: 400;
18
- src: url("/assets/fonts/plex-sans-400i.woff2") format("woff2");
18
+ src: url("../fonts/plex-sans-400i.woff2") format("woff2");
19
19
  }
20
20
 
21
21
  @font-face {
@@ -23,7 +23,7 @@
23
23
  font-display: swap;
24
24
  font-style: normal;
25
25
  font-weight: 700;
26
- src: url("/assets/fonts/plex-sans-700.woff2") format("woff2");
26
+ src: url("../fonts/plex-sans-700.woff2") format("woff2");
27
27
  }
28
28
 
29
29
  @font-face {
@@ -31,7 +31,7 @@
31
31
  font-display: swap;
32
32
  font-style: italic;
33
33
  font-weight: 700;
34
- src: url("/assets/fonts/plex-sans-700i.woff2") format("woff2");
34
+ src: url("../fonts/plex-sans-700i.woff2") format("woff2");
35
35
  }
36
36
 
37
37
  /*
@@ -43,7 +43,7 @@
43
43
  font-display: swap;
44
44
  font-style: normal;
45
45
  font-weight: 400;
46
- src: url("/assets/fonts/plex-mono-400.woff2") format("woff2");
46
+ src: url("../fonts/plex-mono-400.woff2") format("woff2");
47
47
  }
48
48
 
49
49
  @font-face {
@@ -51,7 +51,7 @@
51
51
  font-display: swap;
52
52
  font-style: italic;
53
53
  font-weight: 400;
54
- src: url("/assets/fonts/plex-mono-400i.woff2") format("woff2");
54
+ src: url("../fonts/plex-mono-400i.woff2") format("woff2");
55
55
  }
56
56
 
57
57
  @font-face {
@@ -59,7 +59,7 @@
59
59
  font-display: swap;
60
60
  font-style: normal;
61
61
  font-weight: 700;
62
- src: url("/assets/fonts/plex-mono-700.woff2") format("woff2");
62
+ src: url("../fonts/plex-mono-700.woff2") format("woff2");
63
63
  }
64
64
 
65
65
  @font-face {
@@ -67,5 +67,5 @@
67
67
  font-display: swap;
68
68
  font-style: italic;
69
69
  font-weight: 700;
70
- src: url("/assets/fonts/plex-mono-700i.woff2") format("woff2");
70
+ src: url("../fonts/plex-mono-700i.woff2") format("woff2");
71
71
  }
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-theme-bean
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.5.pre.1
4
+ version: 1.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Arthur Freitas