Disable daily archives? #2
-
Is there a nice way to generate yearly and monthly, but not daily, archives? |
Beta Was this translation helpful? Give feedback.
Answered by
jmooring
May 6, 2025
Replies: 1 comment 1 reply
-
Upgrade to v0.5.0:
Then, in your site configuration, set [params.modules.archive]
enableDaily = false # 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. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
jmooring
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Upgrade to v0.5.0:
Then, in your site configuration, set
params.modules.archive.enableDaily
tofalse
. For example: