Skip to content

Releases: EmielH/hallo-hugo

Version 2.7.0

17 Nov 20:46
Compare
Choose a tag to compare

New features

  • Added support for other protocols in links (#17).
  • Added support for the Academicon icon set (#19, thanks to @chester-leung).

Bugfixes

  • Fixed pre-generated CSS for Hugo Basic (#18)

Supported Hugo versions.

  • 0.50 and newer

Version 2.6.0

16 Jul 15:19
Compare
Choose a tag to compare

New features

  • Option to add additional content.

Supported Hugo versions

  • 0.50
  • 0.51
  • 0.52
  • 0.53
  • 0.54.0
  • 0.55.6

Version 2.5.0

05 May 16:11
Compare
Choose a tag to compare

New features

Supported Hugo versions

  • 0.50
  • 0.51
  • 0.52
  • 0.53
  • 0.54.0
  • 0.55.5

Version 2.4.0

14 Apr 15:12
Compare
Choose a tag to compare

New features

  • Links below the introduction now have the rel="me" attribute (thanks to @Aldarone).

Changes

  • Layout on mobile has been improved (thanks to @Aldarone).
    The portrait and big greeting text now scale on smaller screens.
  • 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.

Supported Hugo versions

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

Version 2.3.0

06 Apr 12:04
Compare
Choose a tag to compare

New features

  • Include standard Bootstrap responsive breakpoints (thanks to @cremich).

Changes

  • Make header fonts a little smaller on medium devices and smaller (thanks to @cremich).
  • Update Font Awesome to version 5.8.1 (thanks to @f4bio).

Supported Hugo versions

  • 0.50
  • 0.51
  • 0.52
  • 0.53
  • 0.54

Version 2.2.0

31 Mar 19:01
Compare
Choose a tag to compare

New features

Supported Hugo versions

  • 0.50
  • 0.51
  • 0.52
  • 0.53
  • 0.54

Version 2.1.0

03 Mar 14:45
Compare
Choose a tag to compare

New features

  • Add option to alter greeting (#5)

Bugfixes

  • Add generated uncompressed CSS for server mode in Hugo Basic

Supported Hugo versions

  • 0.50
  • 0.51
  • 0.52
  • 0.53
  • 0.54

Version 2.0.0

13 Jan 19:27
Compare
Choose a tag to compare

New features

It's now possible to add a [params.colors] section to config.toml to configure the colors the site uses. It is used like this:

[params.colors]
  background = "#81c6ff"
  foreground = "#edf7ff"
  hover = "#ffba82"

Breaking changes

The SCSS variables have been renamed. If you have overridden SCSS files in your site, please check if you need to change variable names.

  • $background-1 is now $color-background
  • $default-light is now $color-foreground
  • $default-dark is now $color-hover

Supported Hugo versions

No changes in supported versions since the last release.

  • 0.50
  • 0.51
  • 0.52
  • 0.53

Version 1.0.0

13 Jan 11:52
Compare
Choose a tag to compare

Hallo!

Initial release of Hallo.

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

Supported Hugo versions

  • 0.50
  • 0.51
  • 0.52
  • 0.53