Closed hassiocn closed 2 years ago
This issue has been automatically marked as stale because lack of recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I have the same issue... Was this ever resolved?
Check List
Please check followings before submitting a new issue.
hexo version
to check)Expected behavior
For instance: {% post_link how-to-bake-a-cake %}.
This will work as long as the filename of the post is how-to-bake-a-cake.md, even if the post is located at source/posts/2015-02-my-family-holiday and has permalink 2018/en/how-to-bake-a-cake
I have /source/_post/intro/1/intro_install.md {% post_link intro-install 'intro install ' %} ,it shoud link to intro_install.md
Actual behavior
after hexo g,hexo s, Post not found: intro-install intro install on the page
How to reproduce?
Is the problem still there under "Safe mode"?
Environment & Settings
Node.js & npm version(
node -v && npm -v
)Your site
_config.yml
(Optional)Your theme
_config.yml
(Optional)Hexo and Plugin version(
npm ls --depth 0
)Your package.json
package.json
Others