小破站从现在开始使用全新的utteranc插件作为评论插件,它基于 GitHub issues 系统,使用 GitHub 原版的主题样式,并且使用 GitHub App 自动创建 issues,感觉非常的酷。

使用你的 GitHub 账号登录,留下评论试试吧~

附:主题模板源代码

1
2
3
4
5
6
7
8
9
10
<% if (theme.utteranc){ %>
<script src="https://utteranc.es/client.js"
repo="<%= theme.utteranc.owner %>/<%= theme.utteranc.repo %>"
issue-term="<% if (theme.utteranc.term) { %><%= theme.utteranc.term %><% } else { %>pathname<% } %>"
label="<% if (theme.utteranc.label) { %><%= theme.utteranc.label %><% } else { %>_utteranc<% } %>"
theme="<% if (theme.utteranc.theme) { %><%= theme.utteranc.theme %><% } else { %>github-light<% } %>"
crossorigin="anonymous"
async>
</script>
<% } %>