diff --git a/README.md b/README.md index 2613258..c328984 100644 --- a/README.md +++ b/README.md @@ -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? @@ -22,7 +22,7 @@ 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 @@ -30,6 +30,16 @@ 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. \ No newline at end of file diff --git a/source/css/hola.css b/source/css/hola.css index d466493..02f8958 100644 --- a/source/css/hola.css +++ b/source/css/hola.css @@ -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 {