Skip to content

Commit

Permalink
Add comment component
Browse files Browse the repository at this point in the history
  • Loading branch information
SingleMoonlight committed Sep 22, 2024
1 parent 73bd5e8 commit 5247c34
Showing 1 changed file with 11 additions and 10 deletions.
21 changes: 11 additions & 10 deletions docs/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -91,16 +91,17 @@ export default defineUserConfig({
* comments
* @see https://theme-plume.vuejs.press/guide/features/comments/
*/
// comment: {
// provider: '', // "Artalk" | "Giscus" | "Twikoo" | "Waline"
// comment: true,
// repo: '',
// repoId: '',
// categoryId: '',
// mapping: 'pathname',
// reactionsEnabled: true,
// inputPosition: 'top',
// },
comment: {
provider: 'Giscus', // "Artalk" | "Giscus" | "Twikoo" | "Waline"
comment: true,
repo: 'SingleMoonlight/qingheblog',
repoId: 'R_kgDOMxqdhg',
category: 'Announcements',
categoryId: 'DIC_kwDOMxqdhs4CirgI',
mapping: 'pathname',
reactionsEnabled: true,
inputPosition: 'top',
},
},
}),
})

0 comments on commit 5247c34

Please sign in to comment.