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.
- checksums.yaml +4 -4
- data/README.md +2 -2
- data/_config.yml +1 -2
- data/_includes/nav.html +1 -1
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 93875da4744782be5e75360ba96def9ed429acc784e7c7ef13916dc2e1cb6b0c
|
4
|
+
data.tar.gz: 0120a2fd572130b2c3313942f2def830ccd2bdbb98dfcfc3cf892d0e60bb4865
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5a6267d1d6d092794b4fef45f194abe0f6080dd054ef0d4ff16ed4646862482755253ea876177dfcdee7cd323423bb4bd666991600e1ba7ff22b6167aa76ce5f
|
7
|
+
data.tar.gz: f5499a8432de4eafe893a95953837647e45ee86ea7067d87d2c7e9de433e24a6308ea15611708275910944d971d3da779ff237b95669c581bcbad2e24df788d4
|
data/README.md
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
# Jekyll Statuspage
|
2
2
|
|
3
|
-

|
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**
|
data/_config.yml
CHANGED
data/_includes/nav.html
CHANGED
@@ -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="
|
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
|
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-
|
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://
|
70
|
+
homepage: https://statuspage-starter.vercel.app
|
71
71
|
licenses:
|
72
72
|
- MIT
|
73
73
|
metadata:
|