jekyll-statuspage 1.0.6 → 1.1.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.
Files changed (5) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +2 -2
  3. data/_config.yml +1 -2
  4. data/_includes/nav.html +1 -1
  5. metadata +3 -3
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 2f8a7529362f3ee13e60f3e5b6759a6832c1fe7fa9255a937b7b507eeb352d4f
4
- data.tar.gz: e153552c69d8d0b2c38cca535ed549cc4cabcbe34e9447fa054077b2709113e8
3
+ metadata.gz: 93875da4744782be5e75360ba96def9ed429acc784e7c7ef13916dc2e1cb6b0c
4
+ data.tar.gz: 0120a2fd572130b2c3313942f2def830ccd2bdbb98dfcfc3cf892d0e60bb4865
5
5
  SHA512:
6
- metadata.gz: ae3d94f5392f12b71fefd00c257130435702ed5a627d591470a27fa8bfbcc3a3fd76f632db41104f1e40b7551e867440a4b0acd2b28b2b88a2dc8326a572d44f
7
- data.tar.gz: '068a75b52ace7709d82875373a5b9969e155de71de831b48663992b3d4201cb901684f0ceb07442c1363126f9a05a2df1b82ee8d5413a2a67a46a69c6b7a27a6'
6
+ metadata.gz: 5a6267d1d6d092794b4fef45f194abe0f6080dd054ef0d4ff16ed4646862482755253ea876177dfcdee7cd323423bb4bd666991600e1ba7ff22b6167aa76ce5f
7
+ data.tar.gz: f5499a8432de4eafe893a95953837647e45ee86ea7067d87d2c7e9de433e24a6308ea15611708275910944d971d3da779ff237b95669c581bcbad2e24df788d4
data/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Jekyll Statuspage
2
2
 
3
- ![Gem](https://img.shields.io/gem/v/jekyll-statuspage?color=red&label=gem%20theme&logo=jekyll)
3
+ ![Gem](https://img.shields.io/gem/v/jekyll-statuspage?label=gem%20theme&logo=jekyll)
4
4
 
5
5
  This a Statuspage theme for Jekyll. Simply add your websites and links to your `_config.yml`, and you're done! Check out our sample one [here](/sampleconfig.yml)
6
6
 
@@ -27,4 +27,4 @@ $ bundle
27
27
  #### Or:
28
28
 
29
29
  Use our starter repo: [forgenst/statuspage-starter](https://github.com/forgenst/statuspage-starter)
30
- **NB: I've had problems running this on Windows, to do with baseurl. See Issues for details**
30
+ **NB: I've had problems running this on Windows, to do with baseurl. See [Issues](https://github.com/forgenst/jekyll-statuspage/issues/3) for details**
@@ -12,9 +12,8 @@ plugins:
12
12
  #
13
13
 
14
14
  brand:
15
- title: Jekyll Statuspage
16
15
  logo:
17
- logo-text: "Jekyll Statuspage"
16
+ logo-text:
18
17
 
19
18
  color-scheme: # blue, dark or red (light is default)
20
19
  fa-code: # code for font awesome
@@ -9,7 +9,7 @@
9
9
  {% endif %}
10
10
  <a class="navbar-brand" href="{{site.url | relative_url }}">
11
11
  {% if site.brand.logo %}
12
- <img src="{{ site.brand.logo | relative_url }}" width="30" height="30" alt="{{site.title}}" loading="lazy">
12
+ <img src="{{ site.brand.logo | relative_url }}" width="50" height="50" alt="..." loading="lazy">
13
13
  {% endif %}
14
14
  {% if site.brand.logo-text %}
15
15
  <span>{{site.brand.logo-text}}</span>
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-statuspage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.6
4
+ version: 1.1.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ed Mason
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2020-09-17 00:00:00.000000000 Z
11
+ date: 2020-09-20 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: jekyll
@@ -67,7 +67,7 @@ files:
67
67
  - _includes/nav.html
68
68
  - _layouts/default.html
69
69
  - assets/css/index.scss
70
- homepage: https://github.com/forgenst/jekyll-statuspage
70
+ homepage: https://statuspage-starter.vercel.app
71
71
  licenses:
72
72
  - MIT
73
73
  metadata: