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:
authorzhaohuabing <zhaohuabing@gmail.com>2019-07-22 17:44:51 +0300
committerGitHub <noreply@github.com>2019-07-22 17:44:51 +0300
commitac0c2e827fc26e72b5426cb34b0d709874abd975 (patch)
treed4a40eb43a399dbf239fc401176e9f9cddc40d73 /exampleSite
parent68a03460586c55ab319c9fa45f31633bc4f879d3 (diff)
parent6c815944cfbec5c1da24cfdd2743a5780485f393 (diff)
Merge pull request #57 from JackKuo-tw/highlightjs
Add highlight.js theme configuration
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 84412c2..9a391f2 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"