Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/curttimson/hugo-theme-massively.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCurtis Timson <curt@live.co.uk>2018-02-25 02:31:32 +0300
committerCurtis Timson <curt@live.co.uk>2018-02-25 02:31:32 +0300
commit4f3a6eaabdec5a035a3bbdadd8a26ff110267921 (patch)
treeca40ceb7409eb01e6b0e33c09d40af18f7b56666 /exampleSite
parent06277bf67c08dd5b5226db5a5f2135278461c57c (diff)
:sparkles: Add disqus support
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml3
-rw-r--r--exampleSite/content/post/post.9.md8
2 files changed, 10 insertions, 1 deletions
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