Skip to content

Commit 58b5ad8

Browse files
committed
adding disqus
1 parent cab1cd4 commit 58b5ad8

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ gem "http_parser.rb", "~> 0.6.0", :platforms => [:jruby]
2626
if RUBY_PLATFORM =~ /linux-musl/
2727
gem "jekyll-sass-converter", "~> 2.0"
2828
end
29+
30+
gem 'jekyll-compose', group: [:jekyll_plugins]

_config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,10 +85,12 @@ avatar: /assets/img/logo.png
8585
toc: true
8686

8787
comments:
88-
active: # The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
88+
active: disqus
89+
# The global switch for posts comments, e.g., 'disqus'. Keep it empty means disable
8990
# The active options are as follows:
9091
disqus:
91-
shortname: # fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
92+
shortname: zp4-learning
93+
# fill with the Disqus shortname. › https://help.disqus.com/en/articles/1717111-what-s-a-shortname
9294
# utterances settings › https://utteranc.es/
9395
utterances:
9496
repo: # <gh-username>/<repo>
@@ -196,3 +198,6 @@ jekyll-archives:
196198
permalinks:
197199
tag: /tags/:name/
198200
category: /categories/:name/
201+
202+
jekyll_compose:
203+
auto_open: true

0 commit comments

Comments
 (0)