We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please check followings before submitting a new issue.
hexo version
post_asset_folder: true
hello.md
_posts
test.yml
_posts/hello
skip_render: - '**.yml'
public\hello\test.json
no, safe mode didn't generate any page
Node.js & npm version(node -v && npm -v)
node -v && npm -v
v18.15.0 9.5.0
Your site _config.yml (Optional)
_config.yml
Hexo and Plugin version(npm ls --depth 0)
npm ls --depth 0
$ npm ls --depth 0 [email protected] D:\soft\hexo\blog ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] ├── [email protected] └── [email protected]
Your package.json package.json
package.json
{ "name": "hexo-site", "version": "0.0.0", "private": true, "scripts": { "build": "hexo generate", "clean": "hexo clean", "deploy": "hexo deploy", "server": "hexo server" }, "hexo": { "version": "6.3.0" }, "dependencies": { "hexo": "^6.3.0", "hexo-generator-archive": "^2.0.0", "hexo-generator-category": "^2.0.0", "hexo-generator-index": "^3.0.0", "hexo-generator-tag": "^2.0.0", "hexo-mermaid-lastest": "^1.0.0", "hexo-relative-link": "^3.0.3", "hexo-renderer-ejs": "^2.0.0", "hexo-renderer-marked": "^6.0.0", "hexo-renderer-stylus": "^2.1.0", "hexo-replace-title-with-filename": "^1.0.0", "hexo-server": "^3.0.0", "hexo-theme-icarus": "^5.2.1", "hexo-theme-landscape": "^1.0.0" } }
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Check List
Please check followings before submitting a new issue.
hexo version
to check)Expected behavior
Actual behavior
How to reproduce?
post_asset_folder: true
in _config.ymlhello.md
in_posts
, createtest.yml
in_posts/hello
dir (hello is asset folder)test.yml
becamepublic\hello\test.json
Is the problem still there under "Safe mode"?
no, safe mode didn't generate any page
Environment & Settings
Node.js & npm version(
node -v && npm -v
)Your site
_config.yml
(Optional)Hexo and Plugin version(
npm ls --depth 0
)Your package.json
package.json
Others
The text was updated successfully, but these errors were encountered: