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 7edfd02 commit b6578bfCopy full SHA for b6578bf
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
footnotereturnlinkcontents = "↩"
9
exampleSite/layouts/partials/foot_custom.html
@@ -2,3 +2,5 @@
2
<script async src="//mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>
<script async src="//yihui.org/js/center-img.js"></script>
+
+{{ template "_internal/disqus.html" . }}
0 commit comments