Bjørn Erik Pedersen
Bjørn Erik Pedersen
I'm not sure what, but I see some odd behaviour when using it. Need to look into it.
See this tweet: https://twitter.com/ThatPandaDev/status/1172342347213881344 >i miss downloadable docs :( prepping to write code on the plane and i shouldn't need to clone the whole @semanticui and @GoHugoIO repos, then figure...
In the series "bep gets totally distracted", I'm about to add a `image.Trace` method. There are several examples of this work in progress here: https://temp.bep.is/hugotest/section1/trace/ A quick note: Some of...
Currently, if you have: ``` project => mod1 => mod2 ``` And add `replacements` directive in your `config.toml` for `mod1` (to edit it manually). If you then updates the Git...
>The location of the module cache may now be set with the GOMODCACHE environment variable. The default value of GOMODCACHE is GOPATH[0]/pkg/mod, the location of the module cache before this...
https://tailwindcss.com/blog/tailwindcss-v4-alpha This seems to work on the fundamental level. Some notes: - [ ] Tailwind now comes with `@import` suppport built in, which isn't compatible with Hugo's `inlineImports=true` option. We...
A new feature coming in next Hugo.
https://github.com/cortezaproject/corteza/blob/7c177080ab7ffb0f390adb720ad7df2fb81f1043/server/pkg/sass/processor.go#L181 Maybe I'm overlooking something, but open an issue just in case. Creating a new transpiler spins up a new Dart VM, so not very light weight. The transpiler is...
See c58f924a2f2629406722f9696f0edb1c7f38c8e8