mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-08 10:54:37 -04:00
content: Note that PATH segments must exclude project directory
This commit is contained in:
parent
a81406e267
commit
b4f90e39d4
@ -113,7 +113,7 @@ macOS|Homebrew|[brew.sh]|`brew install sass/sass/sass`
|
||||
Windows|Chocolatey|[chocolatey.org]|`choco install sass`
|
||||
Windows|Scoop|[scoop.sh]|`scoop install sass`
|
||||
|
||||
You may also install [prebuilt binaries] for Linux, macOS, and Windows.
|
||||
You may also install [prebuilt binaries] for Linux, macOS, and Windows. You must install the prebuilt binary outside of your project directory and ensure its path is included in your system's PATH environment variable.
|
||||
|
||||
Run `hugo env` to list the active transpilers.
|
||||
|
||||
|
@ -33,7 +33,8 @@ Install the Tailwind CSS CLI v4.0 or later:
|
||||
npm install --save-dev tailwindcss @tailwindcss/cli
|
||||
```
|
||||
|
||||
The TailwindCSS CLI is also available as a [standalone executable] if you want to use it without installing Node.js.
|
||||
The Tailwind CSS CLI is also available as a [standalone executable]. You must install it outside of your project directory and ensure its path is included in your system's `PATH` environment variable.
|
||||
|
||||
|
||||
[standalone executable]: https://github.com/tailwindlabs/tailwindcss/releases/latest
|
||||
|
||||
|
@ -149,7 +149,7 @@ If using YouTube this will produce a og:video tag like `<meta property="og:video
|
||||
|
||||
## Pagination
|
||||
|
||||
See [details](/templates/pagination/).
|
||||
See [details](/templates/pagination/).
|
||||
|
||||
## Schema
|
||||
|
||||
|
@ -82,7 +82,7 @@ For example, the base template below calls the [`partial`] function to include p
|
||||
</html>
|
||||
```
|
||||
|
||||
The `block` construct above is used to define a set of root templates that are then customized by redefining the block templates within. See [details](/functions/go-template/block/)
|
||||
The `block` construct above is used to define a set of root templates that are then customized by redefining the block templates within. See [details](/functions/go-template/block/)
|
||||
|
||||
## Home
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user