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

https://github.com/zo-ly/hexo-theme-ztopic

a simple theme for Hexo
https://github.com/zo-ly/hexo-theme-ztopic

Last synced: 3 months ago
JSON representation

a simple theme for Hexo

Awesome Lists containing this project

README

        

# hexo-theme-ztopic

a simple theme for Hexo

#### 说明

[在线预览 DEMO](https://zo-ly.github.io/blog)

#### 安装

根据不同的 Hexo 版本,在项目下执行以下命令

- [email protected] Node@12

```bash
$ npm install --save zo-ly/hexo-renderer-sass
$ git clone --depth 1 https://github.com/zo-ly/hexo-theme-ztopic themes/ztopic
```
- Hexo@7 Node@18

```bash
$ npm install --save hexo-renderer-sass
$ git clone --depth 1 https://github.com/zo-ly/hexo-theme-ztopic themes/ztopic
```