hexo 出现的问题

2020/04/08

在 next 主题中点击 tags 出现“Cannot GET /tags/%20/”"

%20 是网页地址的空格符。 在主题配置文件搜索menu后将||前的空格删除即可。

hexo 不能使用 hexo s 命令

原因:未安装hexo-server 安装:npm install hexo-server --save