Skip to content

Commit

Permalink
修改 readme
Browse files Browse the repository at this point in the history
  • Loading branch information
secret committed May 15, 2018
1 parent 50c3ba8 commit baa2b84
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

> A delicate, single page theme, so beautiful, right?
![Hola](https://static.isecret.vip/screencapture-blog-isecret-vip-2018-04-09-14_18_27.png)
![Hola](https://static.isecret.vip/screencapture-blog-isecret-vip-2018-05-15-19_00_21.png)

## How use it?

Expand All @@ -22,14 +22,24 @@ git clone https://github.com/isecret/Hola

Wait a moment. Hola has been installed to your Hexo. it's so easy.

All right. Let's turn it on! You need to edit `your_hexo_path/_config.yml` . find `theme` the param. Change it.
All right. Let's turn it on! You need to edit `your_hexo_path/_config.yml`. find `theme` the param. Change it.

```yaml
theme: Hola
```
## Individualization
On the footer, Count the number of words, but you need to install the expand.
Use `terminal` input the next command.

```bash
npm install hexo-wordcount
```

Nice! At now, You need to edit `your_hexo_path/config.yml`. find `footer_wordcount` the param and change it to `enabled`.

About the theme Individualization, You need to wait for yourself to find out.

: ) Happy Coding.
2 changes: 1 addition & 1 deletion source/css/hola.css
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ blockquote {
}

.recent-posts, .post, .page, .archive, .tag, .category, .archive {
min-height: 620px;
min-height: 520px;
}

.recent-posts img, .post img, .page img, .archive img, .tag img, .category img, .archive img {
Expand Down

0 comments on commit baa2b84

Please sign in to comment.