hexo-theme-keep/README.md

25 lines
327 B
Markdown
Raw Normal View History

2020-03-26 12:29:20 +08:00
# ILS
2020-03-12 19:35:27 +08:00
2020-03-26 12:29:20 +08:00
> ILS(I Love Sample)
2020-03-12 19:35:27 +08:00
2020-03-26 12:29:20 +08:00
A simple and beautiful theme for Hexo.
- [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
```