So, I have a feeling that I’m doing something wrong. I’ve tried multiple themes and it seems every theme I’ve tried except for the one from the quickstart guide seems to give me issues.
This is what I did:
cd themes
git clone https://github.com/luizdepra/hugo-coder.git
cd ..
echo 'theme = "hugo-coder"' >> config.toml
Then when I try to start the server I get this error:
Error: Error building site: TOCSS: failed to transform "style.coder.css" (text/x-scss): resource "scss/scss/coder.scss_fd4b5b3f9a48bc0c7f005d2f7a4cc30f" not found in file cache
Any help would be appreciated. I tried other themes as well, so either all the themes i’m picking are broken or i’m doing something wrong.