Releases: ikeq/hexo-theme-inside
Releases · ikeq/hexo-theme-inside
2.4.1
2.4.0
Features
- support custom permalink
- optimize bundle size
- refactor classname generation logic
- remove ngAnimation
- remove es2015 polyfill
- simplify appearance configuration
- new color configuration on reward method
reward: methods: - name: qrcode: url: text: + color: '#09bb07'
- new font setting for printing
font: print:
- plugins for avatar
plugins: - position: avatar
Fixes
- sync toc position when scrolling
- fix a toc parsing error
- fix hash link
- fix incorrect sorting of tag posts and category posts
- fix a heading link issue
Breaking Changes
-
appearance.mode
has been removed in favor of:# Font color, default '#363636' foreground_color: # Border color, default '#e0e0e0' border_color: # Card background, default '#fff' card_background:
-
appearance.background
now only serves body background# body background, default '#f5f7fa' background: # Sidebar background (when opened), default to accent_color sidebar_background:
2.3.0
Features
- dark mode
- custom code syntax highlighting
- a more simplified design of 404 page
- improve reward component style
- print friendly
- support script/style injection through plugins
- support plugin snippet as a file
- auto convert language code to improve compatibility
- filter built-in routes to improve compatibility
a warning is also displayed if a conflict occurs - support article topping
--- top: 1 ---
- upgrade to ng@8.0
Fixes
- drafts are not rendered
zoomable
sometimes fails- hash redirect sometimes fails
- respect
post_asset_folder
config