Beaudar
基础配置
经过测试和翻阅其他Blog,本博客决定使用 Beaudar 为本博客提供评论服务。
配置文件如下:
bolg/_config.stellar.yml
comments:
service: beaudar
beaudar:
repo: shyjava/shyblog
Github仓库如下:
Comments
共用评论数据
如果您有多个页面需要共用评论数据,可以在 front-matter 中覆盖评论参数,例如:
blog/source/about/index.mdtitle: 关于
beaudar:
'issue-term': '留言板'
blog/source/friends/index.md
title: 友链
beaudar:
'issue-term': '留言板'