2020-03-26 12:29:20 +08:00
|
|
|
# ILS
|
2020-03-12 19:35:27 +08:00
|
|
|
|
2020-03-26 14:55:19 +08:00
|
|
|
> ILS(I Love Simple)
|
2020-03-12 19:35:27 +08:00
|
|
|
|
2020-03-26 12:29:20 +08:00
|
|
|
A simple and beautiful theme for Hexo.
|
2020-03-26 14:55:19 +08:00
|
|
|
|
2020-03-26 12:29:20 +08:00
|
|
|
- [Preview](https://xpoet.cn)
|
2020-03-12 19:35:27 +08:00
|
|
|
|
|
|
|
## Installation
|
|
|
|
|
|
|
|
### Install
|
|
|
|
|
|
|
|
``` bash
|
2020-03-26 12:29:20 +08:00
|
|
|
$ git clone --depath=1 git@github.com:XPoet/hexo-theme-ils.git themes/ils
|
2020-03-12 19:35:27 +08:00
|
|
|
```
|
|
|
|
|
|
|
|
### Enable
|
|
|
|
|
2020-03-26 12:29:20 +08:00
|
|
|
Modify `theme` setting in `_config.yml` to `ils`.
|
2020-03-12 19:35:27 +08:00
|
|
|
|
|
|
|
### Update
|
|
|
|
|
|
|
|
``` bash
|
2020-03-26 12:29:20 +08:00
|
|
|
cd themes/ils
|
2020-03-12 19:35:27 +08:00
|
|
|
git pull
|
|
|
|
```
|