1 Commits

Author SHA1 Message Date
Yihui Xie
68a839ece2 enable Disqus comments 2018-03-21 10:39:12 -05:00
2 changed files with 3 additions and 3 deletions

View File

@@ -2,8 +2,8 @@ baseurl = "/"
languageCode = "en-us" languageCode = "en-us"
title = "A minimal Hugo website" title = "A minimal Hugo website"
theme = "hugo-xmin" theme = "hugo-xmin"
googleAnalytics = "UA-1988641-2" googleAnalytics = ""
disqusShortname = "" disqusShortname = "yihui"
ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"] ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"]
preserveTaxonomyNames = true preserveTaxonomyNames = true
footnotereturnlinkcontents = "↩" footnotereturnlinkcontents = "↩"

View File

@@ -3,4 +3,4 @@
<script async src="//yihui.name/js/center-img.js"></script> <script async src="//yihui.name/js/center-img.js"></script>
{{ template "_internal/google_analytics.html" . }} {{ template "_internal/disqus.html" . }}