diff options
Diffstat (limited to '_config.yml')
-rw-r--r-- | _config.yml | 25 |
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 |