Skip to content

Commit

Permalink
chore(release): 1.0.3
Browse files Browse the repository at this point in the history
Update docs & config file
  • Loading branch information
liuyib committed Jul 12, 2019
1 parent 5943131 commit e23ce11
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 15 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@

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.0.3 (2019-07-12)

### Features

* Add the cover image in the article list & change some config ([67345e](https://github.com/liuyib/hexo-theme-stun/commit/67345e7d7fb2d4685fd6283aae308aff355d93d7))
* Add post sticky in the archives ([e926f79](https://github.com/liuyib/hexo-theme-stun/commit/e926f79))
* Add algolia search ([77126e4](https://github.com/liuyib/hexo-theme-stun/commit/77126e4))
* Add the file of custom styles ([8a76e09](https://github.com/liuyib/hexo-theme-stun/commit/8a76e09))

### 1.0.2 (2019-06-28)

### Features
Expand Down
34 changes: 20 additions & 14 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,26 @@ post_meta:
# Icon name in FontAwesome, see: https://fontawesome.com/v4.7.0/icons/
icon: file-word-o

# The article list on the homepage or archives page.
post_list:
# Whether to paginate.
paginate:
home: true
archives: false
# Whether to show the top image of post.
top_image:
home: true

# The widget of post.
post_widget:
# Show tags at the bottom of the post.
tags: true
# Show "post end" at the bottom of the post.
end_text:
enable: true
# Show the horizon line before the text of the end.
horizon_line: true

# Automatically retain article excerpt.
auto_excerpt:
enable: false
Expand Down Expand Up @@ -310,26 +330,12 @@ img_horizonal_align:
# - bottom
text_vertical_align_with_img: bottom

# Show tags at the bottom of the post.
post_tags: true

# Show "post end" at the bottom of the post.
post_end_text:
enable: true
# Show horizon line before the text that prompts the end of the article.
horizon_line: true

# Reward
reward:
enable: false
alipay:
wechat:

# Whether to page the article list on the home page and archives page.
post_list_paged:
home: true
archives: true

# ---------------------------------------------------------------
# Comment config
# ---------------------------------------------------------------
Expand Down
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.2",
"version": "1.0.3",
"description": "A beautiful blog theme - stun",
"homepage": "https://liuyib.github.io",
"scripts": {
Expand Down

0 comments on commit e23ce11

Please sign in to comment.