Skip to content

Releases: jmooring/hugo-module-archive

v0.6.0

12 May 13:28
Compare
Choose a tag to compare

v0.5.0

06 May 03:29
Compare
Choose a tag to compare

Full Changelog: v0.4.0...v0.5.0

Upon upgrading to v0.5.0, if you wish to enable daily archive pages, add enableDaily to your site configuration. For example:

[params.modules.archive]
enableDaily = true    # Whether to enable daily archive pages.
navigation = false    # Whether to display previous and next buttons on archive pages.
paginate = true       # Whether to paginate archive pages.
prefix = '/archive/'  # The URL prefix for archive pages.
section = '/posts/'   # The section for which to build archive pages.

v0.4.0

22 Apr 17:52
Compare
Choose a tag to compare
Ensure compatibility with Hugo v0.146.7

v0.3.0

19 Dec 19:23
Compare
Choose a tag to compare
Update minimum required version

v0.2.1

30 May 17:18
Compare
Choose a tag to compare
Update minimum required version