Jas
Commenting

Commenting

The theme Journal. natively supports two commenting services – Livere and Disqus. To enable commenting, you just need to add one of the following lines to the _config.yml in theme *Journal.*'s directory.

1
2
livere: [data-uid] on livere.com
disqus: [short_name] on disqus.com

If two fields are both left non-empty, two comment boxes will appear. To fix this, just leave one of the two fields empty.

Makitoさん的README上雖然有教程,但別說出現兩個評論框了,我一個評論框都沒有出現(苦笑)。而且Archives和About me還會消失。

不管把short name放在框內還是不要框都一樣,到底是哪裡出了錯?


主题配置文件(_config.yml)文件中找到以下代码,添加你Disqus设置的Website Name在shortname处,英文冒号后空格。

1
2
3
4
5
6
7
8
9
10
11
12
# Duoshuo ShortName
#duoshuo_shortname:

#添加在这里
# Disqus
disqus:
enable: true
shortname: deppwang #your name
count: true

# Hypercomments
#hypercomments_id:

作者:DeppWang
链接:https://www.jianshu.com/p/d68de067ea74
来源:简书
著作权归作者所有。商业转载请联系作者获得授权,非商业转载请注明出处。

在網上找到這位作者的教程,從頭到尾跟著做一遍仍然是一樣沒有出現評論框。(07.01.2020)


反復研究了Makitoさん在Github頁面上的教程,來來回回改了好幾次語法,搗弄了很久還是不行。幾乎要放棄的時候抱著最後一絲希望打開了更新過的config.yml文件,看了一眼關於Disqus的那一行…

原來Makitoさん為了避免混亂早就把disqus: [short_name] on disqus.com改成了disqus: # [short_name] for disqus.com

我還傻乎乎地改回去並混淆了自己,還想著到底是要打on Disqus還是for Disqus,實際上根本就無所謂。看來Markdown的基礎語法還不夠熟悉。

接近凌晨4點的時候,該去睡了。