aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rw-r--r--images/screenshot.pngbin0 -> 19460 bytes
-rw-r--r--images/tn.pngbin0 -> 11355 bytes
-rw-r--r--layouts/issues/single.html2
-rw-r--r--theme.toml2
5 files changed, 4 insertions, 2 deletions
diff --git a/README.md b/README.md
index 89bad94..786de79 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,7 @@
# cState
+![Screnshot](https://raw.githubusercontent.com/mistermantas/cstate/master/images/screenshot.png)
+
[![GitHub release](https://img.shields.io/github/release/mistermantas/cstate.svg?style=flat-square)](https://github.com/mistermantas/cstate/releases) [![GitHub last commit](https://img.shields.io/github/last-commit/mistermantas/cstate.svg?style=flat-square)](https://github.com/mistermantas/cstate/commits/master) [![GitHub repo size in bytes](https://img.shields.io/github/repo-size/mistermantas/cstate.svg?style=flat-square)](https://github.com/mistermantas/cstate/tree/master/) [![Gitter](https://img.shields.io/badge/chat-gitter-ed1965.svg?style=flat-square)](https://gitter.im/cState/Lobby) [![Twitter](https://img.shields.io/twitter/follow/mistermantas.svg?style=social&label=Follow)](https://twitter.com/mistermantas)
> Über fast, backwards compatible (IE8+), tiny, and simple status page built with Hugo. Compatible with Netlify & GitHub Pages.
diff --git a/images/screenshot.png b/images/screenshot.png
new file mode 100644
index 0000000..70bd28c
--- /dev/null
+++ b/images/screenshot.png
Binary files differ
diff --git a/images/tn.png b/images/tn.png
new file mode 100644
index 0000000..604e341
--- /dev/null
+++ b/images/tn.png
Binary files differ
diff --git a/layouts/issues/single.html b/layouts/issues/single.html
index 52c4145..bc48ed3 100644
--- a/layouts/issues/single.html
+++ b/layouts/issues/single.html
@@ -8,7 +8,7 @@
{{ $isDown := where $active "Params.severity" "=" "down" }}
<body class="status-{{ if $isDown }}down{{ else }}{{ if $isDisrupted}}disrupted{{ else }}{{ if $isNotice }}notice{{ else }}ok{{ end }}{{ end }}{{ end }}">
- {{ partial "header-mini" . }}
+ {{ partial "header" . }}
<div class="contain">
{{ .Render "issue" }}
diff --git a/theme.toml b/theme.toml
index d59f008..45b3b66 100644
--- a/theme.toml
+++ b/theme.toml
@@ -1,7 +1,7 @@
name = "cstate"
license = "MIT"
licenselink = "https://github.com/mistermantas/cstate/blob/master/LICENSE.md"
-description = "The best static, free, and open source status page on the market."
+description = "Über fast, backwards compatible (IE8+), tiny, and simple status page built with Hugo. Compatible with Netlify & GitHub Pages."
homepage = "https://github.com/mistermantas/cstate"
tags = ['hugo', 'netlify', 'status', 'statuspage', 'fast', 'light', 'ie8', 'ie9', 'ie10', 'ie11', 'github', 'github-pages', 'gh-pages', 'serverside', 'serverless', 'no-javascript', 'github-page', 'netlify-cms', 'gh-pages']
min_version = "0.28"