Consistently use "edition" when referring to standard, extended, etc.

This commit is contained in:
Joe Mooring
2025-01-25 17:23:42 -08:00
committed by GitHub
parent 92f03a3509
commit d1874c5f59
7 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -161,7 +161,7 @@ Step 10
## Building from source
You can build, install, and test Hugo at any point in its development history. The examples below build and install the extended version of Hugo.
You can build, install, and test Hugo at any point in its development history. The examples below build and install the extended edition of Hugo.
To build and install the latest release:
+1 -1
View File
@@ -91,7 +91,7 @@ silenceDeprecations
## Dart Sass
The extended version of Hugo includes [LibSass] to transpile Sass to CSS. In 2020, the Sass team deprecated LibSass in favor of [Dart Sass].
Hugo's extended and extended/deploy editions include [LibSass] to transpile Sass to CSS. In 2020, the Sass team deprecated LibSass in favor of [Dart Sass].
Use the latest features of the Sass language by installing Dart Sass in your development and production environments.
+1 -1
View File
@@ -1,6 +1,6 @@
---
title: hugo.IsExtended
description: Reports whether the Hugo binary is the extended version.
description: Reports whether the Hugo binary is either the extended or extended/deploy edition.
categories: []
keywords: []
action:
+1 -1
View File
@@ -92,7 +92,7 @@ includePaths
## Dart Sass
The extended version of Hugo includes [LibSass] to transpile Sass to CSS. In 2020, the Sass team deprecated LibSass in favor of [Dart Sass].
Hugo's extended and extended/deploy editions include [LibSass] to transpile Sass to CSS. In 2020, the Sass team deprecated LibSass in favor of [Dart Sass].
Use the latest features of the Sass language by installing Dart Sass in your development and production environments.
@@ -16,21 +16,21 @@ The `build` configuration section contains global build-related configuration op
{{< code-toggle config=build />}}
#### buildStats
###### buildStats
See [Configure buildStats](#configure-build-stats).
#### cachebusters
###### cachebusters
See [Configure Cache Busters](#configure-cache-busters).
#### noJSConfigInAssets
###### noJSConfigInAssets
(`bool`) If `true`, turns off writing a `jsconfig.json` into your `assets` directory with mapping of imports from running [js.Build](/hugo-pipes/js). This file is intended to help with intellisense/navigation inside code editors such as [VS Code](https://code.visualstudio.com/). Note that if you do not use `js.Build`, no file will be written.
#### useResourceCacheWhen
###### useResourceCacheWhen
(`string`) When to use the cached resources in `/resources/_gen` for PostCSS and ToCSS. Valid values are `never`, `always` and `fallback`. The last value means that the cache will be tried if PostCSS/extended version is not available.
(`string`) When to use the resource file cache, one of `never`, `fallback`, or `always`. Applicable when transpiling Sass to CSS. Default is `fallback`.
## Configure cache busters
+1 -1
View File
@@ -75,7 +75,7 @@ max
: (`string`) The maximum Hugo version supported, e.g. `0.55.0`
extended
: (`bool`) Whether the extended version of Hugo is required.
: (`bool`) Whether the extended edition of Hugo is required, satisfied by installing either the extended or extended/deploy edition.
## Module configuration: imports
@@ -83,7 +83,7 @@ includePaths
## Dart Sass
The extended version of Hugo includes [LibSass] to transpile Sass to CSS. In 2020, the Sass team deprecated LibSass in favor of [Dart Sass].
Hugo's extended and extended/deploy editions include [LibSass] to transpile Sass to CSS. In 2020, the Sass team deprecated LibSass in favor of [Dart Sass].
Use the latest features of the Sass language by installing Dart Sass in your development and production environments.