Skip to content

v7.4.0

Compare
Choose a tag to compare
@qwtel qwtel released this 26 Nov 15:42
· 1170 commits to master since this release

Added

  • Allow markdown in copyright string

  • Added theme_color front-matter property to micro-manage the value of the the theme-color meta tag.
    When not set, will use accent_color.

  • Added theme_color site setting, to set the value of themeColor in the app manifest.
    When not set, will use accent_color.

  • Added cookies_banner setting:

    # file: _config.yml
    hydejack:
      cookies_banner: true

    Enabling this setting will show a notice at the top of the page to new visitors.
    You can change the wording of the notice in _data/strings.yml
    with the cookies_banner.text and cookies_banner.okay keys:

    # file: _data/strings.yml
    cookies_banner:
      text: This site uses cookies.
      okay: Okay

Fixed

  • Drawer no longer resizes/repaints in iOS Safari (iPhone) and Chrome for Android when the address bar autohides.
  • Fixed a bug that caused the drawer flicker/open unexpectedly when scrolling in mobile browsers.
  • Fixed how image works when using the jekyll-seo-tag plugin.

Design

  • Changed how line breaks work in resume layout
  • Changed margins of horizontals lines

Other

  • Updated docs
  • Updated posts