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:
authorotis <xiaohei.zyx@gmail.com>2019-12-31 05:35:12 +0300
committerotis <xiaohei.zyx@gmail.com>2019-12-31 05:35:12 +0300
commit94e9e3a2beefd7880e29a2055501a01de34dfcf8 (patch)
treed1cbd131a9e95bd1bae60b1480efd0a3eae2e058
parent2356158ae40813d511c67af0ec9dab3938a52799 (diff)
update some config
-rw-r--r--exampleSite/config.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/exampleSite/config.yml b/exampleSite/config.yml
index a0eade8..8868dab 100644
--- a/exampleSite/config.yml
+++ b/exampleSite/config.yml
@@ -6,6 +6,7 @@ footnoteReturnLinkContents: ↩
hasCJKLanguage: true
paginate: 7
enableEmoji: true
+PygmentsCodeFences: false
googleAnalytics: "" # UA-XXXXXXXX-X
permalinks:
posts: /:year/:month/:filename/
@@ -72,7 +73,7 @@ params:
# 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"] # refer to http://staticfile.org/, search highlight.js, already have highlight.min.js
+ langs: ["python", "javascript","ini"] # refer to http://staticfile.org/, search highlight.js, already have highlight.min.js
menuIcons:
enable: true # 是否启用导航菜单图标
@@ -172,7 +173,7 @@ params:
# config
config:
- skin: # theme color default is white. other type [theme-black,theme-blue,theme-green,theme-purple]
+ skin: theme-black # theme color default is white. other type [theme-black,theme-blue,theme-green,theme-purple]
layout: main-center # main-left main-center main-right
excerpt_link: Read More
toc: true