Skip to content
This repository has been archived by the owner on Jun 4, 2022. It is now read-only.

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

Open
2 tasks done
tinyvane opened this issue Feb 28, 2020 · 1 comment
Open
2 tasks done

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

tinyvane opened this issue Feb 28, 2020 · 1 comment
Labels
discussion Any questions about this theme.

Comments

@tinyvane
Copy link

  • I have setuped and configurated the blog according to Hexo official documentation;
  • [x ] I have read the Theme Wiki carefully and created my own configuration file(_config.yml);
  • I have looked up the Issues and found no duplicate issues.

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
Copy link
Owner

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

@ppoffice ppoffice added the discussion Any questions about this theme. label Mar 2, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
discussion Any questions about this theme.
Projects
None yet
Development

No branches or pull requests

2 participants