Skip to content
Yuexun Jiang edited this page Mar 16, 2017 · 6 revisions

安装

安装 hexo-renderer-scss 插件:

npm install hexo-renderer-scss --save

将主题下载到 /themes 目录下:

git clone https://github.com/ahonn/hexo-theme-even themes/even

至此,Even 就安装到了你的博客中。

使用

修改博客根目录下的配置文件(_config.yml),启用 Even 主题。 修改 theme 字段为 even:

# Extensions
## Plugins: http://hexo.io/plugins/
## Themes: http://hexo.io/themes/
theme: even

预览

在博客根目录下运行 hexo server 启动本地 hexo 服务。

访问 http://localhost:4000 预览主题。