- valine 评论需要 LeanCloud 支持
# LeanCloud 注册
- 到 LeanCloud 网站完成注册。
- 创建应用。
- 名称随便取,方案看自己选择。开发版免费但是有限制,商业版收费无限制。
- 点击配置按钮进行配置。
- 点击设置 - 应用凭证可获取 App ID 和 App Key
- 点击设置 - 安全中心根据自己的需求配置
# 修改 Theme.Shoka 配置
valine: | |
appId: 粘贴5中获取的App ID #Your_appId | |
appKey: 粘贴5中获取的App Key #Your_appkey | |
placeholder: ヽ(○´∀`)ノ♪欢迎畅所欲言 # Comment box placeholder | |
avatar: mp #默认头像设置 Gravatar style : mp, identicon, monsterid, wavatar, robohash, retro | |
pageSize: 10 # Pagination size | |
lang: zh-CN | |
visitor: true # Article reading statistic 这个要设置为 false,以免与 leancloud_visitors 突冲 | |
NoRecordIP: false # Whether to record the commenter IP | |
serverURLs: # When the custom domain name is enabled, fill it in here (it will be detected automatically by default, no need to fill in) | |
powerMode: true | |
tagMeta: | |
visitor: 新朋友 | |
master: 博主 | |
friend: 小伙伴 | |
investor: 金主粑粑 | |
tagColor: | |
master: "var(--color-orange)" | |
friend: "var(--color-aqua)" | |
investor: "var(--color-pink)" | |
tagMember: | |
master: | |
# - hash of master@email.com | |
# - hash of master2@email.com | |
friend: | |
# - hash of friend@email.com | |
# - hash of friend2@email.com | |
investor: | |
# - hash of investor1@email.com |