From 7f2095a16fd0f580cd02d1df8ce9ad516f020525 Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas Date: Sat, 1 May 2021 23:26:22 +0300 Subject: Update cState v5.0.2 --- README.md | 32 +++++++++++++++++++++++++ README.txt | 3 --- content/issues/2021-02-13-maintenance-window.md | 14 ----------- content/issues/2023-02-13-maintenance-window.md | 14 +++++++++++ themes/cstate | 2 +- 5 files changed, 47 insertions(+), 18 deletions(-) create mode 100644 README.md delete mode 100644 README.txt delete mode 100644 content/issues/2021-02-13-maintenance-window.md create mode 100644 content/issues/2023-02-13-maintenance-window.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d73fbf0 --- /dev/null +++ b/README.md @@ -0,0 +1,32 @@ +# cState Example Site v5.0.2 + +This is the default cState status page website directory/folder. + +Example site repository link (you are here): https://github.com/cstate/example + +Main cState source code repository: https://github.com/cstate/cstate + +## Are you updating? Use these commands + +Download yoru site with all the directories. `git clone --recursive ` + +Update the cState theme submodule. `git submodule foreach git pull origin master` + +In the parent directory, type `hugo serve`. Check to see if everything is working. + +Then do `git add -A; git commit -m "Update cState"; git push origin `. Your status page is now updated and uploaded. + + +## For maintainers (probably not for you) + +Download this repo with all the directories. `git clone --recursive -b master https://github.com/cstate/example.git` + +Make your changes. + +Update the cState theme submodule. `git submodule foreach git pull origin master` + +Then push `git add -A; git commit -m "Update cState vX.X.X"; git push origin master`. + +## License + +MIT © Mantas Vilčinskas \ No newline at end of file diff --git a/README.txt b/README.txt deleted file mode 100644 index 4664609..0000000 --- a/README.txt +++ /dev/null @@ -1,3 +0,0 @@ -This is the default cState status page website directory/folder. - -https://github.com/cstate/example diff --git a/content/issues/2021-02-13-maintenance-window.md b/content/issues/2021-02-13-maintenance-window.md deleted file mode 100644 index d6c8b14..0000000 --- a/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: 2021-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/content/issues/2023-02-13-maintenance-window.md b/content/issues/2023-02-13-maintenance-window.md new file mode 100644 index 0000000..28e9f53 --- /dev/null +++ b/content/issues/2023-02-13-maintenance-window.md @@ -0,0 +1,14 @@ +--- +title: Maintenance Window +#date: 24 Feb 21 12:35 +0200 +date: 2023-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 +--- + +*Soon* - In the near future, we will shut down our network for some routine bug fixes and other work. {{< track "2023-02-24 10:35:00" >}} diff --git a/themes/cstate b/themes/cstate index 256c3ca..164d0b1 160000 --- a/themes/cstate +++ b/themes/cstate @@ -1 +1 @@ -Subproject commit 256c3ca8f0eabc28e81b75f568cc841f0bac5ab7 +Subproject commit 164d0b1d0e53c3aa0bd4038e464a150f479bd41a -- cgit v1.2.3-70-g09d2