Skip to content

Releases: XPoet/hexo-theme-keep

v3.4.9

09 Oct 07:49
Compare
Choose a tag to compare
  • Support social contact image show in the tooltip (#110)
  • Fixed code enlargement problem in iOS (#129)
  • Optimize images lazyload
  • Optimize zoom in image function (#148)
  • Added displays the post update time (#145)
  • Added font size and font family settings (#68)
  • Fixed some other bugs
  • Enhancing user experience

  • tooltip 支持显示社交图片 (#110)
  • 修复在 iOS 系统下使用浏览器预览代码块代码异常放大问题 (#129)
  • 优化图片懒加载功能及显示样式
  • 优化图片放大功能 (#148)
  • 增加文章更新时间的显示处理 (#145)
  • 增加字体大小和字体样式的设置 (#68)
  • 修复了一些其他 Bug
  • 增强用户体验

v3.4.8

30 Sep 04:23
Compare
Choose a tag to compare
  • Fixed some bugs
  • Enhancing user experience

  • 修复了一些 Bug
  • 增强用户体验

v3.4.7

30 Sep 04:22
Compare
Choose a tag to compare
  • Update theme documents
  • Optimize first screen style
  • Added code language and fold in the code block (#85, #171)
  • Optimize local search popup style
  • Added tooltip function in code block
  • Fixed some bugs
  • Enhancing user experience

  • 更新主题文档
  • 优化首屏样式
  • 代码块增加代码语言显示和折叠功能 (#85, #171)
  • 优化本地搜索弹窗样式
  • 代码块和社交图标增加 tooltip
  • 修复了一些 Bug
  • 增强用户体验

v3.4.6

27 Sep 14:36
Compare
Choose a tag to compare
  • Add hitokoto on the first screen (#103 )
  • Twikoo comment plugin updated to the latest version (#136)
  • Fontawesome icons updated to the latest version (#155)
  • Added setting header transparent background configuration item in _config.yml (#62)
  • Custom enable TOC in each post (#128)
  • First screen description supports line breaks (#97)
  • Added CDN provider configuration item in _config.yml (#158)
  • Optimize article content style in mobile (#140)
  • Optimizes the configuration items in the theme config profile
  • Fixed some bugs
  • Enhancing user experience

  • 首屏增加一言功能配置项 (#103)
  • Twikoo 评论插件升级到最新版本 (#136)
  • Fontawesome 图标库升级到最新版本 (#155)
  • _config.yml 主题配置文件增加头部透明背景配置项 (#62)
  • 在每篇文章中可以自定义开启 TOC (#128)
  • 首屏描述支持换行,换行符 || (#97)
  • _config.yml 主题配置文件增加 CDN 提供商设置 (#158)
  • 优化手机端文章页面样式 (#140)
  • 优化主题配置文件的配置项和注释
  • 修复了一些 Bug
  • 增强用户体验

v3.4.5

04 Dec 13:41
Compare
Choose a tag to compare
  • Fixed some bugs.
  • Enhancing user experience.

v3.4.4

04 Dec 09:20
Compare
Choose a tag to compare
  • Fixed some bugs.
  • Enhancing user experience.

v3.4.3

29 Apr 04:09
Compare
Choose a tag to compare
  • Added LOGO image configuration item.
    base_info:
      # Logo image (You can use local image, image external link or don’t fill)
      logo_img:
  • Optimize UI style.
  • Fixed some bugs.
  • Enhancing user experience.

v3.4.2

29 Mar 02:48
Compare
Choose a tag to compare
  • Fixed theme resource reference path error. (#77)
  • Modified scrollbar style.
  • Optimize friends link avatar display.
  • Optimize Markdown blockquote style.

v3.4.1

24 Feb 13:51
Compare
Choose a tag to compare
  • Add footer.icp in _config.yml.

    footer:
      icp:             # ICP record number of your website, Can be null
  • Optimize page template.

  • Fixed error reporting for hexo g.

    Error: Function yaml.safeLoad is removed in js-yaml 4. Use yaml.load instead, which is now safe by default.
    

v3.4.0

28 Jan 10:07
Compare
Choose a tag to compare
  • Add toc.init_open configuration items.

    toc:
      init_open: true
  • Add author_label settings.

    post:
     author_label:
       enable: true
       auto: false
       custom_label_list: [ "FE Trainee", "FE Engineer", "FE Architect", "CTO", "BOSS" ]
  • Modify comment configuration logic.

    comment:
      enable: true
      use: valine  # values: valine | gitalk | twikoo        
  • Optimize UI style.

  • Fixed some bugs.

  • Enhancing user experience.