diff --git a/exampleSite/config.yaml b/exampleSite/config.yaml index 438984a..b55925f 100644 --- a/exampleSite/config.yaml +++ b/exampleSite/config.yaml @@ -49,11 +49,17 @@ params: comments: enabled: true provider: disqus + utterances: repo: issueTerm: pathname label: + remark42: + host: + site: + locale: + widgets: enabled: - search diff --git a/layouts/partials/comments/provider/remark42.html b/layouts/partials/comments/provider/remark42.html new file mode 100644 index 0000000..9928825 --- /dev/null +++ b/layouts/partials/comments/provider/remark42.html @@ -0,0 +1,29 @@ +{{- with .Site.Params.comments.remark42 -}} +
+ +{{- end -}} \ No newline at end of file diff --git a/layouts/shortcodes/tencent.html b/layouts/shortcodes/tencent.html new file mode 100644 index 0000000..09f9e8b --- /dev/null +++ b/layouts/shortcodes/tencent.html @@ -0,0 +1,10 @@ +{{ $vid := .Get 0 }} +
+ +
\ No newline at end of file