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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -578,6 +578,17 @@ post:
578
578
# Options: busuanzi | leancloud
579
579
source: "busuanzi"
580
580
581
+
# 在文章开头显示文章过期/时效提示
582
+
# Display expiration/expiration notification at the beginning of the article
583
+
outdate:
584
+
enable: false
585
+
# 文章时效提示使用警告样式的天数,超过此天数显示警告样式的note
586
+
# The number of days for the article's timeliness prompt to use warning style, exceeding this number of days will display warning style notes
587
+
warning_day: 200
588
+
# 文章时效提示使用错误样式的天数,超过此天数显示错误样式的note
589
+
# The number of days for the article's timeliness prompt to use the wrong style. If this number is exceeded, a note with the wrong style will be displayed
590
+
error_day: 400
591
+
581
592
# 在文章开头显示文章更新时间,该时间默认是 md 文件更新时间,可通过 front-matter 中 `updated` 手动指定(和 date 一样格式)
582
593
# 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