I have a new ‘brew install’ of hugo v0.110.0+extended on a Mac Pro, and cloned the Ed theme into my new site.
The exampleSite comes up just fine, but I wanted to change the default font that’s defined in: themes/ed/assets/sass/style.scss:8.
I run ‘hugo’. The font change doesn’t flow through to either of:
resources/_gen/assets/scss/sass/style.scss_f120a3f402b106f64b18d498afd3d82e.content
public/css/stylesheet.min.ddff76a17889e714853ced93d59096be3dca89927ec0e446c2d9c6b70da094a6.css
… although these do get a new modified-date.
These files are re-created from somewhere if I delete them, but with the original content. Where does that come from?
The source is only found under the theme/ folder, but not in any of:
{archetypes,assets,content,data,layouts,static}
… which seems odd.
Running the server with:
hugo server -w --noHTTPCache --disableFastRender -v --log
… shows the unchanged styles, and doesn’t report page fetches - should it?
Puzzled.