diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 7147426b..f1e88714 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -3,7 +3,7 @@ languageCode = "en-us" title = "A minimal Hugo website" theme = "hugo-xmin" googleAnalytics = "" -disqusShortname = "" +disqusShortname = "yihui" ignoreFiles = ["\\.Rmd$", "\\.Rmarkdown$", "_files$", "_cache$"] footnotereturnlinkcontents = "↩" @@ -34,3 +34,4 @@ footnotereturnlinkcontents = "↩" [params] description = "A website built through Hugo and blogdown." footer = "© [Yihui Xie](https://yihui.name) 2017 -- 2019 | [Github](https://github.com/yihui) | [Twitter](https://twitter.com/xieyihui)" + enable_comments = true diff --git a/layouts/post/single.html b/layouts/post/single.html new file mode 100644 index 00000000..6acdfe67 --- /dev/null +++ b/layouts/post/single.html @@ -0,0 +1,14 @@ +{{ partial "header.html" . }} +
+ +