hugo:fix/postcsserror-9730

Last commit made on 2023-07-17
Get this branch:
git clone -b fix/postcsserror-9730 https://git.launchpad.net/hugo

Branch merges

Branch information

Name:
fix/postcsserror-9730
Repository:
lp:hugo

Recent commits

10ddc2e... by Bjørn Erik Pedersen

Improve error messages for PostCSS etc.

Fixes #9730

c406fd3... by Bjørn Erik Pedersen

Fix setting config from env with complex (e.g. YAML) strings

So you can do

```
HUGO_OUTPUTS="home: [rss]" hugo
```

And similar.

Fixes #11249

286821e... by David Karlsson <email address hidden>

Fix for data mounts in sub folders

Before this change, data files from Hugo modules were always mounted at the
root of the `data` directory. The File and FileMetaInfo structs for modules
are different from 'native' data directories.

This changes how the keyParts for data files are generated so that data
from modules or native directories are treated the same.

79f15be... by hugoreleaser <email address hidden>

releaser: Prepare repository for 0.116.0-DEV

[ci skip]

5c2e014... by hugoreleaser <email address hidden>

releaser: Bump versions for release of 0.115.3

[ci skip]

cc44583... by Bjørn Erik Pedersen

Improve behavior of defaultContentLanguageInSubdir when only the default language is enabled

1 .Create sitemapindex in root of publishDir (will contain link to sitemap.xml in defaultContentLanguage site)
2. Create index.html in root of publishDir (will redirect to defaultContentLanguage site)

Fixes #11229

4da672a... by Bjørn Erik Pedersen

Return error when .Render is invoked without arg

Fixes #11243

f1886f8... by Joe Mooring <email address hidden>

js: Pass tsconfig.json to esBuild

Note that esBuild only inspects/honors certain fields.
See https://esbuild.github.io/content-types/#tsconfig-json.

Fixes #11232

5bec508... by Bjørn Erik Pedersen

tpl/collections: Fix WordCount (etc.) regression in Where, Sort, Delimit

Fixes #11234

f650e4d... by Joe Mooring <email address hidden>

config/allconfig: Update timeout description