Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Due to deprecated .Site.Author taxonomy should be used #379

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

JuliusLongmind
Copy link
Contributor

Hi There!

With the last version hugo it seems .Site.Author is deprecated and .Site.Params.Author should be used.

I hope it helps,
Julius Longmind

@jonatan-ivanov
Copy link

On Hugo 0.124.0 and above (definitely on 0.136.4) this actually fails the build (hugo --gc --minify):

ERROR deprecated: .Site.Author was deprecated in Hugo v0.124.0 and will be removed in Hugo 0.137.0. Implement taxonomy 'author' or use .Site.Params.Author instead.

@Vimux Could you please take a look?

jonatan-ivanov added a commit to jonatan-ivanov/develotters-blog that referenced this pull request Oct 25, 2024
This change needs to be reverted once it is fixed in Mainroad (theme)
See Vimux/Mainroad#379
Copy link

@jonatan-ivanov jonatan-ivanov left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think the documentation (readme) should be also updated and the Author section should be moved under Params.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants