From a6bf3f7d956597c73b679bced44831c93dc612dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Tue, 20 Apr 2021 20:23:36 +0200 Subject: [PATCH 1/5] docs: Regen docs helper --- data/docs.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/data/docs.json b/data/docs.json index e757680a5..f030eec01 100644 --- a/data/docs.json +++ b/data/docs.json @@ -1752,6 +1752,20 @@ "svg" ] }, + { + "mainType": "image", + "subType": "webp", + "delimiter": ".", + "firstSuffix": { + "suffix": "webp", + "fullSuffix": ".webp" + }, + "type": "image/webp", + "string": "image/webp", + "suffixes": [ + "webp" + ] + }, { "mainType": "text", "subType": "calendar", @@ -3467,6 +3481,12 @@ "Aliases": null, "Examples": null }, + "IsExtended": { + "Description": "", + "Args": null, + "Aliases": null, + "Examples": null + }, "IsProduction": { "Description": "", "Args": null, From 1666c7f31a13cdf70d93cdac821c389194794bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 1 May 2021 12:05:31 +0200 Subject: [PATCH 2/5] docs: Regenerate CLI docs --- content/en/commands/hugo.md | 2 -- content/en/commands/hugo_check.md | 2 -- content/en/commands/hugo_check_ulimit.md | 2 -- content/en/commands/hugo_config.md | 2 -- content/en/commands/hugo_config_mounts.md | 2 -- content/en/commands/hugo_convert.md | 2 -- content/en/commands/hugo_convert_toJSON.md | 2 -- content/en/commands/hugo_convert_toTOML.md | 2 -- content/en/commands/hugo_convert_toYAML.md | 2 -- content/en/commands/hugo_deploy.md | 2 -- content/en/commands/hugo_env.md | 5 +++-- content/en/commands/hugo_gen.md | 2 -- content/en/commands/hugo_gen_autocomplete.md | 2 -- content/en/commands/hugo_gen_chromastyles.md | 2 -- content/en/commands/hugo_gen_doc.md | 2 -- content/en/commands/hugo_gen_man.md | 2 -- content/en/commands/hugo_import.md | 2 -- content/en/commands/hugo_import_jekyll.md | 2 -- content/en/commands/hugo_list.md | 2 -- content/en/commands/hugo_list_all.md | 2 -- content/en/commands/hugo_list_drafts.md | 2 -- content/en/commands/hugo_list_expired.md | 2 -- content/en/commands/hugo_list_future.md | 2 -- content/en/commands/hugo_mod.md | 2 -- content/en/commands/hugo_mod_clean.md | 2 -- content/en/commands/hugo_mod_get.md | 2 -- content/en/commands/hugo_mod_graph.md | 2 -- content/en/commands/hugo_mod_init.md | 2 -- content/en/commands/hugo_mod_npm.md | 2 -- content/en/commands/hugo_mod_npm_pack.md | 2 -- content/en/commands/hugo_mod_tidy.md | 2 -- content/en/commands/hugo_mod_vendor.md | 2 -- content/en/commands/hugo_mod_verify.md | 2 -- content/en/commands/hugo_new.md | 2 -- content/en/commands/hugo_new_site.md | 2 -- content/en/commands/hugo_new_theme.md | 2 -- content/en/commands/hugo_server.md | 2 -- content/en/commands/hugo_version.md | 2 -- 38 files changed, 3 insertions(+), 76 deletions(-) diff --git a/content/en/commands/hugo.md b/content/en/commands/hugo.md index b503fe40a..7b90bae2e 100644 --- a/content/en/commands/hugo.md +++ b/content/en/commands/hugo.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo" slug: hugo url: /commands/hugo/ @@ -81,4 +80,3 @@ hugo [flags] * [hugo server](/commands/hugo_server/) - A high performance webserver * [hugo version](/commands/hugo_version/) - Print the version number of Hugo -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_check.md b/content/en/commands/hugo_check.md index afec5dbb3..1c9bb0c9d 100644 --- a/content/en/commands/hugo_check.md +++ b/content/en/commands/hugo_check.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo check" slug: hugo_check url: /commands/hugo_check/ @@ -37,4 +36,3 @@ Contains some verification checks * [hugo](/commands/hugo/) - hugo builds your site * [hugo check ulimit](/commands/hugo_check_ulimit/) - Check system ulimit settings -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_check_ulimit.md b/content/en/commands/hugo_check_ulimit.md index 676560913..a27bd6837 100644 --- a/content/en/commands/hugo_check_ulimit.md +++ b/content/en/commands/hugo_check_ulimit.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo check ulimit" slug: hugo_check_ulimit url: /commands/hugo_check_ulimit/ @@ -45,4 +44,3 @@ hugo check ulimit [flags] * [hugo check](/commands/hugo_check/) - Contains some verification checks -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_config.md b/content/en/commands/hugo_config.md index ad1c699dc..e305e68d0 100644 --- a/content/en/commands/hugo_config.md +++ b/content/en/commands/hugo_config.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo config" slug: hugo_config url: /commands/hugo_config/ @@ -45,4 +44,3 @@ hugo config [flags] * [hugo](/commands/hugo/) - hugo builds your site * [hugo config mounts](/commands/hugo_config_mounts/) - Print the configured file mounts -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_config_mounts.md b/content/en/commands/hugo_config_mounts.md index 34755e8df..f12ec8dfa 100644 --- a/content/en/commands/hugo_config_mounts.md +++ b/content/en/commands/hugo_config_mounts.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo config mounts" slug: hugo_config_mounts url: /commands/hugo_config_mounts/ @@ -40,4 +39,3 @@ hugo config mounts [flags] * [hugo config](/commands/hugo_config/) - Print the site configuration -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_convert.md b/content/en/commands/hugo_convert.md index f88bb3e49..df67d3c1d 100644 --- a/content/en/commands/hugo_convert.md +++ b/content/en/commands/hugo_convert.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo convert" slug: hugo_convert url: /commands/hugo_convert/ @@ -47,4 +46,3 @@ See convert's subcommands toJSON, toTOML and toYAML for more information. * [hugo convert toTOML](/commands/hugo_convert_totoml/) - Convert front matter to TOML * [hugo convert toYAML](/commands/hugo_convert_toyaml/) - Convert front matter to YAML -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_convert_toJSON.md b/content/en/commands/hugo_convert_toJSON.md index b8e255087..a6840bbfd 100644 --- a/content/en/commands/hugo_convert_toJSON.md +++ b/content/en/commands/hugo_convert_toJSON.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo convert toJSON" slug: hugo_convert_toJSON url: /commands/hugo_convert_tojson/ @@ -47,4 +46,3 @@ hugo convert toJSON [flags] * [hugo convert](/commands/hugo_convert/) - Convert your content to different formats -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_convert_toTOML.md b/content/en/commands/hugo_convert_toTOML.md index aaf935dc3..522af07b3 100644 --- a/content/en/commands/hugo_convert_toTOML.md +++ b/content/en/commands/hugo_convert_toTOML.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo convert toTOML" slug: hugo_convert_toTOML url: /commands/hugo_convert_totoml/ @@ -47,4 +46,3 @@ hugo convert toTOML [flags] * [hugo convert](/commands/hugo_convert/) - Convert your content to different formats -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_convert_toYAML.md b/content/en/commands/hugo_convert_toYAML.md index d9d3c92f7..656556d30 100644 --- a/content/en/commands/hugo_convert_toYAML.md +++ b/content/en/commands/hugo_convert_toYAML.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo convert toYAML" slug: hugo_convert_toYAML url: /commands/hugo_convert_toyaml/ @@ -47,4 +46,3 @@ hugo convert toYAML [flags] * [hugo convert](/commands/hugo_convert/) - Convert your content to different formats -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_deploy.md b/content/en/commands/hugo_deploy.md index d20dddeee..41ae5d457 100644 --- a/content/en/commands/hugo_deploy.md +++ b/content/en/commands/hugo_deploy.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo deploy" slug: hugo_deploy url: /commands/hugo_deploy/ @@ -54,4 +53,3 @@ hugo deploy [flags] * [hugo](/commands/hugo/) - hugo builds your site -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_env.md b/content/en/commands/hugo_env.md index a62315ab1..c5919b248 100644 --- a/content/en/commands/hugo_env.md +++ b/content/en/commands/hugo_env.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo env" slug: hugo_env url: /commands/hugo_env/ @@ -12,6 +11,9 @@ Print Hugo version and environment info Print Hugo version and environment info. This is useful in Hugo bug reports. +If you add the -v flag, you will get a full dependency list. + + ``` hugo env [flags] ``` @@ -44,4 +46,3 @@ hugo env [flags] * [hugo](/commands/hugo/) - hugo builds your site -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_gen.md b/content/en/commands/hugo_gen.md index 05c3bcb52..84ec7ecba 100644 --- a/content/en/commands/hugo_gen.md +++ b/content/en/commands/hugo_gen.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo gen" slug: hugo_gen url: /commands/hugo_gen/ @@ -40,4 +39,3 @@ A collection of several useful generators. * [hugo gen doc](/commands/hugo_gen_doc/) - Generate Markdown documentation for the Hugo CLI. * [hugo gen man](/commands/hugo_gen_man/) - Generate man pages for the Hugo CLI -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_gen_autocomplete.md b/content/en/commands/hugo_gen_autocomplete.md index 3b9561366..7d2d4fd68 100644 --- a/content/en/commands/hugo_gen_autocomplete.md +++ b/content/en/commands/hugo_gen_autocomplete.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo gen autocomplete" slug: hugo_gen_autocomplete url: /commands/hugo_gen_autocomplete/ @@ -58,4 +57,3 @@ hugo gen autocomplete [flags] * [hugo gen](/commands/hugo_gen/) - A collection of several useful generators. -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_gen_chromastyles.md b/content/en/commands/hugo_gen_chromastyles.md index cd9dffad3..e7b58bf03 100644 --- a/content/en/commands/hugo_gen_chromastyles.md +++ b/content/en/commands/hugo_gen_chromastyles.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo gen chromastyles" slug: hugo_gen_chromastyles url: /commands/hugo_gen_chromastyles/ @@ -49,4 +48,3 @@ hugo gen chromastyles [flags] * [hugo gen](/commands/hugo_gen/) - A collection of several useful generators. -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_gen_doc.md b/content/en/commands/hugo_gen_doc.md index 9b7279e26..8c17b594d 100644 --- a/content/en/commands/hugo_gen_doc.md +++ b/content/en/commands/hugo_gen_doc.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo gen doc" slug: hugo_gen_doc url: /commands/hugo_gen_doc/ @@ -51,4 +50,3 @@ hugo gen doc [flags] * [hugo gen](/commands/hugo_gen/) - A collection of several useful generators. -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_gen_man.md b/content/en/commands/hugo_gen_man.md index 7bb21c3ae..9aef9ab8e 100644 --- a/content/en/commands/hugo_gen_man.md +++ b/content/en/commands/hugo_gen_man.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo gen man" slug: hugo_gen_man url: /commands/hugo_gen_man/ @@ -47,4 +46,3 @@ hugo gen man [flags] * [hugo gen](/commands/hugo_gen/) - A collection of several useful generators. -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_import.md b/content/en/commands/hugo_import.md index 01520a4c2..1170b3b16 100644 --- a/content/en/commands/hugo_import.md +++ b/content/en/commands/hugo_import.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo import" slug: hugo_import url: /commands/hugo_import/ @@ -43,4 +42,3 @@ Import requires a subcommand, e.g. `hugo import jekyll jekyll_root_path target_p * [hugo](/commands/hugo/) - hugo builds your site * [hugo import jekyll](/commands/hugo_import_jekyll/) - hugo import from Jekyll -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_import_jekyll.md b/content/en/commands/hugo_import_jekyll.md index d9a9487b9..f1d811fe6 100644 --- a/content/en/commands/hugo_import_jekyll.md +++ b/content/en/commands/hugo_import_jekyll.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo import jekyll" slug: hugo_import_jekyll url: /commands/hugo_import_jekyll/ @@ -47,4 +46,3 @@ hugo import jekyll [flags] * [hugo import](/commands/hugo_import/) - Import your site from others. -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_list.md b/content/en/commands/hugo_list.md index 60f57a109..7f70ccb0e 100644 --- a/content/en/commands/hugo_list.md +++ b/content/en/commands/hugo_list.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo list" slug: hugo_list url: /commands/hugo_list/ @@ -46,4 +45,3 @@ List requires a subcommand, e.g. `hugo list drafts`. * [hugo list expired](/commands/hugo_list_expired/) - List all posts already expired * [hugo list future](/commands/hugo_list_future/) - List all posts dated in the future -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_list_all.md b/content/en/commands/hugo_list_all.md index a6325b125..1a52f3f3e 100644 --- a/content/en/commands/hugo_list_all.md +++ b/content/en/commands/hugo_list_all.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo list all" slug: hugo_list_all url: /commands/hugo_list_all/ @@ -44,4 +43,3 @@ hugo list all [flags] * [hugo list](/commands/hugo_list/) - Listing out various types of content -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_list_drafts.md b/content/en/commands/hugo_list_drafts.md index c29d52cb3..0de7b0964 100644 --- a/content/en/commands/hugo_list_drafts.md +++ b/content/en/commands/hugo_list_drafts.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo list drafts" slug: hugo_list_drafts url: /commands/hugo_list_drafts/ @@ -44,4 +43,3 @@ hugo list drafts [flags] * [hugo list](/commands/hugo_list/) - Listing out various types of content -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_list_expired.md b/content/en/commands/hugo_list_expired.md index 320eaf0d1..71e938da1 100644 --- a/content/en/commands/hugo_list_expired.md +++ b/content/en/commands/hugo_list_expired.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo list expired" slug: hugo_list_expired url: /commands/hugo_list_expired/ @@ -44,4 +43,3 @@ hugo list expired [flags] * [hugo list](/commands/hugo_list/) - Listing out various types of content -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_list_future.md b/content/en/commands/hugo_list_future.md index acc594dc7..b723ee005 100644 --- a/content/en/commands/hugo_list_future.md +++ b/content/en/commands/hugo_list_future.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo list future" slug: hugo_list_future url: /commands/hugo_list_future/ @@ -44,4 +43,3 @@ hugo list future [flags] * [hugo list](/commands/hugo_list/) - Listing out various types of content -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_mod.md b/content/en/commands/hugo_mod.md index b726f8d8f..e2be82ac3 100644 --- a/content/en/commands/hugo_mod.md +++ b/content/en/commands/hugo_mod.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo mod" slug: hugo_mod url: /commands/hugo_mod/ @@ -84,4 +83,3 @@ See https://gohugo.io/hugo-modules/ for more information. * [hugo mod vendor](/commands/hugo_mod_vendor/) - Vendor all module dependencies into the _vendor directory. * [hugo mod verify](/commands/hugo_mod_verify/) - Verify dependencies. -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_mod_clean.md b/content/en/commands/hugo_mod_clean.md index 0095db3fa..81caa6c91 100644 --- a/content/en/commands/hugo_mod_clean.md +++ b/content/en/commands/hugo_mod_clean.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo mod clean" slug: hugo_mod_clean url: /commands/hugo_mod_clean/ @@ -52,4 +51,3 @@ hugo mod clean [flags] * [hugo mod](/commands/hugo_mod/) - Various Hugo Modules helpers. -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_mod_get.md b/content/en/commands/hugo_mod_get.md index 3549459fe..f2f9cff0c 100644 --- a/content/en/commands/hugo_mod_get.md +++ b/content/en/commands/hugo_mod_get.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo mod get" slug: hugo_mod_get url: /commands/hugo_mod_get/ @@ -70,4 +69,3 @@ hugo mod get [flags] * [hugo mod](/commands/hugo_mod/) - Various Hugo Modules helpers. -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_mod_graph.md b/content/en/commands/hugo_mod_graph.md index 72405b036..af8b01faf 100644 --- a/content/en/commands/hugo_mod_graph.md +++ b/content/en/commands/hugo_mod_graph.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo mod graph" slug: hugo_mod_graph url: /commands/hugo_mod_graph/ @@ -46,4 +45,3 @@ hugo mod graph [flags] * [hugo mod](/commands/hugo_mod/) - Various Hugo Modules helpers. -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_mod_init.md b/content/en/commands/hugo_mod_init.md index 680a085cc..a7a569d30 100644 --- a/content/en/commands/hugo_mod_init.md +++ b/content/en/commands/hugo_mod_init.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo mod init" slug: hugo_mod_init url: /commands/hugo_mod_init/ @@ -51,4 +50,3 @@ hugo mod init [flags] * [hugo mod](/commands/hugo_mod/) - Various Hugo Modules helpers. -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_mod_npm.md b/content/en/commands/hugo_mod_npm.md index 02932fe04..5d0008705 100644 --- a/content/en/commands/hugo_mod_npm.md +++ b/content/en/commands/hugo_mod_npm.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo mod npm" slug: hugo_mod_npm url: /commands/hugo_mod_npm/ @@ -45,4 +44,3 @@ hugo mod npm [flags] * [hugo mod](/commands/hugo_mod/) - Various Hugo Modules helpers. * [hugo mod npm pack](/commands/hugo_mod_npm_pack/) - Experimental: Prepares and writes a composite package.json file for your project. -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_mod_npm_pack.md b/content/en/commands/hugo_mod_npm_pack.md index cefd7d2c8..809c3a5bf 100644 --- a/content/en/commands/hugo_mod_npm_pack.md +++ b/content/en/commands/hugo_mod_npm_pack.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo mod npm pack" slug: hugo_mod_npm_pack url: /commands/hugo_mod_npm_pack/ @@ -54,4 +53,3 @@ hugo mod npm pack [flags] * [hugo mod npm](/commands/hugo_mod_npm/) - Various npm helpers. -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_mod_tidy.md b/content/en/commands/hugo_mod_tidy.md index 436cdaf41..925def7cb 100644 --- a/content/en/commands/hugo_mod_tidy.md +++ b/content/en/commands/hugo_mod_tidy.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo mod tidy" slug: hugo_mod_tidy url: /commands/hugo_mod_tidy/ @@ -40,4 +39,3 @@ hugo mod tidy [flags] * [hugo mod](/commands/hugo_mod/) - Various Hugo Modules helpers. -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_mod_vendor.md b/content/en/commands/hugo_mod_vendor.md index 5d1fd96cc..2d18951f3 100644 --- a/content/en/commands/hugo_mod_vendor.md +++ b/content/en/commands/hugo_mod_vendor.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo mod vendor" slug: hugo_mod_vendor url: /commands/hugo_mod_vendor/ @@ -47,4 +46,3 @@ hugo mod vendor [flags] * [hugo mod](/commands/hugo_mod/) - Various Hugo Modules helpers. -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_mod_verify.md b/content/en/commands/hugo_mod_verify.md index 753030ced..cd9b1cbf1 100644 --- a/content/en/commands/hugo_mod_verify.md +++ b/content/en/commands/hugo_mod_verify.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo mod verify" slug: hugo_mod_verify url: /commands/hugo_mod_verify/ @@ -46,4 +45,3 @@ hugo mod verify [flags] * [hugo mod](/commands/hugo_mod/) - Various Hugo Modules helpers. -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_new.md b/content/en/commands/hugo_new.md index 35816e5b6..17e305c00 100644 --- a/content/en/commands/hugo_new.md +++ b/content/en/commands/hugo_new.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo new" slug: hugo_new url: /commands/hugo_new/ @@ -79,4 +78,3 @@ hugo new [path] [flags] * [hugo new site](/commands/hugo_new_site/) - Create a new site (skeleton) * [hugo new theme](/commands/hugo_new_theme/) - Create a new theme -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_new_site.md b/content/en/commands/hugo_new_site.md index f7b330e7c..60e58b1bc 100644 --- a/content/en/commands/hugo_new_site.md +++ b/content/en/commands/hugo_new_site.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo new site" slug: hugo_new_site url: /commands/hugo_new_site/ @@ -48,4 +47,3 @@ hugo new site [path] [flags] * [hugo new](/commands/hugo_new/) - Create new content for your site -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_new_theme.md b/content/en/commands/hugo_new_theme.md index d040a252f..3563f5b73 100644 --- a/content/en/commands/hugo_new_theme.md +++ b/content/en/commands/hugo_new_theme.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo new theme" slug: hugo_new_theme url: /commands/hugo_new_theme/ @@ -47,4 +46,3 @@ hugo new theme [name] [flags] * [hugo new](/commands/hugo_new/) - Create new content for your site -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_server.md b/content/en/commands/hugo_server.md index fc984c742..47664f0b6 100644 --- a/content/en/commands/hugo_server.md +++ b/content/en/commands/hugo_server.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo server" slug: hugo_server url: /commands/hugo_server/ @@ -92,4 +91,3 @@ hugo server [flags] * [hugo](/commands/hugo/) - hugo builds your site -###### Auto generated by spf13/cobra on 21-Mar-2021 diff --git a/content/en/commands/hugo_version.md b/content/en/commands/hugo_version.md index f73acc82a..f17671aed 100644 --- a/content/en/commands/hugo_version.md +++ b/content/en/commands/hugo_version.md @@ -1,5 +1,4 @@ --- -date: 2021-03-21 title: "hugo version" slug: hugo_version url: /commands/hugo_version/ @@ -44,4 +43,3 @@ hugo version [flags] * [hugo](/commands/hugo/) - hugo builds your site -###### Auto generated by spf13/cobra on 21-Mar-2021 From e789c879ab789e93a7c0b5cb822e64cb00650da4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 1 May 2021 12:06:24 +0200 Subject: [PATCH 3/5] docs: Regenerate docs helper --- data/docs.json | 35 +++++++++++++++++++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/data/docs.json b/data/docs.json index f030eec01..5e27712e3 100644 --- a/data/docs.json +++ b/data/docs.json @@ -14,6 +14,13 @@ "abnf" ] }, + { + "Name": "AL", + "Aliases": [ + "al", + "dal" + ] + }, { "Name": "ANTLR", "Aliases": [ @@ -369,6 +376,14 @@ "dockerfile" ] }, + { + "Name": "Dylan", + "Aliases": [ + "dyl", + "dylan", + "intr" + ] + }, { "Name": "EBNF", "Aliases": [ @@ -579,7 +594,8 @@ { "Name": "Handlebars", "Aliases": [ - "handlebars" + "handlebars", + "hbs" ] }, { @@ -666,7 +682,8 @@ "Aliases": [ "javascript", "js", - "jsm" + "jsm", + "mjs" ] }, { @@ -963,6 +980,7 @@ "posh", "powershell", "ps1", + "psd1", "psm1" ] }, @@ -1022,6 +1040,13 @@ "qbasic" ] }, + { + "Name": "QML", + "Aliases": [ + "qbs", + "qml" + ] + }, { "Name": "R", "Aliases": [ @@ -1424,6 +1449,12 @@ "mkd" ] }, + { + "Name": "mcfunction", + "Aliases": [ + "mcfunction" + ] + }, { "Name": "plaintext", "Aliases": [ From 287fd9ac092d1e6e8b75db441011ecd7c4364c84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Sat, 1 May 2021 13:01:23 +0200 Subject: [PATCH 4/5] docs: Fix shortcode --- content/en/content-management/image-processing/index.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/content/en/content-management/image-processing/index.md b/content/en/content-management/image-processing/index.md index 8cd00210f..9eefa1f73 100644 --- a/content/en/content-management/image-processing/index.md +++ b/content/en/content-management/image-processing/index.md @@ -177,7 +177,9 @@ Only relevant for JPEG and Webp images, values 1 to 100 inclusive, higher is bet {{< new-in "0.83.0" >}} Webp support was added in Hugo 0.83.0. -### Hint {{< new-in "0.83.0" >}} +### Hint + + {{< new-in "0.83.0" >}} Hint about what type of image this is. Currently only used when encoding to Webp. From a182d10ddd3a17cff4b3eec7f01f531f369c2eab Mon Sep 17 00:00:00 2001 From: hugoreleaser Date: Sat, 1 May 2021 12:10:05 +0000 Subject: [PATCH 5/5] releaser: Add release notes to /docs for release of 0.83.0 [ci skip] --- content/en/news/0.83.0-relnotes/index.md | 126 +++++++++++++++++++++++ 1 file changed, 126 insertions(+) create mode 100644 content/en/news/0.83.0-relnotes/index.md diff --git a/content/en/news/0.83.0-relnotes/index.md b/content/en/news/0.83.0-relnotes/index.md new file mode 100644 index 000000000..68febe354 --- /dev/null +++ b/content/en/news/0.83.0-relnotes/index.md @@ -0,0 +1,126 @@ + +--- +date: 2021-05-01 +title: "0.83.0" +description: "0.83.0" +categories: ["Releases"] +--- + + Hugo `0.83` finally brings [WebP](https://gohugo.io/content-management/image-processing/) image processing support. Note that you need the [extended version](https://gohugo.io/troubleshooting/faq/#i-get-tocss--this-feature-is-not-available-in-your-current-hugo-version) of Hugo to encode to WebP. If you want to target all Hugo versions, you may use a construct such as this: + +```go-html-template +FOO +``` + +Also worth highlighting: + +* Some important language/i18n fixes (thanks to [@jmooring](https://github.com/jmooring) for helping out with these): + * Fix multiple unknown language codes [7eb80a9e](https://github.com/gohugoio/hugo/commit/7eb80a9e6fcb6d31711effa20310cfefb7b23c1b) [@bep](https://github.com/bep) [#7838](https://github.com/gohugoio/hugo/issues/7838) + * Improve plural handling of floats [eebde0c2](https://github.com/gohugoio/hugo/commit/eebde0c2ac4964e91d26d8b0cf0ac43afcfd207f) [@bep](https://github.com/bep) [#8464](https://github.com/gohugoio/hugo/issues/8464) + * Revise the plural implementation [537c905e](https://github.com/gohugoio/hugo/commit/537c905ec103dc5adaf8a1b2ccdef5da7cc660fd) [@bep](https://github.com/bep) [#8454](https://github.com/gohugoio/hugo/issues/8454)[#7822](https://github.com/gohugoio/hugo/issues/7822) +* You can now use slice syntax in the sections permalinks config[2dc222ce](https://github.com/gohugoio/hugo/commit/2dc222cec4460595af8569165d1c498bb45aac84) [@bep](https://github.com/bep) [#8363](https://github.com/gohugoio/hugo/issues/8363). + +This release represents **61 contributions by 9 contributors** to the main Hugo code base.[@bep](https://github.com/bep) leads the Hugo development with a significant amount of contributions, but also a big shoutout to [@dependabot[bot]](https://github.com/apps/dependabot), [@jmooring](https://github.com/jmooring), and [@anthonyfok](https://github.com/anthonyfok) for their ongoing contributions. +And a big thanks to [@digitalcraftsman](https://github.com/digitalcraftsman) for his relentless work on keeping the themes site in pristine condition. + +Many have also been busy writing and fixing the documentation in [hugoDocs](https://github.com/gohugoio/hugoDocs), +which has received **10 contributions by 5 contributors**. A special thanks to [@lupsa](https://github.com/lupsa), [@jmooring](https://github.com/jmooring), [@bep](https://github.com/bep), and [@arhuman](https://github.com/arhuman) for their work on the documentation site. + + +Hugo now has: + +* 51594+ [stars](https://github.com/gohugoio/hugo/stargazers) +* 432+ [contributors](https://github.com/gohugoio/hugo/graphs/contributors) +* 370+ [themes](http://themes.gohugo.io/) + +## Notes + +* We have updated ESBUild to v0.11.16. There are no breaking changes on the API side, but you may want to read the release upstream release notes: https://github.com/evanw/esbuild/releases/tag/v0.10.0 https://github.com/evanw/esbuild/releases/tag/v0.11.0 + +## Enhancements + +### Templates + +* Remove the FuzzMarkdownify func for now [5656a908](https://github.com/gohugoio/hugo/commit/5656a908d837f2aa21837d39712b8ab4aa6db842) [@bep](https://github.com/bep) + +### Output + +* Make the shortcode template lookup for output formats stable [0d86a32d](https://github.com/gohugoio/hugo/commit/0d86a32d8f3031e2124c8005b680b597f3c0e558) [@bep](https://github.com/bep) [#7774](https://github.com/gohugoio/hugo/issues/7774) +* Only output mediaType once in docshelper JSON [7b4ade56](https://github.com/gohugoio/hugo/commit/7b4ade56dd50d89a91760fc5ef8e2f151874de96) [@bep](https://github.com/bep) [#8379](https://github.com/gohugoio/hugo/issues/8379) + +### Other + +* Regenerate docs helper [a9b52b41](https://github.com/gohugoio/hugo/commit/a9b52b41758d20ae4c10b71721b22175395c69e9) [@bep](https://github.com/bep) +* Regenerate CLI docs [b073a1c9](https://github.com/gohugoio/hugo/commit/b073a1c9723980eeb58717884006148dfc0e0c8e) [@bep](https://github.com/bep) +* Remove all dates from gendoc [4227cc1b](https://github.com/gohugoio/hugo/commit/4227cc1bd308d1ef1ea151c86f72f537b5e77b1d) [@bep](https://github.com/bep) +* Update getkin/kin-openapi v0.60.0 => v0.61. [3cc4fdd6](https://github.com/gohugoio/hugo/commit/3cc4fdd6f358263ffde33ccbf61546f073979e32) [@bep](https://github.com/bep) +* Update github.com/evanw/esbuild v0.11.14 => v0.11.16 [78c1a6a7](https://github.com/gohugoio/hugo/commit/78c1a6a7c6e14f006854ee97ec561abdcf6203fc) [@bep](https://github.com/bep) +* Remove .Site.Authors from embedded templates [f6745ad3](https://github.com/gohugoio/hugo/commit/f6745ad3588a7b3aaae228fec18fe0027affd566) [@jmooring](https://github.com/jmooring) [#4458](https://github.com/gohugoio/hugo/issues/4458) +* Don't treat a NotFound response for Delete as a fatal error. [f523e9f0](https://github.com/gohugoio/hugo/commit/f523e9f0fd0e0b0ce75879532caa834742297d16) [@vangent](https://github.com/vangent) +* Switch to deb packages of nodejs and python3-pygments [63cd05ce](https://github.com/gohugoio/hugo/commit/63cd05ce5ae308c496b848f6b11bcb3fdbdf5cb2) [@anthonyfok](https://github.com/anthonyfok) +* Install bin/node from node/14/stable [902535ef](https://github.com/gohugoio/hugo/commit/902535ef11fce449b377896ab7498c4799beb9ce) [@anthonyfok](https://github.com/anthonyfok) +* bump github.com/getkin/kin-openapi from 0.55.0 to 0.60.0 [70aebba0](https://github.com/gohugoio/hugo/commit/70aebba04d801fe6a3784394d25c433ffeb6d123) [@dependabot[bot]](https://github.com/apps/dependabot) +* bump github.com/evanw/esbuild from 0.11.13 to 0.11.14 [3e3b7d44](https://github.com/gohugoio/hugo/commit/3e3b7d4474ea97a1990f303482a12f0c3031bd07) [@dependabot[bot]](https://github.com/apps/dependabot) +* Update to Chroma v0.9.1 [048418ba](https://github.com/gohugoio/hugo/commit/048418ba749d02eb3dde9d6895cedef2adaefefd) [@caarlos0](https://github.com/caarlos0) +* Improve plural handling of floats [eebde0c2](https://github.com/gohugoio/hugo/commit/eebde0c2ac4964e91d26d8b0cf0ac43afcfd207f) [@bep](https://github.com/bep) [#8464](https://github.com/gohugoio/hugo/issues/8464) +* bump github.com/evanw/esbuild from 0.11.12 to 0.11.13 [65c502cc](https://github.com/gohugoio/hugo/commit/65c502cc8110e49540cbe2b49ecd5a8ede9e67a1) [@dependabot[bot]](https://github.com/apps/dependabot) +* Revise the plural implementation [537c905e](https://github.com/gohugoio/hugo/commit/537c905ec103dc5adaf8a1b2ccdef5da7cc660fd) [@bep](https://github.com/bep) [#8454](https://github.com/gohugoio/hugo/issues/8454)[#7822](https://github.com/gohugoio/hugo/issues/7822) +* Update to "base: core20" [243951eb](https://github.com/gohugoio/hugo/commit/243951ebe9715d3da3968e96e6f60dcd53e25d92) [@anthonyfok](https://github.com/anthonyfok) +* bump github.com/frankban/quicktest from 1.11.3 to 1.12.0 [fe2ee028](https://github.com/gohugoio/hugo/commit/fe2ee028024836695c99e28595393588e3930136) [@dependabot[bot]](https://github.com/apps/dependabot) +* bump google.golang.org/api from 0.44.0 to 0.45.0 [316d65cd](https://github.com/gohugoio/hugo/commit/316d65cd7049d60b0d5ac0080a87236198e74fc9) [@dependabot[bot]](https://github.com/apps/dependabot) +* bump github.com/aws/aws-sdk-go from 1.37.11 to 1.38.23 [b95229ab](https://github.com/gohugoio/hugo/commit/b95229ab49ac2126aefe7802392ef34fdd021c3b) [@dependabot[bot]](https://github.com/apps/dependabot) +* Correct function name in comment [0551df09](https://github.com/gohugoio/hugo/commit/0551df090e6b2a391941bf7383b79c2dbc11d416) [@xhit](https://github.com/xhit) +* Upgraded github.com/evanw/esbuild v0.11.0 => v0.11.12 [057e5a22](https://github.com/gohugoio/hugo/commit/057e5a22af937459082c3096ba3095b343d1a8bf) [@bep](https://github.com/bep) +* Regen docs helper [fd96f65a](https://github.com/gohugoio/hugo/commit/fd96f65a3d7755e49b4a70fb276dfffcba4e541a) [@bep](https://github.com/bep) +* bump github.com/tdewolff/minify/v2 from 2.9.15 to 2.9.16 [d3a64708](https://github.com/gohugoio/hugo/commit/d3a64708f49139552ca79a199a4cbf6544375443) [@dependabot[bot]](https://github.com/apps/dependabot) +* bump golang.org/x/text from 0.3.5 to 0.3.6 [3b56244f](https://github.com/gohugoio/hugo/commit/3b56244f425a72c783bb58c30542aeb4b045acca) [@dependabot[bot]](https://github.com/apps/dependabot) +* Remove some unreachable code [f5d3d635](https://github.com/gohugoio/hugo/commit/f5d3d635e6b88d7c5d304b80f04e7b4361349fd6) [@bep](https://github.com/bep) +* bump github.com/getkin/kin-openapi from 0.39.0 to 0.55.0 [0d3c42da](https://github.com/gohugoio/hugo/commit/0d3c42da56151325f16802b3b1a4105a21ce250e) [@dependabot[bot]](https://github.com/apps/dependabot) +* Some performance tweaks for the HTML elements collector [ef34dd8f](https://github.com/gohugoio/hugo/commit/ef34dd8f0e94e52ba6f1d5d607e4ac3ae98a7abb) [@bep](https://github.com/bep) +* Exclude comment and doctype elements from writeStats [bc80022e](https://github.com/gohugoio/hugo/commit/bc80022e033a5462d1a9ce541f40a050994011cc) [@dirkolbrich](https://github.com/dirkolbrich) [#8396](https://github.com/gohugoio/hugo/issues/8396)[#8417](https://github.com/gohugoio/hugo/issues/8417) +* Merge branch 'release-0.82.1' [2bb9496c](https://github.com/gohugoio/hugo/commit/2bb9496ce29dfe90e8b3664ed8cf7f895011b2d4) [@bep](https://github.com/bep) +* bump github.com/yuin/goldmark from 1.3.2 to 1.3.5 [3ddffd06](https://github.com/gohugoio/hugo/commit/3ddffd064dbacf62aa854b26ea8ddc5d15ba1ef8) [@jmooring](https://github.com/jmooring) [#8377](https://github.com/gohugoio/hugo/issues/8377) +* Remove duplicate references from release notes [6fc52d18](https://github.com/gohugoio/hugo/commit/6fc52d185a98b86c70b6ba862549cc6aae782691) [@jmooring](https://github.com/jmooring) [#8360](https://github.com/gohugoio/hugo/issues/8360) +* bump github.com/spf13/afero from 1.5.1 to 1.6.0 [73c3ae81](https://github.com/gohugoio/hugo/commit/73c3ae818a7fc78febff092ac74772a114a2cbd2) [@dependabot[bot]](https://github.com/apps/dependabot) +* bump github.com/pelletier/go-toml from 1.8.1 to 1.9.0 [7ca118fd](https://github.com/gohugoio/hugo/commit/7ca118fdfd9f0d1c636ef5e266c9000a20099e03) [@dependabot[bot]](https://github.com/apps/dependabot) +* Add webp image encoding support [33d5f805](https://github.com/gohugoio/hugo/commit/33d5f805923eb50dfb309d024f6555c59a339846) [@bep](https://github.com/bep) [#5924](https://github.com/gohugoio/hugo/issues/5924) +* bump google.golang.org/api from 0.40.0 to 0.44.0 [509d39fa](https://github.com/gohugoio/hugo/commit/509d39fa6ddbba106c127b7923a41b0dcaea9381) [@dependabot[bot]](https://github.com/apps/dependabot) +* bump github.com/nicksnyder/go-i18n/v2 from 2.1.1 to 2.1.2 [7725c41d](https://github.com/gohugoio/hugo/commit/7725c41d40b7009c2701a5ad3fa6bc9de57b88ee) [@dependabot[bot]](https://github.com/apps/dependabot) +* bump github.com/rogpeppe/go-internal from 1.6.2 to 1.8.0 [5d36d801](https://github.com/gohugoio/hugo/commit/5d36d801534c0823697610fdb32e1eeb61f70e33) [@dependabot[bot]](https://github.com/apps/dependabot) +* Remove extraneous space from figure shortcode [9b34d42b](https://github.com/gohugoio/hugo/commit/9b34d42bb2ff05deaeeef63ff4b5b993f35f0451) [@jmooring](https://github.com/jmooring) [#8401](https://github.com/gohugoio/hugo/issues/8401) +* bump github.com/magefile/mage from 1.10.0 to 1.11.0 [c2d8f87c](https://github.com/gohugoio/hugo/commit/c2d8f87cfc1c4ae666fbb1fb5b8983d43492333f) [@dependabot[bot]](https://github.com/apps/dependabot) +* bump github.com/google/go-cmp from 0.5.4 to 0.5.5 [cbc24661](https://github.com/gohugoio/hugo/commit/cbc246616e88729322dad70971eae18ef59dd5d4) [@dependabot[bot]](https://github.com/apps/dependabot) +* Disable broken pretty relative links feature [fa432b17](https://github.com/gohugoio/hugo/commit/fa432b17b349ed7e914af3625187e2c1dc2e243b) [@niklasfasching](https://github.com/niklasfasching) +* Update go-org to v1.5.0 [0cd55c66](https://github.com/gohugoio/hugo/commit/0cd55c66d370559b66eea220626c4842efaf7039) [@niklasfasching](https://github.com/niklasfasching) +* bump github.com/jdkato/prose from 1.2.0 to 1.2.1 [0d5cf256](https://github.com/gohugoio/hugo/commit/0d5cf256e4f2a5babcbcf7b49a6818869c3c0691) [@dependabot[bot]](https://github.com/apps/dependabot) +* bump github.com/spf13/cobra from 1.1.1 to 1.1.3 [36527576](https://github.com/gohugoio/hugo/commit/36527576b30224dff2eae7f6c9f27eff807d5402) [@dependabot[bot]](https://github.com/apps/dependabot) +* Add complete dependency list in "hugo env -v" [9b83f45b](https://github.com/gohugoio/hugo/commit/9b83f45b6dcafa6e50df80a4786d6a36400a47fe) [@bep](https://github.com/bep) [#8400](https://github.com/gohugoio/hugo/issues/8400) +* Add hugo.IsExtended [7fdd2b95](https://github.com/gohugoio/hugo/commit/7fdd2b95e20f322b0a47f63ff1010a04f47ce67b) [@bep](https://github.com/bep) [#8399](https://github.com/gohugoio/hugo/issues/8399) +* Also test minified HTML in the element collector [3d5dbdcb](https://github.com/gohugoio/hugo/commit/3d5dbdcb1a11b059fc2f93ed6fadb9009bf72673) [@bep](https://github.com/bep) [#7567](https://github.com/gohugoio/hugo/issues/7567) +* Skip script, pre and textarea content when looking for HTML elements [8a308944](https://github.com/gohugoio/hugo/commit/8a308944e46f8c2aa054005d5aed89f2711f9c1d) [@bep](https://github.com/bep) [#7567](https://github.com/gohugoio/hugo/issues/7567) +* Add slice syntax to sections permalinks config [2dc222ce](https://github.com/gohugoio/hugo/commit/2dc222cec4460595af8569165d1c498bb45aac84) [@bep](https://github.com/bep) [#8363](https://github.com/gohugoio/hugo/issues/8363) +* Upgrade github.com/evanw/esbuild v0.9.6 => v0.11.0 [4d22ad58](https://github.com/gohugoio/hugo/commit/4d22ad580ec8c8e5e27cf4f5cce69b6828aa8501) [@bep](https://github.com/bep) + +## Fixes + +### Templates + +* Fix where on type mismatches [e4dc9a82](https://github.com/gohugoio/hugo/commit/e4dc9a82b557a417b1552c533b0df605c6ff1cc0) [@bep](https://github.com/bep) [#8353](https://github.com/gohugoio/hugo/issues/8353) + +### Output + +* Regression in media type suffix lookup [6e9d2bf0](https://github.com/gohugoio/hugo/commit/6e9d2bf0c936900f8f676d485098755b3f463373) [@bep](https://github.com/bep) [#8406](https://github.com/gohugoio/hugo/issues/8406) +* Regression in media type suffix lookup [e73f7a77](https://github.com/gohugoio/hugo/commit/e73f7a770dfb06f23d842d589bdd3d0fb53c7eed) [@bep](https://github.com/bep) [#8406](https://github.com/gohugoio/hugo/issues/8406) + +### Other + +* Fix multiple unknown language codes [7eb80a9e](https://github.com/gohugoio/hugo/commit/7eb80a9e6fcb6d31711effa20310cfefb7b23c1b) [@bep](https://github.com/bep) [#7838](https://github.com/gohugoio/hugo/issues/7838) +* Fix permalinks pattern detection for some of the sections variants [c13d3687](https://github.com/gohugoio/hugo/commit/c13d368746992eb39a33f065ca808e129baec4ef) [@bep](https://github.com/bep) [#8363](https://github.com/gohugoio/hugo/issues/8363) +* Fix Params case handling in where with slices of structs (e.g. Pages) [bca40cf0](https://github.com/gohugoio/hugo/commit/bca40cf0c9c7b75e6d5b4a9ac8b927eb17590c7e) [@bep](https://github.com/bep) [#7009](https://github.com/gohugoio/hugo/issues/7009) +* Fix typo in docshelper.go [7c7974b7](https://github.com/gohugoio/hugo/commit/7c7974b711879938eafc08a2ce242d0f00c8e9e6) [@jmooring](https://github.com/jmooring) [#8380](https://github.com/gohugoio/hugo/issues/8380) +* Try to fix the fuzz build [5e2f1289](https://github.com/gohugoio/hugo/commit/5e2f1289118dc1489fb782bf289298a05104eeaf) [@bep](https://github.com/bep) + + + + +