本文收录大家在使用hexo-theme-melody中遇到的常见问题。其中很大一部分是没有阅读文档导致的。请养成先看文档再提问的习惯!
参考issue。
找到你hexo站点的_config.yml(不是主题的_config.yml!)然后修改你的keywords项,改成空或者数组形式:
keywords:
- item1
- item2参考issue。
参考issue。
参考issue。
注意你站点里的package.json里有没有同时存在hexo-renderer-pug和hexo-renderer-jade。请删掉hexo-renderer-pug。然后重新npm install。之后执行hexo clean 和 hexo g 即可。
If you have meet some problems using hexo-theme-melody, it's recommended to read documentation, most of your problems will be solved.
Check this issue.
Find your hexo site _config.yml (not the _config.yml in theme folder!), then modified your keywords option to an array or empty.
keywords:
- item1
- item2Check this issue.
Check this issue.
Check this issue.
Notice that if both hexo-renderer-pug & hexo-renderer-jade are existing in your hexo site's package.json. Please remove hexo-renderer-pug and then npm install, hexo clean and hexo g.




