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 ffa1147 commit 6ca35c9Copy full SHA for 6ca35c9
exampleSite/config.toml
@@ -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$", "_files$", "_cache$"]
8
preserveTaxonomyNames = true
9
footnotereturnlinkcontents = "↩"
exampleSite/layouts/partials/foot_custom.html
@@ -2,3 +2,5 @@
2
<script async src="//cdn.bootcss.com/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script async src="//yihui.name/js/center-img.js"></script>
+
+{{ template "_internal/disqus.html" . }}
0 commit comments