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

github.com/xiaoheiAh/hugo-theme-pure.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUdit <23015406+udit-001@users.noreply.github.com>2019-11-26 08:49:16 +0300
committerUdit <23015406+udit-001@users.noreply.github.com>2019-11-26 08:49:16 +0300
commitb556ff72e32322ce23a00e5efd0461a3f332d8e3 (patch)
tree70de92b6a717315198c9d43378cbcfcd3d98c199 /exampleSite
parent4a42cfef47f3cc5130b140e99bfc88346c85609b (diff)
Adds config params for syntax highlight.
Diffstat (limited to 'exampleSite')
-rw-r--r--exampleSite/config.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index 05f932f..8ec2ba8 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -71,6 +71,9 @@ params:
# Enable/Disable menu icons
# Icon Reference: http://blog.cofess.com/hexo-theme-pure/iconfont/demo_fontclass.html
enableMathJax: true #Enable mathjax support, to use mathematical notations
+ highlightjs:
+ langs: ["python", "javascript"] #specify languages for which you want to add syntax highlight support
+
menuIcons:
enable: true # 是否启用导航菜单图标
home: icon-home-fill