Skip to content

Commit

Permalink
chore(release): 1.1.0
Browse files Browse the repository at this point in the history
docs: Update
  • Loading branch information
liuyib committed Jul 14, 2019
1 parent 786bed2 commit b1fa03c
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,19 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

## 1.1.0 (2019-07-14)

### Bug Fixes

* Solve the sidebar was not fixed when post had no subtitles ([34703e5](https://github.com/liuyib/hexo-theme-stun/commit/34703e5))

### Features

* Add button of copy codeblock && perfect animation ([dd0856f](https://github.com/liuyib/hexo-theme-stun/commit/dd0856f))
* You can use left and right arrows of keyboard to switch post ([e4bdca1](https://github.com/liuyib/hexo-theme-stun/commit/e4bdca1))
* Add gitalk comment ([0cf4db1](https://github.com/liuyib/hexo-theme-stun/commit/0cf4db1))
* Add auto adjust height of sidebar when it arrive footer ([e3083af](https://github.com/liuyib/hexo-theme-stun/commit/e3083af))

### 1.0.3 (2019-07-12)

### Features
Expand Down
16 changes: 15 additions & 1 deletion FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,18 @@ n/layout.pug block content include ./_mixins/posts-sort.pug include ./_mixins/po

原因是没有安装对 `pug` 的支持。文档和 READMD 都有提到:

![](https://raw.githubusercontent.com/liuyib/picBed/master/hexo-theme-stun/FAQ/20190629092535.png)
```
主题依赖于 pug 和 stylus,请执行指令。
$ npm install --save-dev hexo-render-pug hexo-renderer-stylus
```

### 文章置顶失效

文章置顶功能依赖于 `hexo-generator-index-pin-top` 插件,并且需要将原有的 `hexo-generator-index` 插件卸载。如果你设置了文章置顶,但没有生效,很可能是因为没有卸载原有的插件。

执行下面这条指令将其卸载,然后重启服务器即可:

``` bash
$ npm uninstall hexo-generator-index --save
```
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hexo-theme-stun",
"version": "1.0.3",
"version": "1.1.0",
"description": "A beautiful blog theme - stun",
"homepage": "https://liuyib.github.io",
"scripts": {
Expand Down

0 comments on commit b1fa03c

Please sign in to comment.