aboutsummaryrefslogtreecommitdiff
path: root/config.yml
diff options
context:
space:
mode:
authorMantas <11616378+mistermantas@users.noreply.github.com>2019-04-08 21:48:39 +0300
committerMantas <11616378+mistermantas@users.noreply.github.com>2019-04-08 21:48:39 +0300
commit0faa3eca255cdc5fbaa8ccee438241576ba14ac1 (patch)
tree7a7c4fd387b136388e1438d65e3ba9ef8d5b48e8 /config.yml
parent8f203883d727107eae6c89c9a1033dcdaa522e38 (diff)
v3.1
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml23
1 files changed, 12 insertions, 11 deletions
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