-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path_config.yelee.yml
54 lines (48 loc) · 1.18 KB
/
_config.yelee.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# Hexo Configuration
## Docs: https://hexo.io/docs/configuration.html
## Source: https://github.com/hexojs/hexo/
# Site
language: zh-Hans
# hexo-tag-cloud
tag_cloud:
textFont: Trebuchet MS, Helvetica
textColour: \#333
textHeight: 25
outlineColour: \#ffffff
# Writing
highlight:
enable: false
#prettify 插件位置
# enable 启用和不启用
# theme 使用prettify高亮主题名称
prettify:
enable: true
theme: tomorrow-night-eighties ##这里你可以定义上面下载的themes主题包里面样式文件名,不带.css后缀
lazyload:
enable: false
onlypost: false
loadingImg: /img/loading0_2.gif
# Markdown-it config 表情支持
## Docs: https://github.com/celsomiranda/hexo-renderer-markdown-it/wiki
## http://www.cnblogs.com/fsong/p/5929773.html
markdown:
render:
html: true
xhtmlOut: false
breaks: true
linkify: true
typographer: true
quotes: "“”‘’"
plugins:
- markdown-it-abbr
- markdown-it-footnote
- markdown-it-ins
- markdown-it-sub
- markdown-it-sup
- markdown-it-emoji # add emoji
anchors:
level: 2
collisionSuffix: "v"
permalink: true
permalinkClass: header-anchor
permalinkSymbol: ""