Skip to content

Commit

Permalink
add comment plugin blog
Browse files Browse the repository at this point in the history
  • Loading branch information
wj-Mcat committed Jun 29, 2024
1 parent 3ac9c17 commit 94a5b9f
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions blog/2024-06-29-init-comment-plugin.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@

---
slug: add-comment-component
title: Add Comment Component to my HandBook
authors: wj-Mcat
tags: [comment]
---

给我心爱的博客添加了评论系统,So, 如果你有任何想说的,欢迎来comment。

博客基于:https://yayocode.com/2024/03/28/adding_a_comment_section_in_docusaurus/ 搭建,博客简单易懂,傻瓜式的照着做就行了。

这TM 才是好博客,我后面也要争取写这种博客。
2 changes: 1 addition & 1 deletion docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const config: Config = {
deploymentBranch: "gh-pages",
trailingSlash: false,

onBrokenLinks: 'throw',
onBrokenLinks: 'ignore',
onBrokenMarkdownLinks: 'warn',

// Even if you don't use internationalization, you can use this field to set
Expand Down

0 comments on commit 94a5b9f

Please sign in to comment.