From 12a01dcc6cc82c550ebd7c7c1d3906be99f2327e Mon Sep 17 00:00:00 2001 From: Mantas Vilčinskas Date: Tue, 27 Oct 2020 22:16:54 +0200 Subject: Updated to v4.4 --- .gitlab-ci.yml | 28 +++++++++++++++++++++++ config.yml | 16 +++++++++++-- content/issues/2019-10-08-testing-new-pipeline.md | 7 +++--- content/issues/2020-06-13-maintenance-window.md | 13 +++++++++++ themes/cstate | 2 +- 5 files changed, 60 insertions(+), 6 deletions(-) create mode 100644 .gitlab-ci.yml create mode 100644 content/issues/2020-06-13-maintenance-window.md diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..af5fabc --- /dev/null +++ b/.gitlab-ci.yml @@ -0,0 +1,28 @@ +# SERVING CSTATE ON GITLAB PAGES +# Introduced in v4.2.1 +# +# This file is very similar to the existing GitLab template, and might need editing before it works on your project. +# +# All available Hugo versions are listed here: +# https://gitlab.com/pages/hugo/container_registry +# +# cState uses Hugo Extended. +image: registry.gitlab.com/pages/hugo/hugo_extended:0.65.3 + +variables: + GIT_SUBMODULE_STRATEGY: recursive + +test: + script: + - hugo + except: + - master + +pages: + script: + - hugo + artifacts: + paths: + - public + only: + - master diff --git a/config.yml b/config.yml index afb644b..85665f6 100644 --- a/config.yml +++ b/config.yml @@ -172,6 +172,18 @@ params: # STRING; `monthly`, `yearly`, `none` incidentHistoryFormat: "yearly" + # Should incident history be hidden? + # + # By disabling the incident history, you also disable + # the RSS feed. To ensure no incidents are shown, you + # should delete them after they are resolved. This option + # overrides any other options that tailor your incident + # history’s look. + # + # Default: `false` + # BOOLEAN; `true`, `false` + disableIncidentHistory: false + # Disable dark mode # # If your OS and browser support the @@ -202,7 +214,7 @@ params: # # Recommended: png, bmp, jpg, or gif # for best browser support! - logo: /logo.png + logo: logo.png # This is the description that is shown # on the footer and meta tags. @@ -322,4 +334,4 @@ outputs: outputFormats: svg: isPlainText: true - mediaType: image/svg+xml \ No newline at end of file + mediaType: image/svg+xml diff --git a/content/issues/2019-10-08-testing-new-pipeline.md b/content/issues/2019-10-08-testing-new-pipeline.md index c30358c..4f139de 100644 --- a/content/issues/2019-10-08-testing-new-pipeline.md +++ b/content/issues/2019-10-08-testing-new-pipeline.md @@ -1,8 +1,8 @@ --- title: New Pipeline Rollout -date: 2019-10-05 16:24:00 +date: 2019-10-05 16:24:00 resolved: false -resolvedWhen: 2019-10-05 16:58:00 +resolvedWhen: 2019-10-05 16:58:00 # Possible severity levels: down, disrupted, notice severity: disrupted affected: @@ -10,4 +10,5 @@ affected: section: issue --- -There may be disruptions in the rollout. \ No newline at end of file +There may be disruptions in the rollout. + \ No newline at end of file diff --git a/content/issues/2020-06-13-maintenance-window.md b/content/issues/2020-06-13-maintenance-window.md new file mode 100644 index 0000000..404ccc4 --- /dev/null +++ b/content/issues/2020-06-13-maintenance-window.md @@ -0,0 +1,13 @@ +--- +title: Maintenance Window +date: 2020-06-13 15:54:00 +resolved: true +resolvedWhen: 2020-06-13 16:54:00 +# Possible severity levels: down, disrupted, notice +severity: disrupted +affected: + - API +section: issue +--- + +*Just began* - We're currently shutting down the network. {{< track "2018-06-13 15:54:00" >}} diff --git a/themes/cstate b/themes/cstate index b524c34..b5d0763 160000 --- a/themes/cstate +++ b/themes/cstate @@ -1 +1 @@ -Subproject commit b524c3401ccb89be4e53d92868a38e7ecf459d00 +Subproject commit b5d07632d40437bb87c3faf7b9ece7ca412dce9f -- cgit v1.2.3-70-g09d2