sabrinaluo / hexo-theme-replica

:octocat:Github style replication for hexo theme
https://sabrinaluo.github.io/tech
MIT License
541 stars 67 forks source link

Theme v1.0 happened errors #15

Closed VictorZhang2014 closed 7 years ago

VictorZhang2014 commented 7 years ago

I cloned v1.0 using by git clone -b v1.0 https://github.com/sabrinaluo/hexo-theme-replica.git themes/replica.

And I input a command hexo s in Terminal and opened http://localhost:4000/ on the browser.

Finally, It occurred errors wechatimg24

I'm 😂 Or I'm just waiting you for completing the v2.0. 💫 Thank you for your contribution. 💖

sabrinaluo commented 7 years ago

You will need to put below section into your root _config.yml

social:
  github: 
  weibo: 
  linkedin: 

Better to copy the whole config from README, and remove / replace only the value you don't need, and don't remove the key

VictorZhang2014 commented 7 years ago

wechatimg1 wechatimg2

It's still throwing errors like photos showing above.

sabrinaluo commented 7 years ago

It works on my end. Can you paste your whole _config.yml file here if you don't mind

VictorZhang2014 commented 7 years ago

wechatimg58

That's the whole text in the _config.yml

sabrinaluo commented 7 years ago

I think it's the same issue with https://github.com/sabrinaluo/hexo-theme-replica/issues/10 You will need to have another _config.yml in your root folder

VictorZhang2014 commented 7 years ago

Well, I decided to use v2.0. Thank you