-
Notifications
You must be signed in to change notification settings - Fork 328
0kb of style.css after Hexo g. #276
Description
- 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?
-
Npm update
-
The default theme of "landscape" is ok.
-
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"
}
} -
my _config.yml is default one, which is just removed the .example of repe's _config.yml.example.
Thanks in advance.