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

github.com/kakawait/hugo-tranquilpeak-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZac Harmany <zac@zacbook.net>2017-11-12 20:55:13 +0300
committerZac Harmany <zac@zacbook.net>2017-11-12 20:55:13 +0300
commitd22b9318bb683f95898c6fd0e91b2f5c2e7f5dc1 (patch)
tree36f7d453ba7de842abf961980bc240d666c9a796 /exampleSite
parent7b03e8864ef04a7f2a360ad8957637b717ca5aa9 (diff)
Fixed typo in 'highligth.js' by replacing with 'highlight.js' globally.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index f9a32a1..82e6689 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -107,9 +107,9 @@ canonifyurls = true
# Global keywords configuration. Following keywords will be add to every pages
# keywords = ["development", "next-gen"]
- # Syntax highlighter, possible choice between: "highligth.js" (recommanded) and "prism.js" (experimental)
- # You can comment it to disable syntax highligthing
- syntaxHighlighter = "highligth.js"
+ # Syntax highlighter, possible choice between: "highlight.js" (recommanded) and "prism.js" (experimental)
+ # You can comment it to disable syntax highlighting
+ syntaxHighlighter = "highlight.js"
# Hide sidebar on all article page to let article take full width to improve reading, and enjoy wide images and cover images. (true: enable, false: disable)
clearReading = true