kishaningithub / hugo-creative-portfolio-theme

Port of the creative portfolio theme to Hugo
https://themes.gohugo.io/hugo-creative-portfolio-theme/
MIT License
447 stars 292 forks source link

Unable to find theme Directory #67

Closed graham768 closed 4 years ago

graham768 commented 5 years ago

I cloned the repo and tried to build the site using hugo -v --source exampleSite from your travis config script, but received the error Error: Unable to find theme Directory: ~hugo-creative-portfolio-theme/exampleSite/themes/hugo-creative-portfolio-theme

I also tried downgrading my hugo installation from 0.55.6 to 0.40.3 to match the travis build in case themes weren't required previously, but no luck.

If I'm missing a step, let's add it to the README.

This could also be related to your issue on the hugoThemes page

kishaningithub commented 5 years ago

@graham768 This issue is exactly what it says. The exampleSite expects the theme directory to be present within it. That's how hugo works. So there are 2 options here

kishaningithub commented 5 years ago

@graham768 Also i just upgraded hugo to 0.55.6 in commit 9a9dc3fd4e9a144f0b17cb9d703890c328aa31c6 and the build was successful.

Do let me know if something is not clear from my previous comment. Happy to help.