zerostaticthemes / hugo-atlantic-theme

A Tailwind 3 starter blog for Hugo
https://hugo-atlantic.netlify.app/
Other
48 stars 13 forks source link

Unable to install theme #5

Closed rennerocha closed 2 years ago

rennerocha commented 2 years ago

Following all the steps of your README file, I wasn't able to make the theme to work.

Using the following version of Hugo:

➜  blog git:(main) ✗ hugo version
hugo v0.101.0-466fa43c16709b4483689930a4f9ac8add5c9f66+extended linux/amd64 BuildDate=2022-06-16T07:09:16Z VendorInfo=gohugoio

Steps 1 to 5 works fine.

Step 6 doesn't specify where to run npm install, as the content of the copied exampleSite doesn't contain a valid package.json. If I move to themes/hugo-atlantic-theme, I can run npm install, but when I move back to the root of my site, I can't do anything (as we don't have the node_modules.

Perhaps exampleSite is missing the package.json to be copied together to the root of the site? Not sure... but the instruction of the main branch currently won't work.

rennerocha commented 2 years ago

I was trying the tagged version, so I didn't tried with the exact content of main. Closing issue. Will try again cloning the repo instead of getting a release.