Skip to content

Commit 5420940

Browse files
authored
Support Disqus comments (#32)
1 parent fb3bec6 commit 5420940

3 files changed

Lines changed: 6 additions & 0 deletions

File tree

config/production/hugo.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
baseURL: https://learn-software.com
22
googleAnalytics: "G-SMXN3JD6J0"
3+
services:
4+
disqus:
5+
shortname: learn-software

config/production/params.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
article:
2+
showComments: true

layouts/partials/comments.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{{ partial "disqus.html" . }}

0 commit comments

Comments
 (0)