Releases: LouisBarranqueiro/hexo-theme-tranquilpeak
Releases · LouisBarranqueiro/hexo-theme-tranquilpeak
1.6.2
Improvements :
- Add disqusId variable in front-matter, which is used to look up a page's thread in the Disqus system : #192 by @laurentkempe
Bug fixes :
- Comment button was unavailable with duoshuo : #200
1.6.1
1.6.0
New features :
- Add new highlight text tag : ddc8a41
- Add new alert tag : cf99781
- New style for base tag (hr, table, code, heading, etc...) : 063e6c6, 53f8ae1
- Add support for Highlight.js 9.0.0 : bf8dfde
- New style (new GitHub style), fixed gutter and auto resize for Highlight code blocks : bf8dfde
- Add support for Baidu Analytics : #183 by @yirankiller
- Add support for keywords meta tag : 82e199e
Improvements :
- Bottom-bar is now hidden and only displayed when user scroll upwards : 14f1ccd, 3a2112a
- Improve blockquote and pullquote style : 53f8ae1
- Improve user documentation
- Generate random names for style and javascript files with
buildProd
grunt task : cca0bd2 - Update version of grunt-sass (v1.1.0) : 8653b02
Bug fixes :
1.5.0
New features :
- Add support for Duoshuo
Improvements :
- Font rendering improvement
- Add Traditional Chinese translation : #131 by @changyuheng
- Keep thumbnail image aspect ratio on index page : #132 by @changyuheng
Bug fixes :
- Body of blog was resized when we try to close the sidebar : #174
- Comments was disabled if a page wasn't a post : #165
- link of tags with dots or other special characters wasn't generated correctly : #154
- Width and height set in image tag wasn't working
- rel tag for RSS feed should be
alternate
notalternative
: by @tparnell8 - Impossible to deploy using
hexo-qiniu-sync
deployer : #151by @ttimasdf - Fix URL of images in head meta tags (open graph, swiftype) #137
1.4.3
1.4.2
Bugs fixes :
- Hightlight code blocks used Merryweather font instead of Menlo
1.4.1
1.4.0
new features :
- Introduce
<!-- excerpt -->
comment to define the post excerpt and cut it to the post content : #89, #108 - Allow user to choose the position of the thumbnail image
- Allow user to disable automatic selection of third image as thumbnail image
- Allow user to display all post content and its image gallery on index page
Improvements :
- Add chinese (zh-cn) language configuration file : #80 by @luoyjx
- Add french (fr-FR) language configuration file : #99 by @eephyne
- improvements of internationalization (i18n) : #91, #92 by @h404bi
- Header button is fully customizable (url, icon and classes) : #74 by @GonzaloAlvarez
- Allow user to use external url for their author's picture : #111
- improve management of font families, user can now easily edit font-family of each module : #115 by @juampi92
- improve generation of images url : #105
Bugs fixes :
- Table of content button wasn't working: #97
1.3.0
new features :
- Support of internationalization i18n (#66) by @marlonpatrick10
- Add image tag (image) to insert images, fancybox and create nice galleries (#56)
- Add wide image tag (wide_image) to insert wide image in full width
- Height of cover image is customizable : partial (full width large height) or full size (full width and height)
- Alignment of meta information of a post (title, date and categories) is customizable : left, center or right
- User can add caption to the cover image
- Add option to disable sidebar on all posts or temporarily on a post (clear reading)
- Add caption feature for each photo of an image gallery
Improvements :
- Improve responsiveness of bottom bar and codeblocks for mobile devices (#62)
- Improve support of images in posts content
Bugs fixes :
- Remove duplidate description entry (#65) by @gopheryu
- Anchor of tables of contents button wasn't generated correctly
1.2.0
new features :
- add button in bottom to quickly jump to the top or the table of contents of a post (#43 by @justincalleja)
- on very small screen all share buttons are grouped in only one, and share options slide from the bottom of the screen
- Support Open Graph protocol (Thanks to @jigsawye)
- Add a table of contents in a post with
<!-- toc -->
comment - Add Facebook Insights as an integrated service
Improvements :
- improve user documentation (guidelines & tips)
- improve support of
relative_link
variable set totrue
- improve support of Swiftype (display now images in search results)
Bugs fixes :