aboutsummaryrefslogtreecommitdiff
path: root/config.yml
diff options
context:
space:
mode:
authorMantas Vilčinskas <hi@mnts.lt>2020-10-27 22:16:54 +0200
committerMantas Vilčinskas <hi@mnts.lt>2020-10-27 22:16:54 +0200
commit12a01dcc6cc82c550ebd7c7c1d3906be99f2327e (patch)
treee4ed28529256605b77511ce18d0a26a735628787 /config.yml
parent494518cd4e75129287716945baf8d50720781ddd (diff)
Updated to v4.4
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml16
1 files changed, 14 insertions, 2 deletions
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