Is it possible to use "created" instead of "date" frontmatter with papermod? #1089
Unanswered
fredrikaverpil
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I would like my frontmatter for posts to look something like this:
But with this, the papermod archives does not work. I have to define
date
in the frontmatter to get archives to work.Is there any way I can tell hugo/papermod to instead accept the
created
key instead?I already have this in my hugo
config.yml
, which makes posts pick up the date from thecreated
key, but it does not help in getting archives to show:Is this considered a bug, since I specified
frontmatter
inconfig.yml
- and/or does anyone know of a workaround?Beta Was this translation helpful? Give feedback.
All reactions