From 0faa3eca255cdc5fbaa8ccee438241576ba14ac1 Mon Sep 17 00:00:00 2001 From: Mantas <11616378+mistermantas@users.noreply.github.com> Date: Mon, 8 Apr 2019 21:48:39 +0300 Subject: v3.1 --- config.yml | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) (limited to 'config.yml') diff --git a/config.yml b/config.yml index e454463..74d30b4 100644 --- a/config.yml +++ b/config.yml @@ -83,7 +83,7 @@ defaultContentLanguage: en # What is the hostname or path to the root? # Where is the site hosted? # -# 💥 cState & Hugo don’t support / in +# 💥 cState & Hugo don’t support '/' in # production use. It will break RSS # feeds and breaks permalinks since # version 3. If you are just testing, @@ -179,19 +179,20 @@ params: incidentPostsPerPage: 10 # Colors throughout cState + # HEX codes without the # # # Defaults: # - # brand: #181818 - # ok: 228B22 - # warning: EE7600 - # down: DC143C - # notice: 708090 - brand: 181818 - ok: 228B22 - disrupted: EE7600 - down: DC143C - notice: 708090 + # brand: "0a0c0f" + # ok: "008000" + # disrupted: "cc4400" + # down: "e60000" + # notice: "24478f" + brand: "0a0c0f" + ok: "008000" + disrupted: "cc4400" + down: "e60000" + notice: "24478f" # If the status page shows that # there are disruptions or outages -- cgit v1.2.3-70-g09d2