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
hexojs/hexo#506 hexojs/hexo#1479 ppoffice/hexo-theme-icarus#315 hexojs/hexo-util#17
hexo-unique-post-path
npm i hexo-unique-post-path
-- type
$ hexo new "你好, world!" --type=latin => ni-hao-world.md $ hexo new "안녕하세요, 세계!" --type=latin => annyeonghaseyo-segye.md $ hexo new "Привет, мир!" --type=latin => privet-mir.md
hexo new
#_cofig.yml + unique_post_path: + type: latin + auto: true
$ hexo new "你好, world!" => ni-hao-world.md $ hexo new "안녕하세요, 세계!" => annyeonghaseyo-segye.md $ hexo new "Привет, мир!" => privet-mir.md
hexo new2
#_cofig.yml + unique_post_path: + type: latin
$ hexo new2 "你好, world!" => ni-hao-world.md $ hexo new2 "안녕하세요, 세계!" => annyeonghaseyo-segye.md $ hexo new2 "Привет, мир!" => privet-mir.md
Related: #9
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Related Issues:
hexojs/hexo#506
hexojs/hexo#1479
ppoffice/hexo-theme-icarus#315
hexojs/hexo-util#17
Solution:
Install
hexo-unique-post-path
pluginUsage:
1. use
-- type
option2. use
hexo new
, without option3. use
hexo new2
Related: #9
The text was updated successfully, but these errors were encountered: