Skip to content

Releases: HeskeyBaozi/hexo-theme-lite

v1.4.1

04 May 03:05
Compare
Choose a tag to compare

features

  • powered_by field can be a link #42
# -------------------------------------------------------
# Powered by
# -------------------------------------------------------
# if you want to disable powered-by
# powered_by: false
# powered_by: ''
powered_by:
  text:  Hexo Theme Lite
  url:  https://github.com/HeskeyBaozi/hexo-theme-lite/ # or false to disable link

v1.4.0

21 Jan 05:36
Compare
Choose a tag to compare

features

  • use dependent footer when
theme_layout:
  dependent_footer: true

dependent_footer: true

fixes

v1.3.1

06 Jan 08:29
Compare
Choose a tag to compare

features

favicon is setable 3f621aa

v1.3.0

29 Dec 15:45
Compare
Choose a tag to compare

features

  • gradient color 渐变色可配置
  • background-color alpha 背景颜色alpha可配置

v1.2.5

23 Dec 19:59
9124f79
Compare
Choose a tag to compare

refactory

  • use scss rather than less #24

v1.2.4

23 Dec 08:06
43c3854
Compare
Choose a tag to compare

fixes

  • 修复移动端中文题目超过容器横向宽度 b6eb1d7
  • 修复404页面bug dbb2f66

improvements

  • 重命名asyncDatafetch 根据nuxt.js命名约定 f8f85e8
  • 优化google分析安装 6bb4daa

v1.2.3

22 Dec 13:12
0311bda
Compare
Choose a tag to compare

improvements

  • layout文件夹下使用index.ejs,这样可以优先渲染主题,也方便自定义添加模版插件 56850f1

  • element-ui主题自定义css文件最小化 13f757c

fixes

  • 修复在类似Tag-Plugins文章中有长link的情况下会在移动端出现横向拖动条的bug b46c5c0

v1.2.2

21 Dec 14:20
b9d318e
Compare
Choose a tag to compare

improvements

  • 引入babel,原因是babel插件生态比typescript完善,尤其是按需导入功能,重新按需导入element-ui #18 4915f92

v1.2.1

21 Dec 09:30
7b05d59
Compare
Choose a tag to compare

improvements

  • 给文章页面添加具体时间显示 #16 bad7cac
  • 使用keep-alive组件进行缓存 #16 5f5c560
  • 谷歌分析交给全局store中meta模块的一个action来处理 #16 d30203a
  • 背景图不再挂载到body上,而是挂载到layout上,即#app元素 #16 a5eb905
  • 优化Gitment样式 #16 3e3c337
  • 优化文章列表标题样式 #16 efd11c6

fixes

  • 修复很长的code元素会超出一行 #16 e743422
  • 修复移动端走马灯会导致出现横向滚动条的问题 #16 49ab577

v1.2.0

20 Dec 12:30
322fbca
Compare
Choose a tag to compare

feature

  • google_analytics #12
  • blur setting #11
  • background color & picture setting #11

improvements

  • gitment style follows theme style

fixes

  • add margin to the back button in the Home.vue