Hi everybody,
I have a little problem with my template, when i run my hugo server on my raspberry pi 4 (raspbian / armv7l) i don’t have the same template as the original. but when i run hugo server on my windows machine it goes well.
I will show you with screens attach to this post the difference between my theme and the original theme.
I’m using Nix theme. I installed latest version (v0.80.0) of gohugo with binary and dpkg on my raspberry pi. Then, I cloned theme with git clone into themes repository. I correctly completed the config.toml and ran the server with hugo server --bind=“0.0.0.0” .
Finally i got the wrong theme page on my raspberry server.
Someone have an idea about what’s going wrong ?