安裝 & 基本信息
git clone https://github.com/wzpan/hexo-theme-freemind.git themes/freemind```
- 找到`Hexo/_config.yml, line 66`theme欄把landscape 換成freemind
- 接下來(lái)修改剩下的必要信息[參見作者介紹]()
<!--more-->
## 修改上頂欄


所以我們先要確定頁(yè)面。
> **千萬(wàn)注意 _config.yml 去里面所有的項(xiàng)目冒號(hào)后面要加一個(gè)空格如果有內(nèi)容的話**
下面的錯(cuò)做需要在
`Hexo/theme/freemind/_config`中修改信息
例如:

而嘗試了點(diǎn)一下,發(fā)現(xiàn)后面的幾項(xiàng)都還沒(méi)有工作
,這是應(yīng)為相應(yīng)的頁(yè)面放在`Hexo/source/`目錄的文件夾里。比如歸檔已經(jīng)有了,而其他的還沒(méi)有。我們希望建立tags頁(yè)面,這使用
``` bash
hexo new page "tags"```
然后修改`Hexo/source/rags/index.html`文件
title: Categories
layout: categories
---```
如果不需要,吧對(duì)應(yīng)的欄目注釋掉即可
Paste_Image.png
注釋掉后的效果
Paste_Image.png
- 添加豆瓣讀書插件
Paste_Image.png
教程
一、安裝插件:
npm install hexo-generator-douban --save
二、添加配置:
plugins:
- hexo-generator-douban
douban:
user: xxx```


### 添加wiki 頁(yè)面
---

- [這一片](http://www.voidking.com/2015/05/31/deve-hexo-theme-optimize/),我照著做了一遍
- 其中添加頭像章節(jié)看的這里[制作icon](http://www.bitbug.net/) (教程)[http://www.lxweimin.com/p/73779eacb494]
然后把生成的32*32 的favicon.png 放到 `hexo/theme/freemind/source`目錄下面即可;404 頁(yè)面也放在這個(gè)文件夾下面
- 修改頁(yè)面語(yǔ)言,這里指的是比如按鈕里面的文字是中文還是英文之類的
`hexo/_config.yml`line10 寫上default 則為英語(yǔ),如果協(xié)商zh-CN 則變中文
- 新加了幾個(gè)分欄
這個(gè)主題需要的格式比較奇怪的,多一個(gè)圖標(biāo)項(xiàng)
- 每一頁(yè)的顯示文章數(shù)目 [參考]http://www.isetsuna.com/hexo/theme-plugin/
- 部署前先裝 deploy plug 否則不成功
```Bash
npm install hexo-deployer-git --save```
- 添加tag增強(qiáng)欄目!
https://github.com/wzpan/hexo-tag-bootstrap
[tag加強(qiáng)的問(wèn)題](http://wzpan.github.io/hexo-theme-freemind/2014/03/16/tag-plugins-cn/)
``` bash
npm install hexo-tag-bootstrap --save
- 添加七牛云同步
npm install hexo-tag-bootstrap --save```
- [豆瓣標(biāo)簽](http://lqs.link/2015/08/17/Hexo%203.x%20%E6%8A%93%E5%8F%96%E8%B1%86%E7%93%A3%E8%AF%BB%E4%B9%A6/)
一、安裝插件:
```npm install hexo-generator-douban --save```
二、添加配置:
```vim blog/_config.yml (not blog/themes/yillia/_config.yml), add following lines:
plugins:
- hexo-generator-douban
douban:
user: xxx```
url: atom.xml
icon: "fa fa-rss"```
- 添加disqus 模塊
默認(rèn)集成了,在`hexo\_config.yml`中添加如下就行代碼即可

http://fionat.github.io/blog/2013/10/23/sitemap/
```npm install hexo-generator-feed --save```
```npm install hexo-generator-sitemap --save```