From 05a646a7ef4b001fd4cb314173812d0674a5a0ea Mon Sep 17 00:00:00 2001 From: Doge Date: Sat, 22 May 2021 20:59:07 +0800 Subject: Add site boardcast support with mourn mode --- _config.yml | 25 ++++++++++++++++++++++++- 1 file changed, 24 insertions(+), 1 deletion(-) (limited to '_config.yml') 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 -- cgit v1.2.3