3
3
# # Source: https://github.com/hexojs/hexo/
4
4
5
5
# Site
6
- title : Hexo
7
- subtitle : ' '
8
- description : ' '
6
+ title : Aike's Blog
7
+ subtitle : ' code, life, study '
8
+ description : ' 程序员Aike的博客 '
9
9
keywords :
10
- author : John Doe
11
- language : en
12
- timezone : ' '
10
+ author : Aike
11
+ language : zh
12
+ timezone :
13
13
14
14
# URL
15
15
# # Set your site url here. For example, if you use GitHub Page, set url as 'https://username.github.io/project'
16
- url : http://example.com
16
+ url : http://localhost:4000/
17
17
permalink : :year/:month/:day/:title/
18
18
permalink_defaults :
19
19
pretty_urls :
@@ -96,9 +96,50 @@ ignore:
96
96
# Extensions
97
97
# # Plugins: https://hexo.io/plugins/
98
98
# # Themes: https://hexo.io/themes/
99
- theme : landscape
99
+ theme : aircloud
100
100
101
101
# Deployment
102
102
# # Docs: https://hexo.io/docs/one-command-deployment
103
103
deploy :
104
104
type : ' '
105
+
106
+ # npm i hexo-generator-search --save
107
+ search :
108
+ path : search.json
109
+ field : post
110
+
111
+ # Build settings
112
+ anchorjs : true # if you want to customize anchor. check out line:181 of `post.html`
113
+ sidebar-avatar : img/avatar.jpg # use absolute URL, seeing it's used in both `/` and `/about/`
114
+
115
+ zhihu_username : cang-xiao-ai
116
+ github_username : codeaike
117
+
118
+ comment :
119
+ type : giscus
120
+ script : |
121
+ <script src="https://giscus.app/client.js"
122
+ data-repo="codeaike/codeaike.github.io"
123
+ data-repo-id="R_kgDOLcfOCg"
124
+ data-category="Announcements"
125
+ data-category-id="DIC_kwDOLcfOCs4Cd1u7"
126
+ data-mapping="title"
127
+ data-strict="0"
128
+ data-reactions-enabled="1"
129
+ data-emit-metadata="0"
130
+ data-input-position="bottom"
131
+ data-theme="light"
132
+ data-lang="zh-CN"
133
+ crossorigin="anonymous"
134
+ async>
135
+ </script>
136
+
137
+ friends : [
138
+ {
139
+ title : " Aike's Blog" ,
140
+ href : " http://8.142.29.189:4000/"
141
+ },{
142
+ title : " Aike's Blog" ,
143
+ href : " https://codeaike.github.io/"
144
+ }
145
+ ]
0 commit comments