1.问题
使用命令hexo c & hexo g & hexo s
运行hexo时出现一下报错(只截取了部分):
ERROR Plugin load failed: hexo-prism-plugin
Error: `prism_plugin` options should be added to _config.yml file
2.解决办法
在hexo的文件目录下的_config.yml里的最后加上下面的代码(注意:不是主题下面的_config.yml):
prism_plugin:
mode: 'preprocess' # realtime/preprocess
theme: 'default'
line_number: false # default false