mirror of
https://github.com/yihui/hugo-xmin.git
synced 2024-11-22 08:29:19 +02:00
enable Disqus comments
This commit is contained in:
parent
982dfb320e
commit
1d034a9c38
|
@ -3,7 +3,7 @@ languageCode = "en-us"
|
||||||
title = "A minimal Hugo website"
|
title = "A minimal Hugo website"
|
||||||
theme = "hugo-xmin"
|
theme = "hugo-xmin"
|
||||||
googleAnalytics = ""
|
googleAnalytics = ""
|
||||||
disqusShortname = ""
|
disqusShortname = "yihui"
|
||||||
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
|
||||||
footnotereturnlinkcontents = "↩"
|
footnotereturnlinkcontents = "↩"
|
||||||
|
|
||||||
|
|
|
@ -2,3 +2,5 @@
|
||||||
<script async src="//mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>
|
<script async src="//mathjax.rstudio.com/latest/MathJax.js?config=TeX-MML-AM_CHTML"></script>
|
||||||
|
|
||||||
<script async src="//yihui.name/js/center-img.js"></script>
|
<script async src="//yihui.name/js/center-img.js"></script>
|
||||||
|
|
||||||
|
{{ template "_internal/disqus.html" . }}
|
||||||
|
|
Loading…
Reference in New Issue