Skip to content
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

pacman 主题打开显示错误,求指教! #35

Open
bitnobita opened this issue Nov 7, 2014 · 9 comments
Open

pacman 主题打开显示错误,求指教! #35

bitnobita opened this issue Nov 7, 2014 · 9 comments

Comments

@bitnobita
Copy link

楼主好,非常欣赏您的Pacman主题,但在 Mac 上尝试半天一直显示错误,无法解决。具体描述如下:
当前的显示界面如下图:

pacman-1

重新按照您的博客教程安装,发现在“修改博客目录下_config.yml文件”这一项没有找到所谓的“同时请设置stylus属性中的compress值为true。”我在_config.yml 文件中,没有搜索到stylus,故无法设置其属性。

另,ejs,stylus,marked插件都已装好,package.json文件如下:

"name": "hexo-site",
  "version": "2.8.3",
  "private": true,
  "dependencies": {
    "hexo-generator-feed": "^0.2.1",
    "hexo-generator-sitemap": "^0.2.0",
    "hexo-renderer-ejs": "^0.1.0",
    "hexo-renderer-marked": "^0.1.0",
    "hexo-renderer-stylus": "^0.1.0"
  }

我是第一次安装自己的博客系统,纯小白一个,忘楼主不吝赐教!多谢了!
另,安装另一个主题 modernist ,界面显示是正常的。

@zhaoweiwang
Copy link

我也遇到这个问题,等待解答

@jacarrichan
Copy link

#42
跟我碰到的问题一样的,原因是拿不到一个文件。

@jacarrichan
Copy link

我用 modernist 更加惨,拿不到这个js文件: http://ajax.googleapis.com/ajax/libs/jquery/1.8/jquery.min.js

@bitnobita 你用的modernist 是从哪里clone的?

@jacarrichan
Copy link

@bitnobita 怀疑是nodejs的问题
【Ubuntu 12.04.3 LTS 】安装的【1.4.28】,有类似的问题。
【CentOS release 6.4 (Final )】安装的【1.4.3】,一切正常

@wangjiajia0822
Copy link

显示错误是因为css文件加载失败。讲css文件里的导入文件 import 'XXXX' 改成 import "XXX",也就是单引号改为双引号

@yyz20002008
Copy link

同问 hexojs/hexo#1059 (comment)
楼主这个问题怎么解决的,我把hexo\themes\pacman\source\css style.styl里的import改成双引号了还是没用
我发现我这个hexo 有responsive的themes都显示不了
改变于pacman的jacman也是找不到style.css文件
求好心人指教 跪谢
我用的是windows7
$ hexo version
hexo: 3.0.0-rc.4
os: Windows_NT 6.1.7601 win32 x64
http_parser: 2.3
node: 0.12.0
v8: 3.28.73
uv: 1.0.2
zlib: 1.2.8
modules: 14
openssl: 1.0.1l

@CheukYuen
Copy link

我也是mac, 也遇到了同样的问题。
ERROR Asset render failed: css/style.css
TypeError: /Users/zlin/Github/Hexo_Leon/themes/pacman/source/css/_base/variable.styl:54:43
50| //comment
51| duoshuo = hexo-config("duoshuo.enable")
52|
53| //highlight
54| highlight = hexo-config("highlight.enable")
-------------------------------------------------^
55|

Cannot read property 'enable' of undefined

@yyz20002008
Copy link

我觉得最新的这个版本不稳定,我的如果用2.8.3正式版 就没事了

@jaceechan
Copy link

我也遇到这样的问题,hexo d 之后没有把css目录提交到github 导致无法获取到 css 请问怎么处理!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants