jekyll-statuspage 1.0.0 → 1.0.2

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 +7 -5
  3. metadata +2 -4
  4. data/_config.yml +0 -42
  5. data/assets/icon.jpg +0 -0
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7480801cbab69f74776f165f275ef1bb8d49c7ec5e32c0feafabcd2742785f14
4
- data.tar.gz: 6036f114dfd84033d68697d50f95ea2b9037e1d99876c9cedecf2fee49a0af3f
3
+ metadata.gz: f234b8f1532cd2b2a9b460be992d22956382bf09a28d9f7a89254df107cba90c
4
+ data.tar.gz: cb8331dc3ef37514283968ee76e10508e1adbcf2570e36f52ccdfd89d5b058a8
5
5
  SHA512:
6
- metadata.gz: 54fdbe6f04cd3ec4b52929639ae148ca5cf2e5cbc89aec015ce77eb240881ed8616b2720aab660ae2c56c968f5849dfd4ab55f2aa8e5c760297bf810101b4ea8
7
- data.tar.gz: b8b242027ec4d850d820c4fa0b6bb56ff0f8491fd30eb76c6e3dac29cfef581f700ac0ebaa1f39ca2d9b5851240b383d037ac67c17f3234edbc1ed0660e230f8
6
+ metadata.gz: d57dccc89829b3d1800c51b82e1031264390391bba13438d40aa1e625bf237f96dd1eefe6bd5384a8dc41e4a48ba6e5e799f0b8be836115dc36744883f3b44c3
7
+ data.tar.gz: 8b3341dcb5c4b48539feb9ba09b0cf31e9149d67a268cd0d87bbbe2205df4bbbc345490f23e65db5e7534213f704fc2ee6c98f5c0848d53fb0437841054b5a3b
data/README.md CHANGED
@@ -1,5 +1,8 @@
1
1
  # Jekyll Statuspage
2
- 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](/_config.yml)
2
+
3
+ ![Gem](https://img.shields.io/gem/v/jekyll-statuspage?color=red&label=gem%20theme&logo=jekyll)
4
+
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)
3
6
 
4
7
  ## Installation
5
8
 
@@ -21,7 +24,6 @@ And then execute:
21
24
  $ bundle
22
25
  ```
23
26
 
24
- Or install it yourself as:
25
- ```
26
- $ gem install jekyll-statuspage
27
- ```
27
+ #### Or:
28
+
29
+ Use our starter repo: [forgenst/statuspage-starter](https://github.com/forgenst/statuspage-starter)
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: jekyll-statuspage
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Ed Mason
@@ -33,14 +33,12 @@ extra_rdoc_files: []
33
33
  files:
34
34
  - LICENSE.md
35
35
  - README.md
36
- - _config.yml
37
36
  - _includes/badges.html
38
37
  - _includes/head.html
39
38
  - _includes/nav.html
40
39
  - _layouts/default.html
41
40
  - assets/css/index.scss
42
- - assets/icon.jpg
43
- homepage: https://forgenst.github.io/jekyll-statuspage
41
+ homepage: https://pages.forgenst.com/statuspage-starter
44
42
  licenses:
45
43
  - MIT
46
44
  metadata: {}
@@ -1,42 +0,0 @@
1
- # theme : "jekyll-statuspage"
2
- # remote_theme : "forgenst/jekyll-statuspage"
3
-
4
- url: "https://pages.forgenst.com" # url of your site
5
- baseurl: "/jekyll-statuspage" # only need if your site is hosted as a subdomain, e.g. on GH Pages
6
-
7
- plugins:
8
- - jekyll-remote-theme
9
-
10
- #
11
- # Statuspage-specific Options
12
- #
13
-
14
- brand:
15
- title: Jekyll Statuspage
16
- logo: /assets/icon.jpg
17
- logo-text: "Jekyll Statuspage"
18
-
19
- color-scheme: # blue, dark or red (light is default)
20
- fa-code: "c02bf44fa3" # code for font awesome
21
-
22
- site-list:
23
- links:
24
- - label: "Main" # Name of your website
25
- url: "https://forgenst.com" # Website URL
26
- text: "Main Website" # Optional description
27
- custom-args: "&color=white&down_color=lightgrey&down_message=offline&label=forgenst.com&logo=firebase&logoColor=orange&style=for-the-badge&up_color=blue&up_message=online" # Optional Shields.io Badge overrides (see https://shields.io for details, all parameters shown in this example)
28
- - label: "Portfolio"
29
- url: "https://eapm.forgenst.com"
30
- text: "Portfolio, hosted on Firebase"
31
- - label: "Blog"
32
- url: "https://blog.forgenst.com"
33
- text: "Blog, hosted on GitHub Pages"
34
-
35
- social:
36
- links:
37
- - label: "GitHub"
38
- icon: "fab fa-github-alt"
39
- url: "https://github.com/forgenst"
40
- - label: "Email"
41
- icon: "far fa-envelope"
42
- url: "mailto:ed@forgenst.com"
Binary file