Hexo启动页面显示extends includes/layout.pug block content include includes/recent-posts.pug include

Hexo更改主题后启动服务器,界面显如下字符:

extends includes/layout.pug block content include includes/recent-posts.pug include includes/partial

解决方案:

执行如下命令

npm install --save hexo-renderer-jade hexo-generator-feed hexo-generator-sitemap hexo-browsersync hexo-generator-archive

清除缓存
hexo clean

生成静态文件即可
hexo g

Hexo启动页面显示extends includes/layout.pug block content include includes/recent-posts.pug include

上一篇:Navicat 连接 MySQL 出现 Client does not support authentication protocol requested by server... 的解决方案


下一篇:mysql 链接时报错:1251-Client does not support authentication protocol requested by server