Skip to content

0.2.0

Compare
Choose a tag to compare
@desiredpersona desiredpersona released this 25 Sep 23:17
· 35 commits to master since this release

Enhancements

  • Updated gemfile to Jekyll v3.6.0
  • Updated theme documentation.
  • Updated tachyons-sass to v4.8.1
  • Updated "tachyons-background-overlays" to v1.1.0
  • Updated theme _variables.scss.
  • Updated theme _config.yml.
  • Updated theme authors.yml.
  • Updated theme theme.yml.
  • Added theme demo.
  • Added new button classes.
  • Added line numbers to code blocks.
  • Added <time> tags to all date elements.
  • Added new category.html and tag.html pages.
  • Added full support for jekyll-archives plugin.
  • Added full support for post.excerpt and excerpt_separator.
  • Added new archive.html layout for jekyll-archives plugin.
  • Added relative_url support to author.picture and author.url.
  • Added support for custom vertical screen height for hero header.
  • Added option to set a hero header background color.
  • Added support for Facebook Pixel.
  • Added Google Analytics async tracking with fallback setting in _config.yml for older browser support.
  • Added sidebar support for Page layout.
  • Added support for HTML lang attribute in head.html.
  • Improved link click area on home.html layout and all archive pages. Also added dim hover effect.
  • Improved header margin on page layout.
  • Improved header margin on post layout when post_meta: false.
  • Improved header navigation menu font size, weight & position on mobile/tablet.
  • Removed border-radius from Alerts (looked too similar to buttons).
  • Redesigned full archive link on home.html layout as a button for increased visibility.

Breaking Changes

  • Google, Bing, Alexa and Yandex site verification now supported via jekyll-seo-tag plugin.
  • Canonical link now supported via jekyll-seo-tag plugin.
  • Removed category meta tag from head.html.
  • page.header.cta.class now support new theme button classes.
  • Removed theme cta default styles from theme.yml file. Use new button classes instead.
  • Renamed _custom.scss to _theme.scss.
  • Renamed author.avatar to author.picture in authors.yml to fully support jekyll-seo-tag plugin.
  • Theme now requires jekyll-archives plugin. (See pages documentation.)

Bug Fixes

  • Fixed navigation baseurl issue by using elsif. Liquid issue caused by contains not working with or (Thanks to @ashmaroli for solution.)
  • figure include now removes class="" if no class has been set.