Git Product home page Git Product logo

Comments (3)

JugglerX avatar JugglerX commented on June 16, 2024

I just tested the theme and was able to change the .scss files and see them update live while running hugo server. This theme does uses Hugo pipelines and it is implemented correctly.

Given that you are running hugo server from the hugo site root, and you see the server running in the terminal. Any change to a .scss file in the /themes/hugo-hero-theme/assets/scss/ folder should live refresh in the browser. You should also see that file change in the terminal as Hugo updates the file.

If you are not seeing the changes. Then maybe try disabling your cache in chrome devtools. In the network tab there is a disable cache tickbox. Sometimes it is also helpful to delete the public directory from the root of the project and run hugo again. Sometimes this clears out old files.

from hugo-hero-theme.

dncohen avatar dncohen commented on June 16, 2024

Thanks for the reply. I'm adding some notes here in case anyone else runs into same.

Hugo did not complain until I removed the _gen directory. Then, I got an (almost) useful error, "failed to transform resouce: TOCSS: failed to transform "scss/style.scss" (text/x-scss): this feature is not available in your current Hugo version:

Searches reveal I need to build the "extended" version of Hugo. In the Hugo source dir:

go get -d github.com/wellington/go-libsall/libs
go install --tags extended

After that hugo version should report version with "/extended" appended. Now restart hugo server to see scss changes.

from hugo-hero-theme.

JugglerX avatar JugglerX commented on June 16, 2024

You absolutely right. There are now 2 binaries of Hugo floating about. And it's really not clear which version you have installed. I'm on a mac and I used brew to install Hugo, and I guess it just comes as the extended version. But yeah if you get it another way or your on Windows you might end up with the 'lite' version.

I also had this issue when deploying to Netlify. Apparently they (or they did, they may have fixed it) use the lite version, so if you don't upload the _resources folder (which is their workaround) then you will get a similar error about having the wrong hugo version. Of course it's nothing to do with the version requirement, it's that Netlify is not using the extended version for the build.

from hugo-hero-theme.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.