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:
authorYurizal Susanto <rizalsagi@gmail.com>2018-04-30 08:46:01 +0300
committerYurizal Susanto <rizalsagi@gmail.com>2018-04-30 08:56:54 +0300
commit4316f1663a9a82def3aaf83893605398b1fbb0b3 (patch)
tree9df8d56d0f69e4586d7d4a55b9f28900a01d7bc8
parent0237d6fea5ae35fa1d9e326445ee448046326ebc (diff)
Change default
Change default for canonifyURL and HighlightJS to false
-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"