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:
authorMike Bergeron <shortword@users.noreply.github.com>2018-07-09 15:01:18 +0300
committerCurtis Timson <curt@live.co.uk>2018-07-09 15:01:18 +0300
commitd519eecd3226a9baf22480daafde3679136452e7 (patch)
treeaa7a5f4e64263b3c60e7a407c15c85f899b60d50 /exampleSite/config.toml
parenta875df294885e590e6502bed008f797ba186cdb0 (diff)
Use Hugo disqus template (#39)4.0.0
* Use Hugo disqus template This commit makes the following changes: * Remove the disqus partial present in the project * Use the Hugo provided disqus template to lessen maintenance, and provide a cohesive experience with the Hugo documentation * Update config files to not use the previous local disqus partial * Update the front-matter for the example posts For more info about the disqus internal template please see this URL: https://gohugo.io/templates/internal/#configure-disqus Signed-off-by: Michael Bergeron <mikeb.code@gmail.com> * Bump version due to disqus breaking change
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml4
1 files changed, 1 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 902552c..2ee3ef4 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -3,6 +3,7 @@ title = "Massively"
baseURL = "http://localhost:1313/"
theme = "../.."
googleanalytics = "UA-113904582-3"
+disqusShortname = "hugo-massively"
# [params]
# set below parameter to define a favicon
@@ -14,9 +15,6 @@ googleanalytics = "UA-113904582-3"
# pagesize = "6"
# featuredpost = "true"
-[params.settings]
- disqus = "hugo-massively"
-
[languages]
[languages.en]
languageName = "English"