mirror of
https://github.com/gohugoio/hugoDocs.git
synced 2025-09-16 11:24:42 -04:00
606 B
606 B
title | description | categories | keywords | params | |||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
hugo.Environment | Returns the current running environment. |
|
The hugo.Environment
function returns the current running environment as defined through the --environment
command line flag.
{{ hugo.Environment }} → production
Command line examples:
Command | Environment |
---|---|
hugo |
production |
hugo --environment staging |
staging |
hugo server |
development |
hugo server --environment staging |
staging |