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
添加如下配置到hexo站点_config.yml中会导致格式在摘要中无效
excerpt: depth: 10 excerpt_excludes: [] more_excludes: [] hideWholePostExcerpts: true
package.json
{ "dependencies": { "hexo": "^5.4.0", "hexo-abbrlink": "^2.2.1", "hexo-excerpt": "^1.1.6", "hexo-generator-archive": "^1.0.0", "hexo-generator-category": "^1.0.0", "hexo-generator-index": "^2.0.0", "hexo-generator-searchdb": "^1.3.4", "hexo-generator-tag": "^1.0.0", "hexo-related-popular-posts": "^5.0.1", "hexo-renderer-ejs": "^1.0.0", "hexo-renderer-marked": "^4.0.0", "hexo-renderer-stylus": "^2.0.1", "hexo-server": "^2.0.0", "hexo-tag-hint": "^0.3.1", "hexo-theme-next": "^8.5.0", "hexo-word-counter": "0.0.3" } } ! ![未添加到配置文件](https://user-images.githubusercontent.com/58281079/124355154-58298380-dc42-11eb-978b-27d0a20e57be.png) ![添加到配置文件](https://user-images.githubusercontent.com/58281079/124355156-59f34700-dc42-11eb-9590-d675b4802f05.png)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
添加如下配置到hexo站点_config.yml中会导致格式在摘要中无效
package.json
The text was updated successfully, but these errors were encountered: