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 1 month ago
JSON representation
我的个人博客www.ezlippi.com采用的Hexo主题源码,fork自[Next主题](https://github.com/iissnan/hexo-theme-next/issues)
- Host: GitHub
- URL: https://github.com/EZLippi/hexo-theme
- Owner: EZLippi
- License: mit
- Created: 2017-03-11T14:24:18.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-14T14:00:40.000Z (almost 7 years ago)
- Last Synced: 2024-05-20T09:24:17.418Z (11 months ago)
- Language: JavaScript
- Homepage:
- Size: 24.3 MB
- Stars: 24
- Watchers: 4
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - EZLippi/hexo-theme - theme-next/issues)|25| (Content)
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)