This repository has been archived by the owner on Jul 29, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
/
_config.yml
118 lines (99 loc) · 2.21 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
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# header navigation
# 导航菜单路径
# 默认不需要修改
menu:
home: /
archives: archives
tags: tags
about: about
search: search
# site title
# 网站的标题
title: Lemon
# author profile
# 图片放置于主题目录下: source/images/
# author为空时 Hexo/_config.yml 配置有效
profile:
author: Lemon
logo: /images/logo.png
avatar: /images/avatar.jpg
# site favicon
# 图片放置于主题目录下: source/images/
# 站点图标
favicon: /images/favicon.png
# social link
social:
Github: https://github.com/Lemonreds/hexo-theme-nayo
Weibo:
# Zhihu:
# Facebook:
Twitter:
instagram:
# LinkedIn:
Neteasemusic:
Telegram: /
# site analytics
# 站点访问统计
# 填入百度/谷歌的[ analytics id ]
baidu_analytics:
#636802045446222199ae541e32c8133e
google_analytics:
# comment
# 评论系统
# disqus(https://disqus.com/)
# 填入注册好的shortname即可
disqus:
comment: false
shortname: lemonreds
# 基于 valine(https://github.com/xCss/Valine)
# 创建 leancloud 应用 获取 id|key 填入即可
leancloud:
comment: true
app_id: cFM0eCo0CQ9xmBXmHi1eltol-gzGzoHsz
app_key: oh9tizsnvV2vNvWgqEvoNtQO
# 基于 mob(http://www.mob.com)
# 文章分享功能
mob_share:
true
# 文章分享链接
share_item:
- qq
- weixin
- weibo
#- douban
#- tumblr
#- facebook
#- twitter
#- google
# mathjax
# 渲染LateX公式
# 全局开启后,在你需要显示LateX公式的文章头部增加配置
# mathjax: true (参见下方说明)
mathjax:
enable: true
# 文章头部支持的配置有:
# example:
# ---
# title: hexo-theme-nayo
# date: 2018-02-08 21:44:25
#
# hide_toc: true | false
# hide_excerpt: true | false
# banner: /assets/05.jpg
# mathjax: true
# photos:
# - /assets/01.jpg
# - /assets/02.jpg
# - /assets/03.jpg
# - /assets/04.jpg
# ---
# 文章详情页面生效的配置
# hide_toc [boolean] 是否隐藏此文章的[TOC],默认为false
# hide_excerpt [boolean] 是否隐藏此[文章摘要](摘要只显示在首页,不显示在文章页),默认为false
# mathjax [boolean] 是否在此文章[渲染LateX公式]
# photos [array] 文章画廊展示图片
# footer
# 网站底部信息
footer:
author: Lemon
since: 2019