mirror of https://github.com/jkjoy/sunpeiwen.git
43 lines
780 B
Markdown
43 lines
780 B
Markdown
|
# hexo-theme-Klise
|
|||
|
|
|||
|
![klise](https://cdn.jsdelivr.net/gh/dewjohn/CDN@latest/images/allpages.png)
|
|||
|
|
|||
|
Transplant from [Jekyll theme Klisé](https://github.com/piharpi/jekyll-klise) and do some modifies
|
|||
|
|
|||
|
Demo Site: [dewjohn.github.io](https://dewjohn.github.io/) || [john.pages.dev](https://john.pages.dev)
|
|||
|
|
|||
|
## 💻Install
|
|||
|
|
|||
|
Git
|
|||
|
|
|||
|
```
|
|||
|
git clone https://github.com/dewjohn/hexo-theme-Klise.git themes/Klise
|
|||
|
```
|
|||
|
|
|||
|
|
|||
|
scss
|
|||
|
|
|||
|
```
|
|||
|
npm install hexo-renderer-scss
|
|||
|
```
|
|||
|
|
|||
|
⚠️ this package only support under node@14(maybe under),Node16+ is not supported
|
|||
|
|
|||
|
## ⚙ Configuration
|
|||
|
|
|||
|
Set theme in the hexo work folder's root config file `_config.yml`
|
|||
|
|
|||
|
```
|
|||
|
theme: Klise
|
|||
|
```
|
|||
|
|
|||
|
|
|||
|
## 🚧 Under Construction
|
|||
|
|
|||
|
|
|||
|
|
|||
|
|
|||
|
## License
|
|||
|
|
|||
|
[Apache](https://github.com/dewjohn/hexo-theme-Klise/blob/main/LICENSE) License
|