如果你想设置带弹窗的可以看节日弹窗与公祭日变灰

1.首先在[BOLGROOT]根目录运行一下命令安装插件

npm i hexo-memorial-day --save

插件来源:fluid-dev/hexo-memorial-day

2.在根目录配置文件_config.yml中添加以下内容

memorial_day:
# Better to close it when it is not used
enable: true
# Specified date will be greyed, you can set yyyy-MM-dd or MM-dd
day: 04-04 # 日期

3.重启项目(如果日期对得话会变灰)

hexo cl; hexo s