Skip to content

Version 2.0.0

Compare
Choose a tag to compare
@Lednerb Lednerb released this 28 Jul 12:56
· 327 commits to master since this release
750ac48

This is a big release with a lot of awesome features and enhancements, but also some breaking changes. If you want to update from an earlier version, please make sure to check this release notes.

Breaking Changes

  • Dependency management is now handled by nodejs instead of a custom script to download third-party dependencies from a CDN and using hugo to build the final scripts and stylesheets.
  • Therefore, for customizing the width of your site, the siteWidth variable in the config.toml file does not work anymore and you need to adjust the corresponding line in the assets/sass/_variables.scss file. After adjusting your settings you have to build the final style files by following the Custom colors and fonts section in the README.md

Changes

  • Updated documentation
  • Updated translations files
  • Upgrade of fontawesome from version 4 to 5
  • Usage of the extended hugo version is not required any longer
  • The latest version of the theme is now build automatically and published on the Demo site on each push to the master branch
  • Enhanced handling of social media links (#177 and #181)
  • Usage of commento.io instance instead of disqus as default in the demo page (#201)
  • Refactored partials to always include the .html suffix

New Features

  • Easy handling of favicons
  • Option for having a sticky top navigation (#29)
  • Image resizing option
  • Support for canonical link tags (#154)
  • Support for commento.io (#200); thanks to @nidomiro
  • Support for prezi videos (#207); thanks to @szjani
  • Support for (local) mp4 videos in the video content type (#218); thanks to @frigi83
  • Option to overwrite calculated reading time (#124)

Fixes

  • Typos and spelling issues
  • Removed unused code
  • Fixed unstyled headlines (#142)
  • Fixed code block styling
  • Fixed language chooser alignment
  • Fixed trailing slashes (#139)
  • Fixed that posts are not included in the index.json file for usage with algolia (#188); thanks to @TeknikalDomain
  • Fixed icon for the algolia search
  • Fixed problems with umlauts in taxonomies (#199); thanks to @nidomiro
  • Fixed algoliasearch index handling and upload processing (#191); thanks to @igor-baiborodine
  • Fix for absolute url in open graph meta tags (#216); thanks to @frigi83
  • Fixed title / subtitle handling (#222); thanks to @igor-baiborodine
  • Fixes for asciidoc, rss and drafts (#223); thanks to @nidomiro
  • Fixed unexpected rendering behavior regarding the .Scatch variable and partial-in-partial usage (#208)
  • Fixed preview image for open graph data (#168)

This theme has now: