Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Miscellaneous edits #2641

Merged
merged 1 commit into from
Jun 27, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 9 additions & 6 deletions content/en/about/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,17 +80,19 @@ toc: true
[URL management]
: Serve any page from any path via global configuration or on a page-by-page basis.


## Asset pipelines

[CSS bundling]
: Transpile Sass to CSS, bundle, tree shake, minify, create source maps, perform SRI hashing, and integrate with PostCSS.
[Image processing]
: Convert, resize, crop, rotate, adjust colors, apply filters, overlay text and images, and extract EXIF data.

[JavaScript bundling]
: Transpile TypeScript and JSX to JavaScript, bundle, tree shake, minify, create source maps, and perform SRI hashing.

[Image processing]
: Convert, resize, crop, rotate, adjust colors, apply filters, overlay text and images, and extract EXIF data.
[Sass processing]
: Transpile Sass to CSS, bundle, tree shake, minify, create source maps, perform SRI hashing, and integrate with PostCSS.

[Tailwind CSS processing]
: Compile Tailwind CSS utility classes into standard CSS, bundle, tree shake, optimize, minify, perform SRI hashing, and integrate with PostCSS.

## Performance

Expand All @@ -104,7 +106,7 @@ toc: true
: Minify HTML, CSS, and JavaScript to reduce file size, bandwidth consumption, and loading times.

[CCPA]: https://en.wikipedia.org/wiki/California_Consumer_Privacy_Act
[CSS bundling]: /functions/resources/tocss/
[Sass processing]: /functions/css/Sass/
[Caching]: /functions/partials/includecached/
[CommonMark]: https://spec.commonmark.org/current/
[Content adapters]: /content-management/content-adapters/
Expand All @@ -130,6 +132,7 @@ toc: true
[Segmentation]: /getting-started/configuration/#configure-segments
[Shortcodes]: /content-management/shortcodes/
[Syntax highlighting]: /content-management/syntax-highlighting/
[Tailwind CSS processing]: /functions/css/tailwindcss/
[Taxonomies]: /content-management/taxonomies/
[Templates]: templates/introduction/
[Themes]: https://themes.gohugo.io/
Expand Down
6 changes: 2 additions & 4 deletions content/en/functions/css/PostCSS.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ keywords: []
action:
aliases: [postCSS]
related:
- functions/resources/Fingerprint
- functions/resources/Minify
- functions/resources/PostProcess
- functions/css/Sass
- functions/css/TailwindCSS
returnType: resource.Resource
signatures: ['css.PostCSS [OPTIONS] RESOURCE']
toc: true
Expand Down Expand Up @@ -128,4 +126,4 @@ module.exports = {
[node.js]: https://nodejs.org/en/download
[postcss plugins]: https://www.postcss.parts/
[supported file name]: https://github.com/postcss/postcss-load-config#usage
[transpile to CSS]: /functions/resources/tocss.md
[transpile to CSS]: /functions/css/sass/
1 change: 1 addition & 0 deletions content/en/functions/css/TailwindCSS.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ action:
related:
- functions/resources/Fingerprint
- functions/resources/Minify
- functions/css/PostCSS
returnType: resource.Resource
signatures: ['css.TailwindCSS [OPTIONS] RESOURCE']
toc: true
Expand Down
2 changes: 1 addition & 1 deletion content/en/functions/js/Build.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ keywords: []
action:
aliases: []
related:
- functions/resources/Babel
- functions/js/Babel
- functions/resources/Fingerprint
- functions/resources/Minify
returnType: resource.Resource
Expand Down
1 change: 0 additions & 1 deletion content/en/functions/resources/Babel.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ description: Compiles the given JavaScript resource with Babel.
categories: []
keywords: []
action:
aliases: [babel]
related:
- functions/js/Build
- functions/resources/Fingerprint
Expand Down
9 changes: 4 additions & 5 deletions content/en/functions/resources/Fingerprint.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,11 @@ keywords: []
action:
aliases: [fingerprint]
related:
- functions/js/Build
- functions/resources/Babel
- functions/resources/Minify
- functions/resources/PostCSS
- functions/resources/PostProcess
- functions/resources/ToCSS
- functions/css/Sass
- functions/css/TailwindCSS
- functions/js/Build
- functions/js/Babel
returnType: resource.Resource
signatures: ['resources.Fingerprint [ALGORITHM] RESOURCE']
---
Expand Down
8 changes: 4 additions & 4 deletions content/en/functions/resources/Minify.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@ keywords: []
action:
aliases: [minify]
related:
- functions/js/Build
- functions/resources/Babel
- functions/resources/Fingerprint
- functions/resources/PostCSS
- functions/resources/ToCSS
- functions/css/Sass
- functions/css/TailwindCSS
- functions/js/Build
- functions/js/Babel
returnType: resource.Resource
signatures: [resources.Minify RESOURCE]
---
Expand Down
3 changes: 1 addition & 2 deletions content/en/functions/resources/PostCSS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ description: Processes the given resource with PostCSS using any PostCSS plugin.
categories: []
keywords: []
action:
aliases: [postCSS]
related:
- functions/resources/Fingerprint
- functions/resources/Minify
Expand Down Expand Up @@ -133,4 +132,4 @@ module.exports = {
[node.js]: https://nodejs.org/en/download
[postcss plugins]: https://www.postcss.parts/
[supported file name]: https://github.com/postcss/postcss-load-config#usage
[transpile to CSS]: /functions/resources/tocss.md
[transpile to CSS]: /functions/css/sass/
6 changes: 2 additions & 4 deletions content/en/functions/resources/PostProcess.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,8 @@ keywords: []
action:
aliases: []
related:
- functions/resources/Fingerprint
- functions/resources/Minify
- functions/resources/PostCSS
- functions/resources/ToCSS
- functions/css/PostCSS
- functions/css/Sass
returnType: postpub.PostPublishedResource
signatures: [resources.PostProcess RESOURCE]
toc: true
Expand Down
1 change: 0 additions & 1 deletion content/en/functions/resources/ToCSS.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ description: Transpiles Sass to CSS.
categories: []
keywords: []
action:
aliases: [toCSS]
related:
- functions/resources/Fingerprint
- functions/resources/Minify
Expand Down
1 change: 1 addition & 0 deletions content/en/methods/taxonomy/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ menu:
docs:
identifier:
parent: methods
aliases: [/variables/taxonomy/]
---

Use these methods with Taxonomy objects.