Skip to content

v1.0.3

Compare
Choose a tag to compare
@liuyib liuyib released this 12 Jul 07:57
· 445 commits to master since this release

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

下面是中文翻译:

新功能

  • 在首页的文章列表中添加封面图片功能 (67345e)
  • 在归档页面的文章列表中,显示文章置顶 (e926f79)
  • 添加 Algolia 搜索 (77126e4)
  • 添加自定义样式文件 (8a76e09)

💥 破坏性更改

修改了 _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