-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_config.yml
85 lines (61 loc) · 2.65 KB
/
_config.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
# 当前主题版本:1.2.2
# 主题开源页面及文档:PureSuck-theme
############################### SEO ############################### > start
seo:
# When there are no keywords in the article's front-matter, use tags as keywords.
use_tags_as_keywords: true
# When there is no description in the article's front-matter, use excerpt as the description.
use_excerpt_as_description: true
robots:
home_first_page: index,follow
home_other_pages: noindex,follow
archive: noindex,follow
category: noindex,follow
tag: noindex,follow
# robots can be written in front-matter
############################### SEO ############################### > end
############################### Open Graph ############################### > start
# https://ogp.me/
# https://hexo.io/zh-cn/docs/helpers#open-graph
open_graph:
image:
twitter_card: summary # summary_large_image , summary
# twitter_id:
# twitter_site:
google_plus:
############################### Open Graph ############################### > end
favicon: /images/avatar.ico # favicon.ico 地址 填写ico格式图片 URL 地址, 在网站标题前加上一个图标
title: 网站标题 # 网站标题 网站左侧标题文字
logo: /images/avatar.ico # 左侧 LOGO 地址 填写 JPG/PNG/Webp 等图片 URL 地址, 网站左侧头像的显示 (512*512最佳)
author:
avatar: /images/avatar.ico # 作者头像地址
customDescription: # 左侧个人描述,支持自定义HTML/markdown
menu:
- name: home
url: /
- name: about
url: /about/
leftSideCustomCode: # 左侧自定义区域,支持自定义HTML/markdown,将在网站左侧显示
footerScript: # Script标签
# 位于Footer,可以插统计站的代码,在这里填入JavaScript代码,需要包含<script>标签,不要填其他内容,否则会造成样式错误!
# 如果开启了 Pjax 功能,请自行在 header.php 配置回调函数或者向他人寻求帮助
footerInfo: # 网页底部信息,支持markdown
pjax:
enable: true # 启用 Pjax 加载(实验性)
# timeout: 6500 # 超时
# 主标题下的装饰线条样式 值 off(关)boldLine(粗线条) wavyLine(波浪线条)
postTitleAfter: boldLine
# 是否显示 TOC 目录树
showTOC: true
# 是否显示分类模块
showCategory: true
# 是否显示标签模块
showTag: true
# 是否在文章页尾显示版权信息
showCopyright: true
# 代码高亮个性化
code:
ShowLineNumbers: true # 显示代码行数
ShowCopyButton: true # 显示复制按钮
# 主题配色 pink 素粉 green 淡绿 blue 墨蓝 yellow 落黄
colorScheme: pink