Feature waline comments #406
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
添加了waline评论:
需要在官方文档中根据官方文档操作,完成waline的部署。
最后在
src/config.ts
中添入serverURL
配置项(部署好的waline地址),在文章的Front-matter
中加入comments: true
即可在单篇文章中启用waline评论。需要的话我之后可以补充详细的操作步骤。
Added Waline comments:
You need to follow the instructions in the official documentation to complete the Waline deployment.
Finally, add the
serverURL
configuration item (the deployed Waline address) insrc/config.ts
, and includecomments: true
in the article'sFront-matter
to enable Waline comments for individual posts.If needed, I can provide more detailed operation steps later."