hugo.BuildDate
Returns the compile date of the Hugo binary.
hugo.CommitHash
Returns the Git commit hash of the Hugo binary.
hugo.Deps
Returns a slice of project dependencies, either Hugo Modules or local theme components.
hugo.Environment
Returns the current running environment.
hugo.Generator
Renders an HTML meta element identifying the software that generated the site.
hugo.GoVersion
Returns the Go version used to compile the Hugo binary
hugo.IsDevelopment
Reports whether the current running environment is "development".
hugo.IsExtended
Reports whether the Hugo binary is either the extended or extended/deploy edition.
hugo.IsMultihost
Reports whether each configured language has a unique base URL.
hugo.IsMultilingual
Reports whether there are two or more configured languages.
hugo.IsProduction
Reports whether the current running environment is "production".
hugo.IsServer
Reports whether the built-in development server is running.
hugo.Store
Returns a globally scoped "scratch pad" to store and manipulate data.
hugo.Version
Returns the current version of the Hugo binary.
hugo.WorkingDir
Returns the project working directory.