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:
-rw-r--r--exampleSite/config.toml5
1 files changed, 3 insertions, 2 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index 5a766ec..3a7f29b 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -8,9 +8,10 @@ pluralizeListTitles = false
# Minimum number of posts before paginate navigation show up
paginate = 10
-canonifyURL = true
+
# Your disqus shortname
disqusShortname = ""
+
# Edit this if you want to translate your blog
defaultContentLanguage = "en"
@@ -50,7 +51,7 @@ defaultContentLanguage = "en"
dateFmt = "Jan 02, 2006"
# Code Highlighting (HighlightJS)
- highlightJs = true
+ highlightJs = false
highlightJsLanguages = [ "go" ]
highlightJsStyle = "ocean"