mirror of
https://github.com/gohugoio/hugo.git
synced 2025-08-26 22:04:32 +02:00
Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65'
This commit is contained in:
@@ -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
|
||||
---
|
||||
|
@@ -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.
|
||||
|
@@ -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.
|
||||
|
@@ -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
|
||||
|
@@ -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/).
|
||||
|
@@ -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.
|
||||
|
@@ -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.
|
||||
|
@@ -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.
|
||||
|
@@ -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.
|
||||
|
@@ -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.
|
||||
|
@@ -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/]
|
||||
---
|
||||
|
||||
|
Reference in New Issue
Block a user