widatama / hexo-jade-starter

Starter theme for Hexo implemented with Jade and Less.
http://widatama.github.io/hexo-jade-starter/
MIT License
49 stars 10 forks source link

Theme isn't working #4

Closed atom-morgan closed 10 years ago

atom-morgan commented 10 years ago

I've followed all the steps in the README after creating a hexo blog and I'm running into the following error.

  reason: 'incomplete explicit mapping pair; a key node is missed',
  mark:
   { name: null,
     buffer: 'categories: Kategorien\nsearch: Suche\ntags: Tags\ntagcloud: Tag-Cloud\ntweets: Tweets\nprev: Vorherige Seite\nnext: Nächste Seite\ncomment: Kommentare\narchive_a: Archiv\narchive_b: Archiv: %s\npage: Seite %d\nrecent_posts: Neueste Artikel\n\u0000',
     position: 180,
     line: 9,
     column: 17 },
  message: 'Process failed: languages/de.yml',
  domain:
   { domain: null,
     _events: { error: [Function] },
     _maxListeners: 10,
     members: [ [Object] ] },
  domainThrown: true,
  stack: undefined }
widatama commented 10 years ago

Well, this is because you are using a newer version of Hexo. Try removing the language folder from the theme to solve this. I will update the theme later on.

widatama commented 10 years ago

I just merged a pull request for the language folder that should fix this problem. Thanks to @mtakuya.

This should solve the problem. Just pull the updated language folder or see the changes here: https://github.com/mtakuya/hexo-jade-barebone/commit/4194084a9b18245211352117b1b895e36ba8a958 and apply it yourself

atom-morgan commented 10 years ago

That works. Thank you!