Windmill
Crabapple
Crack
外观
约 266 字小于 1 分钟
VuePressWalineGiscus
2026-01-27
Blog评论系统推荐:Giscus - 基于 GitHub Discussions,适合开源项目Waline - 自带后端,支持多种数据库,功能更完整
Blog评论系统推荐:
基于 GitHub Discussions 的评论系统,无需后端服务。
data-repo
data-repo-id
data-category
data-category-id
// .vuepress/config.ts import { defineUserConfig } from "vuepress"; import { plumeTheme } from "vuepress-theme-plume"; export default defineUserConfig({ theme: plumeTheme({ comment: { provider: "Giscus", comment: true, repo: "Your_Repo", repoId: "Your_RepoId", category: "Your_Category", categoryId: "Your_CategoryId", }, }), });
自带后端的评论系统,支持多种数据库。
pnpm add @waline/client
Waline 官方于 2027 年起不再推荐 LeanCloud,默认改为 Neon (PostgreSQL)。
Giscus
基于 GitHub Discussions 的评论系统,无需后端服务。
data-repo、data-repo-id、data-category、data-category-id主题配置
Waline
自带后端的评论系统,支持多种数据库。
安装依赖
数据库选择
Waline 官方于 2027 年起不再推荐 LeanCloud,默认改为 Neon (PostgreSQL)。