Hexo博客搭建教程(二):Hexo博客的配置、使用
本文主要介绍如何对Hexo博客站点进行个性化的设置、如何安装主题以及主题的设置。
经过上一篇文章,我们已经学会如何搭建Hexo博客以及将博客部署到github上了。这篇文章主要讲如何对自己的博客站点进行个性化配置以及如何发表新文章。
博客的配置一个是站点的配置:d:\hexo\_config.yml
,一个是主题的配置:d:\hexo\themes\yilia\_config.yml
站点的配置
1 | # Hexo Configuration |
安装新主题
Hexo此时用的是默认的主题,如果需要更换主题,可以去主题市场挑选自己喜爱的主题。这里以安装yilia
主题为例。
安装
1 | $ git clone https://github.com/litten/hexo-theme-yilia.git themes/yilia |
配置
修改hexo根目录下 _config.yml
的themes:1
2
3
4# Extensions 配置主题
## Plugins: https://hexo.io/plugins/
## Themes: https://hexo.io/themes/
theme: yilia
更新
1 | cd themes/yilia |
配置主题
这样就为你的博客站点安装了新的主题。接下来对主题进行配置
主题配置文件在主目录下的_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# Header
menu:
主页: /
所有文章: /archives
# 随笔: /tags/随笔
# SubNav
subnav:
github: "#"
weibo: "#"
rss: "#"
zhihu: "#"
#douban: "#"
#mail: "#"
#facebook: "#"
#google: "#"
#twitter: "#"
#linkedin: "#"
rss: /atom.xml
# Content
excerpt_link: more
fancybox: true
mathjax: true
# Miscellaneous
google_analytics: ''
favicon: /favicon.png
#你的头像url
avatar: ""
#是否开启分享
share: true
#是否开启多说评论,填写你在多说申请的项目名称 duoshuo: duoshuo-key
#若使用disqus,请在博客config文件中填写disqus_shortname,并关闭多说评论
duoshuo: true
#是否开启云标签
tagcloud: true
#是否开启友情链接
#不开启——
#friends: false
#开启——
friends:
奥巴马的博客: http://localhost:4000/
卡卡的美丽传说: http://localhost:4000/
本泽马的博客: http://localhost:4000/
吉格斯的博客: http://localhost:4000/
习大大大不同: http://localhost:4000/
托蒂的博客: http://localhost:4000/
#是否开启“关于我”。
#不开启——
#aboutme: false
#开启——
aboutme: 我是谁,我从哪里来,我到哪里去?我就是我,是颜色不一样的吃货…