Can I use custom slug in metadata ?
In my blog, I use Japanese character as a title. Blot uses a title as a slug to create URL of an article. But we never use Japanese characters for URL.
I know that we can specify URLs of articles in Link metadata. But I use "date and title" for Permalink format. I'd like to specify only slug instead of title on metadata of each articles. If I specify "apple" on Link metadata in an article, URL of the article should be "YYYY/MM/D/apple".
This problem could be solved by using Custom Permalink as follows.
{{YYYY}}/{{MM}}/{{D}}/{{stem}}
I found that using this Custom Permalink and using URL Friendly English in the source file name of the article gave me the results I wanted.
Thanks!
Answered 3 years ago ยท Edit answer