Releases: EmielH/hallo-hugo
Releases · EmielH/hallo-hugo
Version 2.7.0
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
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
New features
- Support for Google Analytics (thanks to @canaltinova).
Supported Hugo versions
- 0.50
- 0.51
- 0.52
- 0.53
- 0.54.0
- 0.55.5
Version 2.4.0
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 usingwith .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
Version 2.2.0
Version 2.1.0
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
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
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