hugo/commands
Bjørn Erik Pedersen 89bd025ebf Build without the deploy feature by default
Build tags setup changed to:

* !nodeploy => withdeploy
* nodeploy => !withdeploy

Also move the deploy feature out into its own release archives.

See #12994 for the primary motivation for this change. But this also greatly reduces the number of dependencies in Hugo when you don't need this feature and cuts the binary size greatly.

Fixes #12994
2024-10-30 11:46:40 +01:00
..
commandeer.go hugolib/commands: Fix stuck server error issues 2024-10-24 13:34:11 +02:00
commands.go commands: Add "hugo build" as an alias for "hugo" 2024-09-30 10:36:29 +02:00
config.go commands: Use consistent style when describing subcommands 2024-10-15 08:51:53 +02:00
convert.go commands: Use consistent style when describing subcommands 2024-10-15 08:51:53 +02:00
deploy.go Build without the deploy feature by default 2024-10-30 11:46:40 +01:00
deploy_off.go Build without the deploy feature by default 2024-10-30 11:46:40 +01:00
env.go commands: Use consistent style when describing subcommands 2024-10-15 08:51:53 +02:00
gen.go commands: Use consistent style when describing subcommands 2024-10-15 08:51:53 +02:00
helpers.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
hugo_windows.go all: Rework page store, add a dynacache, improve partial rebuilds, and some general spring cleaning 2024-01-27 16:28:14 +01:00
hugobuilder.go hugolib/commands: Fix stuck server error issues 2024-10-24 13:34:11 +02:00
import.go commands: Use consistent style when describing subcommands 2024-10-15 08:51:53 +02:00
list.go commands: Use consistent style when describing subcommands 2024-10-15 08:51:53 +02:00
mod.go commands: Use consistent style when describing subcommands 2024-10-15 08:51:53 +02:00
new.go commands: Use consistent style when describing subcommands 2024-10-15 08:51:53 +02:00
release.go completion: Improve existing argument completions, add many more 2024-04-11 15:34:26 +02:00
server.go hugolib/commands: Fix stuck server error issues 2024-10-24 13:34:11 +02:00