Smashing Magazine continues articles about static-site articles and here is the one covering Hugo amongst others.
1 Like
I guess we’re getting lots of questions about sub-sections here in the time coming.
2 Likes
Asset Pipeline Link
This is one of Hugo’s big weaknesses. You’d better want to work with plain CSS and JavaScript, or integrate an external asset pipeline with a tool like Gulp or Grunt, because Hugo doesn’t include any kind of asset pipeline.
I like that I get to use my own CSS tools.
My thoughts exactly. I crossed out a bunch of other static site generators because they were a bit too opinionated about including specific css or js framesworks, or specific build tools that I maybe don’t want to be tied to down the road.