Ben02 / hexo-theme-Anatole

A white and simple Hexo theme, originated from a Farbox theme
MIT License
648 stars 120 forks source link

安装预览(hexo server)时遇到问题 #44

Open matrixgardener opened 6 years ago

matrixgardener commented 6 years ago

我安装教程安装主题,但是我在预览(hexo server)时遇到以下的问题: extends partial/layout block content .autopagerize_page_element: .content - page.posts.each(function (item) { include mixins +make_post(item, false) - }) include mixins +make_pager(('prev'), ('next'))

网页显示这个而不是更换好的主题,不知道我那步出错了? 我的默认主题加载正常,看到您的主题很喜欢,步骤: 安装主题git clone ~~~themes/anatole
更改_config.yml文件,中themes到anatole hexo clean;hexo generate;hexo server,后来就显示上面的问题。

CheYuZhiZhi commented 6 years ago

朋友,你的这个问题解决了吗?我今天安装时也遇到了这个问题。

Lhcfl commented 6 years ago

+1

CheYuZhiZhi commented 6 years ago

我现在已经解决这个问题了。建议通过压缩包进行安装,npm install --save hexo-render-pug一定要进行运行。

Lhcfl commented 6 years ago

thanks!

guestccc commented 6 years ago

在npm引入或者下载压缩包后,需要先npm install --save hexo-render-pugimage 然后再来一个npm server 本地看一下

Antelopeclouds commented 5 years ago

npm install --save hexo-render-pug 安装是在 hexo 根目录,而非主题目录 :)