ppoffice / hexo-theme-hueman

A redesign of Alx's wordpress theme Hueman, ported to Hexo.
http://ppoffice.github.io/hexo-theme-hueman/
GNU General Public License v2.0
1.17k stars 334 forks source link

0kb of style.css after Hexo g. #276

Open tinyvane opened 4 years ago

tinyvane commented 4 years ago

I cloned the newest files, but after hexo d -g, i found the css/style.css is zero bytes length. what I did?

  1. Npm update

  2. The default theme of "landscape" is ok.

  3. my package.json { "name": "hexo-site", "version": "0.0.0", "private": true, "hexo": { "version": "3.9.0" }, "dependencies": { "babel-eslint": "^10.1.0", "hexo": "^3.9.0", "hexo-asset-image": "git+https://github.com/xcodebuild/hexo-asset-image.git", "hexo-deployer-git": "^1.0.0", "hexo-generator-archive": "^0.1.5", "hexo-generator-category": "^0.1.3", "hexo-generator-index": "^0.2.1", "hexo-generator-json-content": "^4.1.6", "hexo-generator-tag": "^0.2.0", "hexo-renderer-ejs": "^0.3.1", "hexo-renderer-marked": "^1.0.1", "hexo-renderer-stylus": "^0.3.3", "hexo-server": "^0.3.3" } }

  4. my _config.yml is default one, which is just removed the .example of repe's _config.yml.example.

Thanks in advance.

ppoffice commented 4 years ago

@tinyvane Please check out this package.json and upgrade your dependencies accordingly.