aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2020-10-27 22:20:02 +0200
committerGitHub <noreply@github.com>2020-10-27 22:20:02 +0200
commit4b6a7cdde04cadc4d5a0b6329cbd31cf0f095d1c (patch)
treee4ed28529256605b77511ce18d0a26a735628787
parent494518cd4e75129287716945baf8d50720781ddd (diff)
parent12a01dcc6cc82c550ebd7c7c1d3906be99f2327e (diff)
Updated to v4.4
Updated to v4.4
-rw-r--r--.gitlab-ci.yml28
-rw-r--r--config.yml16
-rw-r--r--content/issues/2019-10-08-testing-new-pipeline.md7
-rw-r--r--content/issues/2020-06-13-maintenance-window.md13
m---------themes/cstate0
5 files changed, 59 insertions, 5 deletions
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
-Subproject b524c3401ccb89be4e53d92868a38e7ecf459d0
+Subproject b5d07632d40437bb87c3faf7b9ece7ca412dce9