v1.0.3
Features
- Add the cover image in the article list & change some config (67345e)
- Add post sticky in the archives (e926f79)
- Add algolia search (77126e4)
- Add the file of custom styles (8a76e09)
💥 Breaking Changes
Change configuration in _config.yml
:
+ post_list:
+ paginate:
+ home: true
+ archives: false
+ top_image:
+ home: true
+ post_widget:
+ tags: true
+ end_text:
+ enable: true
+ horizon_line: true
- post_list_paged:
- home: true
- archives: false
- post_tags: true
- post_end_text:
- enable: true
- horizon_line: true
下面是中文翻译:
新功能
💥 破坏性更改
修改了 _config.yml
文件里的配置项:
+ post_list:
+ paginate:
+ home: true
+ archives: false
+ top_image:
+ home: true
+ post_widget:
+ tags: true
+ end_text:
+ enable: true
+ horizon_line: true
- post_list_paged:
- home: true
- archives: false
- post_tags: true
- post_end_text:
- enable: true
- horizon_line: true