Hello,
Need some help building my multilingual website. I love Hugo so far and esp in combination w Tailwind. I have no problem rendering multilingual homepages, but other pages (about, contact) are not even recognized by Hugo. I tried connecting them to the specific layouts in the layout folder and still, 404 page not found when trying to access them and they are not built at all. I organized my multilingual website by content directory, not by file name. Please ignore the current css look of the website, I am stuck with the structure for now!
My repo can be found here.
Hugo version etc:
hugo v0.121.2-6d5b44305eaa9d0a157946492a6f319da38de154+extended darwin/arm64 BuildDate=2024-01-05T12:21:15Z VendorInfo=brew
GOOS="darwin"
GOARCH="arm64"
GOVERSION="go1.21.5"
github.com/sass/libsass="3.6.5"
github.com/webmproject/libwebp="v1.3.2"
github.com/sass/dart-sass/protocol="2.3.0"
github.com/sass/dart-sass/compiler="1.69.7"
github.com/sass/dart-sass/implementation="1.69.7"
Let me know if you need any more details from me. Thank you!