Skip to content

Commit 3618092

Browse files
committed
Shutdown Disqus by default.
1 parent 82fc4a7 commit 3618092

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

_config.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ google_site_verification: google_meta_tag_verification # change to your verifica
4040

4141
#--------------------------
4242

43+
# if your site type is Project Pages site, change below value to '/projectname'
44+
baseurl: ''
45+
4346
# Change to your timezone › http://www.timezoneconverter.com/cgi-bin/findzone/findzone
4447
timezone: Asia/Shanghai
4548

@@ -55,19 +58,15 @@ google_analytics:
5558

5659

5760
disqus:
58-
shortname: 'disqus' # Change to your Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
59-
comments: true # boolean type, the global switch for posts comments.
61+
comments: false # boolean type, the global switch for posts comments.
62+
shortname: '' # Fill with your Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
6063

6164
# The year your website first ran.
6265
first_run: 2019
6366

6467
# boolean type, global switch for ToC in posts.
6568
toc: true
6669

67-
68-
# if your site type is Project Pages site, change below value to '/projectname'
69-
baseurl: ''
70-
7170
paginate: 10
7271

7372
markdown: kramdown

0 commit comments

Comments
 (0)