Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/ezlippi/hexo-theme

我的个人博客www.ezlippi.com采用的Hexo主题源码,fork自[Next主题](https://github.com/iissnan/hexo-theme-next/issues)
https://github.com/ezlippi/hexo-theme

Last synced: about 2 months ago
JSON representation

我的个人博客www.ezlippi.com采用的Hexo主题源码,fork自[Next主题](https://github.com/iissnan/hexo-theme-next/issues)

Awesome Lists containing this project

README

        

这是我的[个人博客](www.ezlippi.com)采用的Hexo主题源码,Fork自[Next主题](https://github.com/iissnan/hexo-theme-next/issues),并根据个人爱好做了一些修改

## 如何使用主题

### 下载主题

``` bash
$ cd hexo目录
$ git clone https://github.com/EZLippi/hexo-theme
$ mv hexo-theme/next hexo目录/themes -r
```

### 应用Hexo主题

在hexo目录下找到_config.yml配置文件,找到 theme 字段,并将其值更改为 next,如下所示:

``` bash
theme: next
```

### 修改配置

修改next主题下的_config.xml文件,具体配置参考[Hexo搭建个人博客](http://www.ezlippi.com/blog/2016/02/jekyll-to-hexo.html)