This repository has been archived by the owner on Nov 25, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 26
/
_config.yml
138 lines (116 loc) · 3.13 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
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
### Welcome to Hexo-Theme-Lx
###Author:blleng(https://github.com/blleng)
###Version:v0.4.4
version: 0.4.4
# favicon
favicon: favicon.ico
# Theme-color for Android Chrome
theme_color: "#58b77a"
# personal information
personal_des: Hello, World!
# avatar
avatar: https://cdn.jsdelivr.net/npm/theme-lx@0.4.4/source/dist/images/avatar.min.jpeg
###The options below are images information
# Home cover
cover: https://cdn.jsdelivr.net/npm/theme-lx@0.4.4/source/dist/images/cover.min.jpeg
# page cover
postcover: https://cdn.jsdelivr.net/npm/theme-lx@0.4.4/source/dist/images/post_cover.min.jpeg
# the cover of newer or older post
pre_post: https://cdn.jsdelivr.net/npm/theme-lx@0.4.4/source/dist/images/footer-r.min.jpeg
nex_post: https://cdn.jsdelivr.net/npm/theme-lx@0.4.4/source/dist/images/footer-l.min.jpeg
# menu content
menu:
category: false #category
pages: #the page created by yourself
enable: true
links:
Guestbook: guestbook/
About: about/
friends:
enable: true
links:
Theme-Lx: https://lx.js.org
# social links
#
# links:
# name:
# icon: fontawesome icon
# link: url
social:
enable: false
links:
# GitHub:
# icon: github
# link: https://github.com/yourname
# Email:
# icon: envelope
# link: mailto:your@email.address
# Weibo:
# icon: weibo
# link: https://weibo.com/yourname
# Twitter:
# icon: twitter
# link: https://twitter.com/yourname
# Instagram:
# icon: instagram
# link: https://instagram.com/yourname
# local search
#install first:
#'npm install hexo-generator-searchdb -s'
local_search:
enable: false
trigger: auto #'auto' or 'manual'
top_n_per_article: 1
unescape: false
preload: false
placeholder: Search...
# footer
footer:
# Analytics
google_analytics: #Google ID
baidu_analytics: #Baidu ID
# Lx use valine as comment system
# You should create an application in Leancloud to get the appid and appkey
comment:
enable: false
appid:
appkey:
notify: false
verify: false
placeholder: Say something.
avatar: identicon
guest_info: nick,mail,link
pageSize: 10
language: en
cdn: https://cdn.jsdelivr.net/npm/valine@1.4.18/dist/Valine.min.js
# Mathjax
mathjax:
enable: true
cdn: https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-svg.js
# FontAwesome-CDN
font_awesome: https://cdn.jsdelivr.net/npm/font-awesome@4/css/font-awesome.min.css
# Font
font:
enable: true
host: https://fonts.googleapis.com
codes: ##the font for codes
enable: true
family: Fira Code
else: ##the font for others
enable: false
family: Noto Serif SC
# Custom head code
custom_head:
# Custom CSS
# If true, Lx will load 'source/css/custom.styl'
custom_css: false
########### Develop Options ############
############# Warning ##################
####### Don't edit options below #######
## unless you know what you are doing ##
############# Warning ##################
#The dir of Js and Css
base_file:
jquery_cdn: https://cdn.jsdelivr.net/npm/jquery@3.4.1/dist/jquery.min.js
js: https://cdn.jsdelivr.net/npm/theme-lx@0.4.4/source/dist/js/
css: https://cdn.jsdelivr.net/npm/theme-lx@0.4.4/source/dist/css/main.min.css