Skip to content

Releases: EmielH/stip-hugo

Version 1.0.0

14 Apr 18:05
Compare
Choose a tag to compare

Initial release of Stip, since it is now available on the Hugo Themes site. Below are the changes since 0.1.0, the last beta version.

New features

  • Links below the introduction now have the rel="me" attribute.

Changes

  • Link to the background image has been moved from SCSS to an inline CSS style.
    This is more convenient for people using Hugo Basic.
  • Link to the background image has been changed to use | absURL.
    This is needed for the background image to appear on the Hugo Themes site.
  • Deprecated call to .Page.URL has been removed.
    Checking if a page is the homepage is now done using .IsHome instead.
  • Deprecated call to .Page.RSSLink has been removed.
    The RSS link is now constructed using with .OutputFormats.Get "RSS" and .RelPermalink instead.
  • Font Awesome has been updated to version 5.8.1.

Supported Hugo versions

  • 0.50
  • 0.51
  • 0.52
  • 0.53
  • 0.54.0
  • 0.55.1

Version 0.1.0

31 Mar 19:03
Compare
Choose a tag to compare

Initial beta release of Stip.

  • Configurable portrait, name, bio and introduction text.
  • Configurable links and icons using Font Awesome.

Supported Hugo versions

  • 0.50
  • 0.51
  • 0.52
  • 0.53
  • 0.54