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
比如front matter为:
--- date: 2021-06-01 10:40:29 tags: ---
hexo g后生成的front matter为:
hexo g
--- abbrlink: '0' date: 2021-06-01 10:40:29 tags: ---
The text was updated successfully, but these errors were encountered:
modify lib/logic.js: support .textbundle, enable always updating cate…
03f1c48
…gories, solve issue ohroy#56 (generate abbrlink='0' when there is no title)
.textbundle
Merge pull request #63 from hyliang96/master
e9c5ee9
support `.textbundle` file format and solve issue #56
No branches or pull requests
比如front matter为:
hexo g
后生成的front matter为:The text was updated successfully, but these errors were encountered: