hugo-theme-gruvbox
hugo-theme-gruvbox copied to clipboard
The download instructions are very unclear.
After these two steps:
Add the following to the config.toml file: ...
Install the theme:
hugo mod get
It says: WARN 2022/08/17 19:58:12 module "https://github.com/schnerring/hugo-mod-json-resume" not found; either add it as a Hugo Module or store it in "C:\Hugo\example.com\themes".: module does not exist
Just tested it, everything works fine. What's unclear?
Did you install Go? Are you using hugo-extended
?
Okay you were right. It didn't work because I didn't have Go installed. I downloaded it, followed all the steps again and ran into another issue.
I created a new file in content. And then hosted the server with 'hugo server' to see if it worked. But i got this error:
WARN 2022/08/17 23:20:39 found no layout file for "HTML" for kind "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
On Wed, Aug 17, 2022 at 9:28 PM Michael Schnerring @.***> wrote:
Just tested it, everything works fine.
Did you install Go? Are you using hugo-extended?
— Reply to this email directly, view it on GitHub https://github.com/schnerring/hugo-theme-gruvbox/issues/32#issuecomment-1218010929, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKJL4CA2YNNNVMXJY4DGGADVZTSHZANCNFSM56ZIPG2Q . You are receiving this because you authored the thread.Message ID: @.***>
I'll ask again, are you using hugo
or hugo-extended
?
What steps have you taken to troubleshoot the issue? From your error message #33 :
this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information
Have you read the FAQ the error message links to?
Also included in your error message:
WARN 2022/08/18 21:53:25 Module "github.com/schnerring/hugo-theme-gruvbox" is not compatible with this Hugo version; run "hugo mod graph" for more information.
This indicates you don't use hugo-extended
which doesn't satisfy the theme's requirements:
https://github.com/schnerring/hugo-theme-gruvbox/blob/6d44084123d86101850e06caff28f5e929f8b9be/config/_default/module.toml#L3-L5
I am using hugo. Haven't looked into that one yet no.
On Fri, Aug 19, 2022, 6:53 AM Michael Schnerring @.***> wrote:
What steps have you taken to troubleshoot the issue? From your error message #33 https://github.com/schnerring/hugo-theme-gruvbox/issues/33 :
this feature is not available in your current Hugo version, see https://goo.gl/YMrWcn for more information
Have you read the FAQ the error message links to?
— Reply to this email directly, view it on GitHub https://github.com/schnerring/hugo-theme-gruvbox/issues/32#issuecomment-1220054029, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKJL4CGNDVFNG64HF45W5FTVZ25GFANCNFSM56ZIPG2Q . You are receiving this because you authored the thread.Message ID: @.***>
I upgraded to the extened hugo version and restarted your instructions from the beginning. But now when i run hugo server i get this error again:
WARN 2022/08/19 19:37:03 found no layout file for "HTML" for kind "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
Closing this as this is a user issue.
If you have a recommendation how to improve the installation docs, please let me know.