From f16df5522d1f5207bba59988a57e6ecb7570f15b Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas Date: Sun, 10 Oct 2021 15:49:01 +0300 Subject: Update shields --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e067ea2..4defa63 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,13 @@ > Über fast, backwards compatible (IE8+), tiny, and simple status page built with Hugo. Completely _free_ with Netlify. Comes with Netlify CMS, read-only API, and other useful features. -GitHub last commit Awesome status page - + +

+GitHub release +GitHub Repo stars +Awesome status page

+ + You can support the creator of this project by **starring, sharing, using cState and/or [financially supporting the author](https://github.com/sponsors/mistermantas)**. Thank you! ## Examples 🥳 -- cgit v1.2.3-70-g09d2 From 38b213e7c8fdbf0404b02f88acf2f05e3c0d2bdd Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas Date: Sun, 10 Oct 2021 16:51:11 +0300 Subject: demo of informational pins --- .../content/issues/2021-02-13-maintenance-window.md | 14 -------------- .../content/issues/2024-02-24-maintenance-window.md | 9 +++++++++ 2 files changed, 9 insertions(+), 14 deletions(-) delete mode 100644 exampleSite/content/issues/2021-02-13-maintenance-window.md create mode 100644 exampleSite/content/issues/2024-02-24-maintenance-window.md diff --git a/exampleSite/content/issues/2021-02-13-maintenance-window.md b/exampleSite/content/issues/2021-02-13-maintenance-window.md deleted file mode 100644 index f5423ed..0000000 --- a/exampleSite/content/issues/2021-02-13-maintenance-window.md +++ /dev/null @@ -1,14 +0,0 @@ ---- -title: Maintenance Window -#date: 24 Feb 21 12:35 +0200 -date: 2022-02-24 10:35:00 -resolved: false -resolvedWhen: 2021-02-24 12:10:00 -# Possible severity levels: down, disrupted, notice -severity: notice -affected: - - Gateway -section: issue ---- - -*Just began* - We're currently shutting down the network. {{< track "2018-06-13 12:54:00" >}} diff --git a/exampleSite/content/issues/2024-02-24-maintenance-window.md b/exampleSite/content/issues/2024-02-24-maintenance-window.md new file mode 100644 index 0000000..e5a5b14 --- /dev/null +++ b/exampleSite/content/issues/2024-02-24-maintenance-window.md @@ -0,0 +1,9 @@ +--- +title: Maintenance Announcement +date: 2024-02-24 10:35:00 +informational: true +pin: true +section: issue +--- + +We will shut down our network at midnight UTC on Feb 24. This does not affect the current status. -- cgit v1.2.3-70-g09d2