Update postprocess

- Fix description list markdown
- Remove reference to HUGO_ENV per #2154
This commit is contained in:
Joe Mooring 2023-08-14 08:38:08 -07:00 committed by GitHub
parent 2d6cb8dfc0
commit 475b406e28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -83,7 +83,8 @@ These are the environment variables Hugo passes down to PostCSS (and Babel), whi
PWD
: 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`).
HUGO_PUBLISHDIR