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

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

@tinyvane

Description

@tinyvane
  • 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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    discussionAny questions about this theme.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions