Joe Mooring
Joe Mooring
On hold pending resolution of https://github.com/gohugoio/hugo/issues/12970 and https://github.com/gohugoio/hugo/issues/12971. Once resolved, test all operating systems without creating the cacheDir to see if that step is still required.
@dvdksn @bep Latest test results... #### Linux With or without a pre-existing cache directory, this works: ```text mkdir -p $HOME/.cache/hugo_cache git clone https://github.com/jmooring/hugo-docker-test cd hugo-docker-test docker run --rm -v .:/project...
@dvdksn I ran these commands on Windows. On the host neither the cacheDir nor node_modules existed before running the test. Note that I removed the cache mount from the docker...
The Windows test started passing again, and I'm not sure what changed.
I haven't visited this draft in a while; it has a very low priority. On this page... ... you can see that the link to the installation instructions is a...
@lucasew See .
We added this to test color support in https://github.com/gohugoio/hugo/pull/5384 on 2 Nov 2018: https://github.com/gohugoio/hugo/blob/fad57964aa22879f697ddd2def0d304d750fa1f4/common/terminal/colors.go#L44-L46 So, even if you're running Git Bash or Cygwin you don't get color output. I am...
This has come up before but we didn't log an issue:
Closing in favor of https://github.com/gohugoio/hugo/issues/12599.
Please provide an example of how you would use the new template function in a template (e.g., /layouts/_default/list.html).