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
- Host: GitHub
- URL: https://github.com/zo-ly/hexo-theme-ztopic
- Owner: zo-ly
- License: mit
- Created: 2017-09-28T13:44:10.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-12-17T13:37:27.000Z (over 1 year ago)
- Last Synced: 2024-05-20T09:24:25.369Z (about 1 year ago)
- Language: SCSS
- Homepage: https://zo-ly.github.io/blog
- Size: 559 KB
- Stars: 29
- Watchers: 3
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-hexo-themes - wa-ri/hexo-theme-ztopic
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
```