I’m new to hugo and want to try out this changelog theme, but after installing it when I do hugo server -D to preview, I get this error:
error: failed to transform resource: SCSS processing failed: file "stdin", line 11, col 1: File to import not found or unreadable: spectre/src/variables.
I’ve made no changes beyond cloning the repo and adding a md file in their suggested experiment and released content folders.
I get the same error when I try to use their suggested exampleSite preview command:
cd exampleSite && hugo serve --theme hugo-changelog-theme --themesDir ../../ --baseURL http://localhost/
do I need to download the spectre css and put it in this project somewhere, or is there something else I need to do? (I tried downloading it and putting it in the resources folder.)