StefMa / hugo-fresh

Hugo Fresh Theme
https://hugo-fresh.vercel.app
MIT License
588 stars 337 forks source link

Unable to install #193

Closed invictus2010 closed 3 weeks ago

invictus2010 commented 3 months ago

I am new to Hugo. I installed Hugo via Homebrew. I followed directions here to install hugo-fresh theme.

When I ran rm config.toml I got the message "No such file or directory. I proceeded with the rest of the steps in the instructions. Server started but just get a "Page Not Found" with no styling on localhost:1313.

What steps am I missing?

StefMa commented 3 months ago

Maybe you have the same problem like https://github.com/StefMa/hugo-fresh/issues/192 ? 🤔

invictus2010 commented 3 months ago

ah yes very similar! I also got

WARN  found no layout file for "html" for kind "taxonomy": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN  found no layout file for "html" for kind "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.

I then deleted and re-ran through the install again and noted the following discrepancies:

hugo version = hugo v0.122.0-b9a03bd59d5f71a529acb3e33f995e0ef332b3aa+extended linux/amd64 BuildDate=2024-01-26T15:54:24Z VendorInfo=brew go version go1.22.0 linux/amd64

invictus2010 commented 3 months ago

re-did it and got Error: command error: failed to load modules: module "github.com/jgthms/bulma" not found in "/home/jwith/Projects/confident-controls/themes/github.com/jgthms/bulma"; either add it as a Hugo Module or store it in "/home/jwith/Projects/confident-controls/themes".: module does not exist

StefMa commented 3 weeks ago

Let me know if this issue is still present for you.