Skip to content

Releases: funkydan2/hugo-kiera

Fixes Monday, 30 Sep. 2024

29 Sep 23:17
Compare
Choose a tag to compare

Some fixes to bring the theme up-to-date with Hugo 0.128 and later. Also some improvements to hosting libraries.

Thanks @UnixSage and @vadcx

Wednesday, 22 May 2024 Fixes

21 May 21:24
dcf8673
Compare
Choose a tag to compare

Some small fixes to bring the theme into line with Hugo versions later than 0.120

Thanks to @UnixSage for these PRs

Small fixes after two years!

12 Jul 22:02
Compare
Choose a tag to compare

Since the last release there's been a bunch of little improvements and changes including

Modules are Go

20 Jan 07:28
Compare
Choose a tag to compare

New in this release

Pagination on home page and bug fixes

16 Jun 22:34
Compare
Choose a tag to compare

This release follows a few PRs from @alexmufatti

  • Home Page now has pagination.
  • If commenting is enabled site wide, comments can be disabled for a single page using the new (optional) page parameter disablePosts.
  • Strava social icon available

And from @lau-jay

  • Disqus comments can be auto loaded site-wide by setting commentAutoload in the site config.

Bug Fixes

  • Disqus comment button now displays text.
  • Fixes to CSS for code highlighting - thanks @dannyBies

Set number of posts on front page

23 Feb 07:02
Compare
Choose a tag to compare

Follows issue #32. You can now set the number of posts to be listed on the front page by setting Params.homepageLength in the config.

Support for feature images

31 Dec 23:30
Compare
Choose a tag to compare

Thanks to @madpipeline for this. There is now support for optional feature images on pages, which is displayed when viewing a single article and the index/list view. To set a feature image, use the images = [] parameter in the page's frontmatter.

Dark Mode

29 Dec 23:39
Compare
Choose a tag to compare

Thanks to @jiwhunkim for this PR (#23). With the new CSS model, a dark colour scheme will be applied for users with dark mode running on their system.

This release also provides support for utterances, an open-source commenting system based on Git.

Correctly Meta

16 Dec 00:45
Compare
Choose a tag to compare

This is a 'bug fix' release. Thanks to this discussion on the Hugo forums a problem with caching metadata has been fixed.

This release also includes a copy of the relevant fontawesome files, as I still haven't worked out how to use pseudo-elements with the 'font kit'. (This fixes the blockquote layout.)

There have also been some changes to the exampleSite and documentation, particularly aimed at helping new users. Thanks, @alfredocambera.

Updated Social Icons

23 Nov 06:29
Compare
Choose a tag to compare

Updated the way social icons are built in order to improve flexibility.

There's now loads of social icons available (thanks to the BeautifulHugo Theme) which users can change or improve by overriding the theme's version of data/social.toml in their own directory.


As per issue 8 I'll move to tagging rather than updating CHANGELOG.md