Closed vinRosso closed 9 months ago
Hey @vinRosso, Sorry to hear that. I want to let you know that this theme has some dependencies that needs to be installed. I am afraid it won't work as a git submodule. what you can do is, create a fresh start with this process, and then copy your content folder from existing site, and paste here. it will be simpler. thanks
I've got a Hugo project in which I want to use this theme. [WIN 11]
For all the themes I've encountered until now it worked like this:
hugo.toml
so thatBut doing this is giving me this error:
error calling partialCached: partial "favicon" not found
I checked other issues but I couldn't find clear solutions:npm install
from #1 gives this error:npm ERR! enoent ENOENT: no such file or directory, open 'path/to/hugo/project/package.json'
npm run update-modules
from #29 gives the same error as abovego mod init example.com
from #68 doesn't work either :(I'm not really a developer so if anyone could help me I would be glad.