From 4f3a6eaabdec5a035a3bbdadd8a26ff110267921 Mon Sep 17 00:00:00 2001 From: Curtis Timson Date: Sat, 24 Feb 2018 23:31:32 +0000 Subject: :sparkles: Add disqus support --- exampleSite/config.toml | 3 ++- exampleSite/content/post/post.9.md | 8 ++++++++ 2 files changed, 10 insertions(+), 1 deletion(-) create mode 100644 exampleSite/content/post/post.9.md (limited to 'exampleSite') diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 198b0cd..29419d6 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -7,4 +7,5 @@ theme = "../.." foldername = "post" [params.settings] - googleanalytics = "UA-113904582-3" \ No newline at end of file + googleanalytics = "UA-113904582-3" + disqus = "hugo-massively" \ No newline at end of file diff --git a/exampleSite/content/post/post.9.md b/exampleSite/content/post/post.9.md new file mode 100644 index 0000000..8397ee2 --- /dev/null +++ b/exampleSite/content/post/post.9.md @@ -0,0 +1,8 @@ ++++ +title = 'Comments example' +slug = 'comments-example' +image = 'images/pic04.jpg' +date = "2018-02-20T00:00:00" +description = 'Donec eget ex magna. Interdum et malesuada fames ac ante ipsum primis in faucibus. Pellentesque venenatis dolor imperdiet dolor mattis sagittis magna etiam.' +disqusid = '9' ++++ \ No newline at end of file -- cgit v1.2.3