Skip to content
New issue

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

:name parameter in permalink cannot work as expected. #5495

Closed
5 tasks done
Xheldon opened this issue May 25, 2024 · 2 comments
Closed
5 tasks done

:name parameter in permalink cannot work as expected. #5495

Xheldon opened this issue May 25, 2024 · 2 comments

Comments

@Xheldon
Copy link

Xheldon commented May 25, 2024

Check List

  • I have already read Docs page & Troubleshooting page.
  • I have already searched existing issues and they are not help to me.
  • I examined error or warning messages and it's difficult to solve.
  • I am using the latest version of Hexo. (run hexo version to check)
  • My Node.js is matched the required version.

Expected behavior

expected: /tech/use-notion-flow.html

Actual behavior

result: /tech/tech-2024-use-notion-flow.html

How to reproduce?

  1. add file: source/_posts/tech/2015/how-to-work.md

  2. modify _config.yml: permalink: :category/:name.html

  3. hexo generate or hexo server in browser

Is the problem still there under Safe mode?

YES

Your Node.js & npm version

node 18.19.7

iMac 2017, x64

Your Hexo and Plugin version

NO PLUGIN

Your package.json

No response

Your site's _config.yml (Optional)

No response

Others

permalink 中的 name 不符合预期,对于 _posts/life/2015/xxx.md 来说,官网文档说 permalink 中的 :name 表示的是 xxx,但是实际是 life-2015-xxx,而且没有任何办法获取到文件名 xxx

@uiolee
Copy link
Member

uiolee commented May 26, 2024

can't reproduce

$ ls -R source/_posts

source/_posts/tech/2024:
myPostFileName.md
INFO  Generated: postsDir/myPostFileName.html

@uiolee
Copy link
Member

uiolee commented Jul 8, 2024

Close as can't repro

I cannot reproduced this case and no one provides enough information, I am going to close this issue.

If the problem still exists or anyone has any info, feel free to comment or open issue.

@uiolee uiolee closed this as not planned Won't fix, can't repro, duplicate, stale Jul 8, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants