Skip to content

Commit f990391

Browse files
committed
add support giscus comments after chaned new theme.
Signed-off-by: lijiansheng <lijiansheng@opensourceway.community>
1 parent 4d75a67 commit f990391

3 files changed

Lines changed: 39 additions & 0 deletions

File tree

content/posts/open-source-as-institutional/Reconstructing-the-Social-Contract-of-the-Digital-Commons.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ title: "重构数字公地的社会契约:从要素禀赋到 Akrites 的多中
1919
url: ""
2020
authors:
2121
- 「开源之道」·适兕 X 「开源之道」·窄廊
22+
comments: true
2223
---
2324

2425
## 引言

content/posts/open-source-economic/12-lectures-of-open-source.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ title: "开源经济学12讲"
1616
url: ""
1717
authors:
1818
- 「开源之道」·适兕
19+
comments: true
1920
---
2021

2122
> 基本问题就是,人们协同工作并不是一件简单的事情,当然也就无法轻松地产生复杂的综合系统。解决方案之一就是大家所熟悉的经济体系,即建立在专有财产权、分工、降低交易成本以及管理主要动因问题等方面的相互协调之上。开源的成功证明了一种全然不同的解决方案的重要性。这种解决方案建立在一种对围绕发布而形成的财产权利的非传统理解之上。开源运用该观念触及更宽泛的人类动机和情感,这就超出了直接按劳付酬的界限。而且,它依赖于一套组织结构来协调围绕分布式创新管理问题的行为,这不同于劳动分工。这些特征没有一种是全新的、开源独有的或者局限于互联网的。但是,综合起来,他们就构成了一种工作方式的一般要素,而且这种工作方式对经济学和政治学具有潜在的重要价值。

layouts/_partials/comments.html

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{{- /* Comments area start - utteranc.es (GitHub Issues based) */ -}}
2+
{{- if .Param "comments" }}
3+
<div id="utteranc-comments" style="margin-top: 2rem;">
4+
<!-- <script src="https://utteranc.es/client.js"
5+
repo="OCselected/ttoos"
6+
issue-term="pathname"
7+
label="blog-comment"
8+
theme="preferred-color-scheme"
9+
crossorigin="anonymous"
10+
async>
11+
</script>
12+
-->
13+
<!-- support giscus -->
14+
<script src="https://giscus.app/client.js"
15+
data-repo="OCselected/ocselected.github.io"
16+
data-repo-id="MDEwOlJlcG9zaXRvcnkxODU3NjE2NzY="
17+
data-category="Announcements"
18+
data-category-id="MDE4OkRpc2N1c3Npb25DYXRlZ29yeTMyOTU4MzA3"
19+
data-mapping="title"
20+
data-reactions-enabled="1"
21+
data-emit-metadata="1"
22+
data-input-position="top"
23+
data-theme="light"
24+
data-lang="zh-CN"
25+
crossorigin="anonymous"
26+
async>
27+
</script>
28+
29+
<noscript>
30+
<p style="color: #666; text-align: center; padding: 1rem;">
31+
请启用 JavaScript 来查看评论。<br>
32+
Comments are powered by <a href="https://utteranc.es/">utteranc.es</a> (GitHub Issues).
33+
</p>
34+
</noscript>
35+
</div>
36+
{{- end }}
37+
{{- /* Comments area end */ -}}

0 commit comments

Comments
 (0)