hexo-theme-keep/README.md

26 lines
344 B
Markdown

# ILS
> ILS(I Like Simple 我喜欢简约)
A simple and beautiful theme for Hexo.
- [Preview](https://xpoet.cn)
## Installation
### Install
``` bash
$ git clone --depath=1 git@github.com:XPoet/hexo-theme-ils.git themes/ils
```
### Enable
Modify `theme` setting in `_config.yml` to `ils`.
### Update
``` bash
cd themes/ils
git pull
```