You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: _config.yml
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -578,6 +578,14 @@ post:
578
578
# Options: busuanzi | leancloud
579
579
source: "busuanzi"
580
580
581
+
# 在文章开头显示文章过期/时效提示
582
+
outdate:
583
+
enable: false
584
+
# 文章时效提示使用警告样式的天数,超过此天数显示警告样式的note
585
+
warning_day: 200
586
+
# 文章时效提示使用错误样式的天数,超过此天数显示错误样式的note
587
+
error_day: 400
588
+
581
589
# 在文章开头显示文章更新时间,该时间默认是 md 文件更新时间,可通过 front-matter 中 `updated` 手动指定(和 date 一样格式)
582
590
# Update date is displayed at the beginning of the post. The default date is the update date of the md file, which can be manually specified by `updated` in front-matter (same format as date)
0 commit comments