summaryrefslogtreecommitdiff
path: root/_config.yml
diff options
context:
space:
mode:
authorDoge <[email protected]>2021-05-22 20:59:07 +0800
committerDoge <[email protected]>2021-05-22 20:59:07 +0800
commit05a646a7ef4b001fd4cb314173812d0674a5a0ea (patch)
tree0b0be3b1645a1c0443bba5f95851cad703447e31 /_config.yml
parentc2da19e13d5b38c465192c0d4ac0437c01c4fb22 (diff)
downloadchromate-05a646a7ef4b001fd4cb314173812d0674a5a0ea.tar.gz
chromate-05a646a7ef4b001fd4cb314173812d0674a5a0ea.tar.bz2
chromate-05a646a7ef4b001fd4cb314173812d0674a5a0ea.zip
Add site boardcast support with mourn mode
Diffstat (limited to '_config.yml')
-rw-r--r--_config.yml25
1 files changed, 24 insertions, 1 deletions
diff --git a/_config.yml b/_config.yml
index 4eb5da7..248dda1 100644
--- a/_config.yml
+++ b/_config.yml
@@ -110,4 +110,27 @@ rss:
'Education': ['How To', 'Language Learning'],
'Technology': []
}
- explicit: false \ No newline at end of file
+ explicit: false
+
+# Boardcast info will show in top of the post list
+# Color:
+# default: grey
+# danger: red
+# info: blue
+# warning: yellow
+# ------------------------------------------------------------
+# 站点消息广播 - 会显示在首页的文章列表顶部
+# 广播块颜色选择:
+# default: 灰色
+# danger: 红色
+# info: 蓝色
+# warning: 黄色
+boardcast:
+ enable: false
+ color: default
+ message: 'Memorial hero Yuan Longping.'
+
+# Site mourn mode, enable to get a global grayscale filter
+# ------------------------------------------------------------
+# 站点悼念模式 - 启用后会为站点整体提供灰色滤镜
+mourn: false