码迷,mamicode.com
首页 > 其他好文 > 详细

hexo github pages 首页不展示,出现代码怎么办

时间:2021-02-22 11:51:41      阅读:0      评论:0      收藏:0      [点我收藏+]

标签:方法   ade   The   http   pac   medium   alt   联系   bar   

1.现象描述:

然后打开页面显示的是:

<%- partial(‘_partial/head‘) %> <%- partial(‘_partial/header‘) %> <%- body %> <% if (theme.sidebar && theme.sidebar !== ‘bottom‘){

 %> <%- partial(‘_partial/sidebar‘) %> <% } %> <%- partial(‘_partial/footer‘) %> <%- partial(‘_partial/mobile-nav‘) %
> <%- partial(‘_partial/after-footer‘) %>

2.原因:

Hexo无法解析模板文件

  • 解决方方法:
    使用以下的命令
npm install hexo-renderer-ejs --save
npm install hexo-renderer-stylus --save
npm install hexo-renderer-marked --save

(1)npm install hexo-renderer-ejs --save

技术图片

(2)npm install hexo-renderer-stylus --save

技术图片

(3)npm install hexo-renderer-marked --save

技术图片

3.个人联系方式:

qq:2061302791

微信:xie2061302791

电话:15284524485

个人网站:https://xieyingpeng.mysxl.cn/

Github:https://github.com/xieyingpeng/

博客园:https://www.cnblogs.com/Xieyingpengz

知乎:https://www.zhihu.com/people/nan-qiao-12-73

gitee:https://gitee.com/xie-yingpeng/project-1.git

bilibili:https://space.bilibili.com/617198338?share_medium=android&share_source=copy_link&bbid=XY2BDF522C748A159BE7DD354D6DFFB963728&ts=1612520115798

hexo github pages 首页不展示,出现代码怎么办

标签:方法   ade   The   http   pac   medium   alt   联系   bar   

原文地址:https://www.cnblogs.com/Xieyingpeng/p/14421226.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!