Changes in SCSS not compiled / published

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.

I followed these instructions to install the theme as a Hugo module:
https://gohugo-theme-ed.netlify.app/documentation/#installing-ed

Then I copied style.scss to assets/sass/style.scss, and changed the font values.

No problems.

1 Like

Eh. Thanks Joe!
That wasn’t obvious from the documentation, either Hugo’s or the theme’s.

I am making great progress now :relieved:

1 Like

This topic was automatically closed 2 days after the last reply. New replies are no longer allowed.