We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d776326 commit 522a062Copy full SHA for 522a062
exampleSite/config.yaml
@@ -3,7 +3,7 @@ languageCode: "en-us"
3
title: "A minimal Hugo website"
4
theme: "hugo-xmin"
5
googleAnalytics: ""
6
-disqusShortname: ""
+disqusShortname: "yihui"
7
ignoreFiles: ["\\.Rmd$", "\\.Rmarkdown$", "_cache$"]
8
footnotereturnlinkcontents: "↩"
9
exampleSite/layouts/partials/foot_custom.html
@@ -3,3 +3,5 @@
<script src="//cdn.jsdelivr.net/combine/npm/katex/dist/katex.min.js,npm/katex/dist/contrib/auto-render.min.js,npm/@xiee/utils/js/render-katex.js" defer></script>
<script src="//cdn.jsdelivr.net/npm/@xiee/utils/js/center-img.min.js" defer></script>
+
+{{ template "_internal/disqus.html" . }}
0 commit comments