-
Notifications
You must be signed in to change notification settings - Fork 119
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
安装预览(hexo server)时遇到问题 #44
Comments
朋友,你的这个问题解决了吗?我今天安装时也遇到了这个问题。 |
+1 |
我现在已经解决这个问题了。建议通过压缩包进行安装, |
thanks! |
npm install --save hexo-render-pug 安装是在 hexo 根目录,而非主题目录 :) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
我安装教程安装主题,但是我在预览(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,后来就显示上面的问题。
The text was updated successfully, but these errors were encountered: