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

github.com/zhaohuabing/hugo-theme-cleanwhite.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJackKuo <kuohfjack@gmail.com>2019-06-23 06:22:27 +0300
committerJackKuo <kuohfjack@gmail.com>2019-06-23 06:22:27 +0300
commit6c815944cfbec5c1da24cfdd2743a5780485f393 (patch)
treeb6dfff1aa556d6b3a485ed7f56382618ef849d31 /exampleSite
parent722b6c6c91fdd3255fc79887d7bb196640a61bef (diff)
Add highlight.js conf
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.toml4
1 files changed, 4 insertions, 0 deletions
diff --git a/exampleSite/config.toml b/exampleSite/config.toml
index fcf8545..20e79cd 100644
--- a/exampleSite/config.toml
+++ b/exampleSite/config.toml
@@ -57,6 +57,10 @@ home = ["HTML", "RSS", "Algolia"]
bookmarks = false
about_me = true
+ # Highlight.js theme
+ # demo: https://highlightjs.org/static/demo/
+ highlightjs = "docco"
+
[params.social]
rss = true
email = "youremail@gmail.com"