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.
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.
Following all the steps of your README file, I wasn't able to make the theme to work.
Using the following version of Hugo:
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 validpackage.json
. If I move tothemes/hugo-atlantic-theme
, I can runnpm install
, but when I move back to the root of my site, I can't do anything (as we don't have thenode_modules
.Perhaps
exampleSite
is missing thepackage.json
to be copied together to the root of the site? Not sure... but the instruction of the main branch currently won't work.