Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65'

This commit is contained in:
Bjørn Erik Pedersen
2025-04-10 13:04:51 +02:00
987 changed files with 12379 additions and 14083 deletions

View File

@@ -3,10 +3,5 @@ title: Hugo Pipes
description: Use asset pipelines to transform and optimize images, stylesheets, and JavaScript.
categories: []
keywords: []
menu:
docs:
identifier: hugo-pipes-in-this-section
parent: hugo-pipes
weight: 10
weight: 10
---

View File

@@ -2,13 +2,8 @@
title: Concat
linkTitle: Concatenating assets
description: Bundle any number of assets into one resource.
categories: [asset management]
categories: []
keywords: []
menu:
docs:
parent: hugo-pipes
weight: 90
weight: 90
---
See the [`resources.Concat`](/functions/resources/concat/) function.

View File

@@ -2,13 +2,8 @@
title: Fingerprint
linkTitle: Fingerprinting and SRI hashing
description: Cryptographically hash the content of the given resource.
categories: [asset management]
categories: []
keywords: []
menu:
docs:
parent: hugo-pipes
weight: 100
weight: 100
---
See the [`resources.Fingerprint`](/functions/resources/fingerprint/) function.

View File

@@ -2,14 +2,9 @@
title: Hugo Pipes
linkTitle: Introduction
description: Hugo Pipes is Hugo's asset processing set of functions.
categories: [asset management]
categories: []
keywords: []
menu:
docs:
parent: hugo-pipes
weight: 20
weight: 20
toc: true
weight: 10
aliases: [/assets/]
---
@@ -25,7 +20,7 @@ remote resource
For `.Page` scoped resources, see the [page resources] section.
[mounted]: /hugo-modules/configuration/#module-configuration-mounts
[mounted]: /configuration/module/#mounts
[page resources]: /content-management/page-resources/
## Get a resource

View File

@@ -2,13 +2,8 @@
title: JavaScript
linkTitle: JavaScript building
description: Bundle, transpile, tree shake, code split, and minify JavaScript resources.
categories: [asset management]
categories: []
keywords: []
menu:
docs:
parent: hugo-pipes
weight: 60
weight: 60
---
See [JS functions](/functions/js/).

View File

@@ -2,13 +2,8 @@
title: Minify
linkTitle: Asset minification
description: Minify a given resource.
categories: [asset management]
categories: []
keywords: []
menu:
docs:
parent: hugo-pipes
weight: 80
weight: 80
---
See the [`resources.Minify`](/functions/resources/minify/) function.

View File

@@ -1,13 +1,8 @@
---
title: PostCSS
description: Process the given resource with PostCSS using any PostCSS plugin.
categories: [asset management]
categories: []
keywords: []
menu:
docs:
parent: hugo-pipes
weight: 40
weight: 40
---
See the [`css.PostCSS`](/functions/css/postcss/) function.

View File

@@ -1,13 +1,8 @@
---
title: PostProcess
description: Process the given resource after the build.
categories: [asset management]
categories: []
keywords: []
menu:
docs:
parent: hugo-pipes
weight: 50
weight: 50
---
See the [`resources.PostProcess`](/functions/resources/postprocess/) function.

View File

@@ -2,13 +2,8 @@
title: FromString
linkTitle: Resource from string
description: Create a resource from a string.
categories: [asset management]
categories: []
keywords: []
menu:
docs:
parent: hugo-pipes
weight: 110
weight: 110
---
See the [`resources.FromString`](/functions/resources/fromstring/) function.

View File

@@ -2,13 +2,8 @@
title: ExecuteAsTemplate
linkTitle: Resource from template
description: Create a resource from a Go template, parsed and executed with the given context.
categories: [asset management]
categories: []
keywords: []
menu:
docs:
parent: hugo-pipes
weight: 120
weight: 120
---
See the [`resources.ExecuteAsTemplate`](/functions/resources/executeastemplate/) function.

View File

@@ -2,13 +2,8 @@
title: ToCSS
linkTitle: Transpile Sass to CSS
description: Transpile Sass to CSS.
categories: [asset management]
categories: []
keywords: []
menu:
docs:
parent: hugo-pipes
weight: 30
weight: 30
aliases: [/hugo-pipes/transform-to-css/]
---