Skip to content

v0.5.0

Compare
Choose a tag to compare
@jmooring jmooring released this 06 May 03:29
· 3 commits to main since this release

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.