Someone please help, I keep on getting this issue despite trying to locate .Site.Social to change it to .Site.Params.Social
Search for site.Social too. They are equivalent.
Its still not offering help. The site was just running well locally. Just got this issue after updating hugo
Well, one or the other is somewhere. Can you share your project’s Git repository? That will save us both some time.
Are you sure you searched for site.Social
(no leading dot)?
The above shows that you ran the same command twice.
Here is the repo link GitHub - The-alpha-male/hugo_site kindly let me know how I can resolve the issue
This is a known problem with the PaperMod theme:
https://github.com/adityatelange/hugo-PaperMod/issues/1573
I found it but tried implementing taxonomy ‘social’ and even .Site.Params.Social but couldn’t manage to clear the error
This is utterly wrong:
.Site.Params.Social:
- name: medium
url: "https://medium.com/@ronymunene360"
- name: twitter
url: "https://twitter.com/ronnymunene4"
- name: linkedin
url: "https://www.linkedin.com/in/ronny-munene/"
- name: github
url: "https://github.com/The-alpha-male"
Guide me on how to fix it
Under the params
key, indented as shown below:
social:
- name: medium
url: "https://medium.com/@ronymunene360"
- name: twitter
url: "https://twitter.com/ronnymunene4"
- name: linkedin
url: "https://www.linkedin.com/in/ronny-munene/"
- name: github
url: "https://github.com/The-alpha-male"
This does not work
I tried this one too and did not also work
Push your changes to the Git repo, and I’ll pull and test again.
I have already pushed. With your permission, I would request that I make you a collaborator in the project to make this easy for everyone.
Let’s back up a second. Why did you add that section, with that format data structure, to your site configuration?