From c36f81116284cd97d11d4927c8084729a5c45e9f Mon Sep 17 00:00:00 2001 From: Jimmy Cai Date: Tue, 8 Sep 2020 23:42:23 +0200 Subject: [PATCH] doc(exampleSite): add disqus shortname for example site --- exampleSite/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index b73b0b6..39064a8 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -3,6 +3,7 @@ languageCode = "en-us" theme = "hugo-theme-stack" paginate = 5 title = "Example Site" +disqusShortname = "hugo-theme-stack" # Change it to your Disqus shortname before using [params] mainSections = ["post"]