Skip to content

0.4.2-BETA

Compare
Choose a tag to compare
@kakawait kakawait released this 01 Nov 21:53
· 198 commits to master since this release
ab91755

Notables changes

  • Support prism.js syntax highlighter in addition to highlight.js (#24)
  • Upgrade external JS dependencies
    • Jquery 2.1.3 to 2.2.4 (#214)
    • Fancybox 2.1.4 to 2.1.7 (#215)
    • Highlight 9.8.0 to 9.12.0 (#219)
  • Fix issue where link to every posts is display inside archive (#203)
  • Fix issue on global property thumbnailimageposition which was ignored (#179)
  • Add global property to allow swapping pagination (#202)

Breaking changes

Since new syntax highlighter prism.js, you have to configure which syntax highlighter you want to use between highlight.js and prism.js. However if you don't configure it, no syntax highligh will be apply (where previously highlight.js was forced by default).

Please upgrade you're config.toml (you can checkout exampleSite/config.toml to see sample) to re-add highlight.js as syntax highlighter (except if you don't need it):