hexo-theme
hexo-theme copied to clipboard
我的个人博客www.ezlippi.com采用的Hexo主题源码,fork自[Next主题](https://github.com/iissnan/hexo-theme-next/issues)
这是我的个人博客采用的Hexo主题源码,Fork自Next主题,并根据个人爱好做了一些修改
如何使用主题
下载主题
$ cd hexo目录
$ git clone https://github.com/EZLippi/hexo-theme
$ mv hexo-theme/next hexo目录/themes -r
应用Hexo主题
在hexo目录下找到_config.yml配置文件,找到 theme 字段,并将其值更改为 next,如下所示:
theme: next
修改配置
修改next主题下的_config.xml文件,具体配置参考Hexo搭建个人博客