Skip to content

Releases: ikeq/hexo-theme-inside

2.7.0

24 Apr 05:27
Compare
Choose a tag to compare

Features

  • darkmode
  • ssr support
  • support install via npm install hexo-theme-inside
  • support hide posts/pages from being indexed
  • support line break on profile.bio
  • support partial encryption
  • allow post can be set as index page
  • update some dependencies

Fixes

  • apply url_for helper on front end manifests
  • add theme.js as dep if needed

2.6.4

15 Mar 05:14
Compare
Choose a tag to compare

Fixes

  • reuse comp if only fragment change

2.6.3

14 Mar 12:40
Compare
Choose a tag to compare

Fixes

  • disable comp reuse strategy
  • auto transform es6
  • remove input:focus outline
  • fix a compatibility issue

2.6.2

13 Feb 06:40
Compare
Choose a tag to compare

Fixes

  • fix c++ code highlighting
  • implement hexo.config.marked
  • implement hexo.config.theme_config

2.6.1

10 Feb 06:37
Compare
Choose a tag to compare

Fixes

  • correct external link redirection
  • add class name prefix to improve compatibility
  • fix :focus style

2.6.0

25 Jan 08:38
776671e
Compare
Choose a tag to compare

Features

  • update to hexo@4.2
  • improve table style
  • improve checklist style
  • improve codeblock style
  • add a navigator for category navs when too long

Fixes

  • fix image previewing stucks when resized

Breaking Changes

drop support for hexo@4.2-, You need to update to hexo@4.2.

npm install hexo@4.2.0

2.5.2

01 Dec 08:04
86a489e
Compare
Choose a tag to compare

Fixes

  • fix incorrect classname(content_width) priority

2.5.1

12 Nov 09:38
Compare
Choose a tag to compare

Fixes

  • incorrect external regexp
  • theme.assets work with post_asset_folder

2.5.0

02 Nov 09:27
78b7aca
Compare
Choose a tag to compare

Features

  • update to hexo@4.0
  • support string value as appearance.content_width
    content_width: 80%
    content_width: 10rem
    content_width: 700px
    content_width: 700
  • improve tab style

Breaking Changes

You may need to update to hexo@4.0.

npm install hexo@4.0.0

2.4.2

03 Oct 09:36
49d96ee
Compare
Choose a tag to compare

Fixes

  • fix a css class conflict