thiagopnts / hexo-persona-dark

Persona Dark is a theme for Hexo, based on it's default light theme
http://thiago.me/hexo-persona-dark/
MIT License
22 stars 10 forks source link

doesn't work after running 'hexo g' #3

Closed jenenliu closed 10 years ago

jenenliu commented 10 years ago

here is the error messages: error

thiagopnts commented 10 years ago

which version of hexo/node are you using?

jenenliu commented 10 years ago

here is the result of 'hexo version' http://paste.ubuntu.com/7043572/

2014-03-06 18:48 GMT+08:00 Thiago Pontes notifications@github.com:

which version of hexo/node are you using?

Reply to this email directly or view it on GitHubhttps://github.com/thiagopnts/hexo-persona-dark/issues/3#issuecomment-36843985 .

thiagopnts commented 10 years ago

thanks @jenenliu, I'll take a look on it.

thiagopnts commented 10 years ago

Hi @jenenliu, weird, I couldn't reproduce it. Can you say which steps did you take to get the error? What I did:

> hexo init test && cd test > git clone git://github.com/thiagopnts/hexo-persona-dark.git themes/persona-dark > hexo generate > hexo server

I'm currently using:

hexo: 2.4.5 os: Darwin 13.0.0 darwin x64 http_parser: 1.0 node: 0.10.24 v8: 3.14.5.9 ares: 1.9.0-DEV uv: 0.10.21 zlib: 1.2.3 modules: 11 openssl: 1.0.1e

jenenliu commented 10 years ago

I remove the /themes/persona-dark directory, modify the Hexo/_config.yml file, change theme to persona-dark And then follow your steps, the same errors when I run 'hexo generate'

A lazy Emacser

thiagopnts commented 10 years ago

Can you paste your _config.yml?

jenenliu commented 10 years ago

Here is my _config.yml file

A lazy Emacser

thiagopnts commented 10 years ago

It still works here. Is your blog's code opensource? It might help if I could take a look on the source.

jenenliu commented 10 years ago

which file do you need to check ? I use Hexo, and using pacmanhover theme currently https://github.com/jenenliu/jenenliu.github.io And this is my blog repo

A lazy Emacser

thiagopnts commented 10 years ago

It would be nice if I could have the same files you're using, because I'm not getting this error when generating a sample blog.

jenenliu commented 10 years ago

Thanks for reply, I don't know why, but it works now Your theme is amazing, thanks issue #3 closed.

A lazy Emacser

thiagopnts commented 10 years ago

Awesome, thanks