mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-15 13:44:43 -04:00
Update postprocess
- Fix description list markdown - Remove reference to HUGO_ENV per #2154
This commit is contained in:
parent
2d6cb8dfc0
commit
475b406e28
@ -83,7 +83,8 @@ These are the environment variables Hugo passes down to PostCSS (and Babel), whi
|
|||||||
|
|
||||||
PWD
|
PWD
|
||||||
: The absolute path to the project working directory.
|
: The absolute path to the project working directory.
|
||||||
HUGO_ENVIRONMENT (and the alias HUGO_ENV)
|
|
||||||
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user