33 points | by speckx 5 hours ago
7 comments
Author here. This post arose out of a recent thread on the Hugo Discourse:
https://discourse.gohugo.io/t/hugo-v0-158-0-released/56868
BTW, there's a glitch in your code snippet syntax highlighting; in Light mode, the 'p' selector is remaining an unreadable yellow.
Good call out from that thread is he's trying to get a small change in esbuild added to help with this as well.
https://github.com/evanw/esbuild/issues/4419
Yes; hope that gets blessed. We shall see.
Yeah Bryce!
Nice! (But I must say that Zola has this built-in since forever.)
For Sass, yes[0] --- as has Hugo[1]. Hugo's recently added `css.Build` function, based on esbuild, is for post-processing vanilla CSS.
[0]: https://www.getzola.org/documentation/content/sass/
[1]: https://github.com/gohugoio/hugo/releases/tag/v0.43 (July, 2018)
Author here. This post arose out of a recent thread on the Hugo Discourse:
https://discourse.gohugo.io/t/hugo-v0-158-0-released/56868
BTW, there's a glitch in your code snippet syntax highlighting; in Light mode, the 'p' selector is remaining an unreadable yellow.
Good call out from that thread is he's trying to get a small change in esbuild added to help with this as well.
https://github.com/evanw/esbuild/issues/4419
Yes; hope that gets blessed. We shall see.
Yeah Bryce!
Nice! (But I must say that Zola has this built-in since forever.)
For Sass, yes[0] --- as has Hugo[1]. Hugo's recently added `css.Build` function, based on esbuild, is for post-processing vanilla CSS.
[0]: https://www.getzola.org/documentation/content/sass/
[1]: https://github.com/gohugoio/hugo/releases/tag/v0.43 (July, 2018)