Hello. My HUGO website was working find locally up until after I deployed it to Netlify. I’ve scoured the forum, and StackOverflow, and nothing of what’s been proposed has worked so far. The website works fine, even after I’ve blindly pushed changes–since I can’t check locally. I’m using the congo
theme, and followed its documentation to a T.
When I run hugo server -D
Start building sites …
hugo v0.110.0+extended darwin/arm64 BuildDate=unknown
WARN 2023/02/14 21:54:48 found no layout file for "HTML" for kind "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2023/02/14 21:54:48 found no layout file for "HTML" for kind "section": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2023/02/14 21:54:48 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 2023/02/14 21:54:48 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 2023/02/14 21:54:48 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2023/02/14 21:54:48 found no layout file for "HTML" for kind "page": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
WARN 2023/02/14 21:54:48 found no layout file for "JSON" for kind "home": You should create a template file which matches Hugo Layouts Lookup Rules for this combination.
| EN
-------------------+-----
Pages | 5
Paginator pages | 0
Non-page files | 2
Static files | 0
Processed images | 0
Aliases | 0
Sitemaps | 1
Cleaned | 0
Built in 11 ms
Watching for changes in /portfolio/{archetypes,assets,content,data,layouts,static}
Watching for config changes in /portfolio/config/_default, /portfolio/go.mod
Environment: "development"
Serving pages from memory
Running in Fast Render Mode. For full rebuilds on change: hugo server --disableFastRender
Web Server is available at http://localhost:1313/ (bind address 127.0.0.1)
Press Ctrl+C to stop
When I run hugo server --verbose
INFO 2023/02/14 21:57:27 syncing static files to /
…the rest is the same as when I ran hugo server -D
When I run hugo server --theme=congo
Error: module "congo" not found; either add it as a Hugo Module or store it in "/portfolio/themes".: module does not exist
Here’s my hugo env
info & git version
hugo v0.110.0+extended darwin/arm64 BuildDate=unknown
GOOS="darwin"
GOARCH="arm64"
GOVERSION="go1.19.5"
github.com/sass/libsass="3.6.5"
github.com/webmproject/libwebp="v1.2.4"
git version 2.39.2
I double-checked that my PORT
wasn’t being used on something else, and it was not. I’m at a loss as to what it could be, or what/where I messed up. My repo is here: Emme Bravo / portfolio · GitLab
Thank you so much for your support!