v1.0.1
Features
- You can set whether the article list is paginated (8f44318)
Bug Fixes
- Solved the problem of layout confusion when the sidebar is left (8c25692)
💥 Breaking Changes
Change configuration in _config.yml
:
sidebar:
- float: right
+ position: right
+ post_list_paged:
+ home: true
+ archives: true
- img: imgs
+ images: images
下面是中文翻译:
新功能
- 你可以设置文章列表是否分页 (8f44318)
问题修复
- 解决当侧边栏设置在左边时,布局错乱的问题 (8c25692)
💥 破坏性更改
修改了 _config.yml
文件中的配置项:
sidebar:
- float: right
+ position: right
+ post_list_paged:
+ home: true
+ archives: true
- img: imgs
+ images: images