diff options
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | images/screenshot.png | bin | 0 -> 19460 bytes | |||
-rw-r--r-- | images/tn.png | bin | 0 -> 11355 bytes | |||
-rw-r--r-- | layouts/issues/single.html | 2 | ||||
-rw-r--r-- | theme.toml | 2 |
5 files changed, 4 insertions, 2 deletions
@@ -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 Binary files differnew file mode 100644 index 0000000..70bd28c --- /dev/null +++ b/images/screenshot.png diff --git a/images/tn.png b/images/tn.png Binary files differnew file mode 100644 index 0000000..604e341 --- /dev/null +++ b/images/tn.png 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" }} @@ -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" |