mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-11 04:14:58 -04:00
Remove old new-in badges
This commit is contained in:
parent
12bfb9933a
commit
d50ed3422e
@ -133,8 +133,6 @@ Also see the [CLI Doc](/commands/hugo_mod_clean/).
|
|||||||
|
|
||||||
## Module workspaces
|
## Module workspaces
|
||||||
|
|
||||||
{{< new-in 0.109.0 >}}
|
|
||||||
|
|
||||||
Workspace support was added in [Go 1.18](https://go.dev/blog/get-familiar-with-workspaces) and Hugo got solid support for it in the `v0.109.0` version.
|
Workspace support was added in [Go 1.18](https://go.dev/blog/get-familiar-with-workspaces) and Hugo got solid support for it in the `v0.109.0` version.
|
||||||
|
|
||||||
A common use case for a workspace is to simplify local development of a site with its theme modules.
|
A common use case for a workspace is to simplify local development of a site with its theme modules.
|
||||||
|
@ -88,7 +88,7 @@ HUGO_ENVIRONMENT
|
|||||||
: The value e.g. set with `hugo -e production` (defaults to `production` for `hugo` and `development` for `hugo server`).
|
: The value e.g. set with `hugo -e production` (defaults to `production` for `hugo` and `development` for `hugo server`).
|
||||||
|
|
||||||
HUGO_PUBLISHDIR
|
HUGO_PUBLISHDIR
|
||||||
: {{< new-in 0.109.0 >}} The absolute path to the publish directory (the `public` directory). Note that the value will always point to a directory on disk even when running `hugo server` in memory mode. If you write to this folder from PostCSS when running the server, you could run the server with one of these flags:
|
: The absolute path to the publish directory (the `public` directory). Note that the value will always point to a directory on disk even when running `hugo server` in memory mode. If you write to this folder from PostCSS when running the server, you could run the server with one of these flags:
|
||||||
|
|
||||||
```sh
|
```sh
|
||||||
hugo server --renderToDisk
|
hugo server --renderToDisk
|
||||||
|
@ -42,7 +42,7 @@ transpiler
|
|||||||
targetPath
|
targetPath
|
||||||
: (`string`) If not set, the transformed resource's target path will be the original path of the asset file with its extension replaced by `.css`.
|
: (`string`) If not set, the transformed resource's target path will be the original path of the asset file with its extension replaced by `.css`.
|
||||||
|
|
||||||
vars {{< new-in 0.109.0 >}}
|
vars
|
||||||
: (`map`) A map of key-value pairs that will be available in the `hugo:vars` namespace. Useful for [initializing Sass variables from Hugo templates](https://discourse.gohugo.io/t/42053/).
|
: (`map`) A map of key-value pairs that will be available in the `hugo:vars` namespace. Useful for [initializing Sass variables from Hugo templates](https://discourse.gohugo.io/t/42053/).
|
||||||
|
|
||||||
```scss
|
```scss
|
||||||
|
@ -16,8 +16,6 @@ action:
|
|||||||
signatures: [PAGE.Ancestors]
|
signatures: [PAGE.Ancestors]
|
||||||
---
|
---
|
||||||
|
|
||||||
{{< new-in 0.109.0 >}}
|
|
||||||
|
|
||||||
{{% include "methods/page/_common/definition-of-section.md" %}}
|
{{% include "methods/page/_common/definition-of-section.md" %}}
|
||||||
|
|
||||||
With this content structure:
|
With this content structure:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user