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

github.com/yursan9/manis-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'exampleSite/config.toml')
-rw-r--r--exampleSite/config.toml12
1 files changed, 10 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 68e50fc..4a151f1 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -37,8 +37,6 @@ pygmentsUseClasses = true
# Custom CSS
customCSS = []
- # List of sections that support disqus comments
- disqusSections = [ "blog" ]
# Site meta description
description = "Sweet little Hugo's theme for personal website or blog."
# Site's Tagline (Subtitle or Keyword)
@@ -52,6 +50,16 @@ pygmentsUseClasses = true
mainSections = ["blog", "post"]
# Configure which sections for Latest Works
workSections = ["work"]
+
+ # List of sections that support disqus comments
+ disqusSections = [ "blog" ]
+ # List of sections that support utterances comments
+ utterancesSections = [ "blog" ]
+
+ # Utterances Configuration
+ utterancesRepo = ""
+ utterancesTheme = "github-light"
+ utterancesLabel = ""
# 404 Configuration
head404 = "Sorry, I can't find what you want."