Open tinyvane opened 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?
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.
@tinyvane Please check out this package.json and upgrade your dependencies accordingly.
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.