v1.4.0
❗❗ This version contains some incorrect information when you release it. Please do not use this version. You can use
v1.4.1
or the latest version.
💥 Breaking Change
Modified the _config.yml
file:
+ cache: true
+ shake_file: true
+ index_subtitle: false
sidebar:
+ width: 260px
busuanzi:
enable: false
+ icon_only: true
- site:
- icon_only: true
- uv:
- enable: false
- icon: user
- pv:
- enable: true
- icon: eye
- post_pv:
- enable: true
- icon_only: false
- icon: eye
+ site_uv:
+ enable: true
+ icon: user
+ site_pv:
+ enable: true
+ post_pv:
+ enable: true
+ icon: user
- img_horizonal_align:
+ fa_prefix: fa
+ heading_line: true
- The article list of the archive page can no longer be set whether or not to page (always page)
- Sidebar can be configured with width
- When using the built-in page tag, category you need to add Front-Matter:
type: tag / category
下面是中文翻译:
❗❗ 这个版本发布时包含了一些错误的信息,请不要使用这个版本,可以使用
v1.4.1
或 最新版。
💥 Breaking Change
修改了 _config.yml
文件:
+ cache: true
+ shake_file: true
+ index_subtitle: false
sidebar:
+ width: 260px
busuanzi:
enable: false
+ icon_only: true
- site:
- icon_only: true
- uv:
- enable: false
- icon: user
- pv:
- enable: true
- icon: eye
- post_pv:
- enable: true
- icon_only: false
- icon: eye
+ site_uv:
+ enable: true
+ icon: user
+ site_pv:
+ enable: true
+ post_pv:
+ enable: true
+ icon: user
- img_horizonal_align:
+ fa_prefix: fa
+ heading_line: true
- 归档页面的文章列表不再可以设置是否分页(始终分页)
- 侧边栏可以配置宽度
- 使用内置页面 tag, category 时需要添加 Front-Matter:
type: tag / category